Skip to content

Commit

Permalink
Prepare for 1.7.2 release
Browse files Browse the repository at this point in the history
Closes #103.
  • Loading branch information
rwz authored and sferik committed Mar 22, 2013
1 parent 188b26e commit ec0bf44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,11 @@
1.7.2
-----
* [Renamed Jrjackson adapter to JrJackson](https://github.com/intridea/multi_json/commit/b36dc915fc0e6548cbad06b5db6f520e040c9c8b)
* [Implemented jrjackson -> jr_jackson alias for back-compatability](https://github.com/intridea/multi_json/commit/aa50ab8b7bb646b8b75d5d65dfeadae8248a4f10)
* [Update vendored OkJson module](https://github.com/intridea/multi_json/commit/30a3f474e17dd86a697c3fab04f468d1a4fd69d7)

1.7.1
-----
* [Fix capitalization of JrJackson class](https://github.com/intridea/multi_json/commit/5373a5e38c647f02427a0477cb8e0e0dafad1b8d)

1.7.0
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -13,6 +13,7 @@ platforms :ruby, :mswin, :mingw do
gem 'oj', '~> 2.0', :require => nil
gem 'yajl-ruby', '~> 1.0', :require => nil
end

platforms :jruby do
gem 'gson', '>= 0.6', :require => nil
gem 'jrjackson', :require => nil
Expand Down
2 changes: 1 addition & 1 deletion lib/multi_json/version.rb
@@ -1,3 +1,3 @@
module MultiJson
VERSION = '1.7.1' unless defined?(MultiJson::VERSION)
VERSION = '1.7.2' unless defined?(MultiJson::VERSION)
end

0 comments on commit ec0bf44

Please sign in to comment.