From 69c0338663c59ef334f2d9b4069822929f03ba6a Mon Sep 17 00:00:00 2001 From: CorainChicago Date: Thu, 4 Feb 2016 19:46:28 -0600 Subject: [PATCH 1/2] add JRuby 9000 to appveyor.yml add JRuby 9000 to appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 17b387ff7..a4e29d4b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ environment: - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" + - ruby_version: "jruby-9.0.4.0" cache: - vendor/bundle From 6de1e9b3281e3bb5cf516ad860284459d04ff5be Mon Sep 17 00:00:00 2001 From: CorainChicago Date: Fri, 5 Feb 2016 08:44:40 -0600 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721f42ac0..32334fc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Features: Fixes: - [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00) Misc: +- [#1497](https://github.com/rails-api/active_model_serializers/pull/1497) Add JRuby-9000 to appveyor.yml(@corainchicago) ### v0.10.0.rc4 (2016/01/27 11:00 +00:00) Breaking changes: