File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ language: ruby
33sudo : false
44
55rvm :
6- - 1.9.3
76 - 2.0.0
87 - 2.1
9- - 2.2.2
8+ - 2.2.3
109 - ruby-head
1110 - rbx-2
1211
2625
2726matrix :
2827 exclude :
29- - rvm : 1.9.3
30- env : RAILS_VERSION=master
3128 - rvm : 2.0.0
3229 env : RAILS_VERSION=master
3330 - rvm : 2.1
Original file line number Diff line number Diff line change 22
33Breaking changes:
44
5+ - [ #1360 ] ( https://github.com/rails-api/active_model_serializers/pull/1360 )
6+ [ #1369 ] ( https://github.com/rails-api/active_model_serializers/pull/1369 ) Drop support for Ruby 1.9.3 (@karaAJC , @maurogeorge )
57- [ #1131 ] ( https://github.com/rails-api/active_model_serializers/pull/1131 ) Remove Serializer#root_name (@beauby )
68- [ #1138 ] ( https://github.com/rails-api/active_model_serializers/pull/1138 ) Introduce Adapter::Base (@bf4 )
79 * Adapters now inherit Adapter::Base. 'Adapter' is now a module, no longer a class.
4244- [ #1166 ] ( https://github.com/rails-api/active_model_serializers/pull/1166 ) Prefer methods over instance variables (@bf4 )
4345- [ #1168 ] ( https://github.com/rails-api/active_model_serializers/pull/1168 ) Fix appveyor failure cache not being expired (@bf4 )
4446- [ #1161 ] ( https://github.com/rails-api/active_model_serializers/pull/1161 ) Remove duplicate test helper (@bf4 )
47+ - [ #1360 ] ( https://github.com/rails-api/active_model_serializers/pull/1360 ) Update CI to test 2.2.2 -> 2.2.3 (@karaAJC )
4548
4649### v0.10.0.rc3 (2015/09/16 15:19 +00:00)
4750- [ #1129 ] ( https://github.com/rails-api/active_model_serializers/pull/1129 ) Remove SerializableResource.serialize in favor of ` .new ` (@bf4 )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818 spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
1919 spec . require_paths = [ 'lib' ]
2020
21- spec . required_ruby_version = '>= 1.9.3 '
21+ spec . required_ruby_version = '>= 2.0.0 '
2222
2323 rails_versions = '>= 4.0'
2424 spec . add_runtime_dependency 'activemodel' , rails_versions
You can’t perform that action at this time.
0 commit comments