Skip to content

Commit fc51748

Browse files
committed
Update to version 0.2.0
1 parent 4784fbb commit fc51748

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EasyAPI 0.2.0 (July 28, 2014) #
2+
3+
* Add support for new block-style syntax
4+
* Add support for JRuby
5+
6+
# ActiveAttr 0.1.3 (April 16, 2014) #
7+
8+
* Return correct content_type for jsonp requests
9+
10+
# ActiveAttr 0.1.2 (March 11, 2013) #
11+
12+
* Genericize error messages
13+
* Add support for Ruby 1.8.7

easy-api.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ require File.expand_path('../lib/easy/api/version', __FILE__)
44
Gem::Specification.new do |gem|
55
gem.name = "easy-api"
66
gem.version = Easy::Api::VERSION
7-
gem.authors = ["Shevaun Coker", "Joseph Leniston"]
8-
gem.email = ["shevaun.coker@abletech.co.nz", "joseph.leniston@abletech.co.nz"]
9-
gem.description = %q{A repository of common, reusable API code}
10-
gem.summary = %q{Provides consistent responses for Abletech APIs}
7+
gem.authors = ["Shevaun Coker", "Joseph Leniston", "Nigel Ramsay"]
8+
gem.email = ["shevaun.coker@abletech.co.nz", "joseph.leniston@abletech.co.nz", "nigel.ramsay@abletech.co.nz"]
9+
gem.description = %q{Enables consistent responses for API calls}
1110
gem.homepage = "https://github.com/AbleTech/easy-api"
1211

1312
gem.files = `git ls-files`.split($/)

lib/easy/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Easy
22
module Api
3-
VERSION = "0.1.4"
3+
VERSION = "0.2.0"
44
end
55
end

0 commit comments

Comments
 (0)