From 41513026c3868746b5de956110e568492a120735 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 22 Mar 2017 17:57:40 -0700 Subject: [PATCH 1/3] 2.0.7 - bump nio4r gem --- CHANGELOG.md | 4 ++++ ldclient-rb.gemspec | 2 +- lib/ldclient-rb/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f02bf2..40fdef73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.0.7] - 2017-03-22 +## Changed +- Bumped nio4r to 2.x+ + ## [2.0.6] - 2017-02-10 ## Changed - Improved handling of http status codes that may not be integers. diff --git a/ldclient-rb.gemspec b/ldclient-rb.gemspec index 65f70532..58975602 100644 --- a/ldclient-rb.gemspec +++ b/ldclient-rb.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "hashdiff", "~> 0.2" spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.9.0" spec.add_runtime_dependency "celluloid", "~> 0.18.0.pre" # transitive dep; specified here for more control - spec.add_runtime_dependency "nio4r", "~> 1.1" # for maximum ruby version compatibility. + spec.add_runtime_dependency "nio4r", "~> 2.1" # for maximum ruby version compatibility. spec.add_runtime_dependency "waitutil", "0.2" end diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 99fe11a6..c2d697c9 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "2.0.6" + VERSION = "2.0.7" end From a36a6e0cf1af43ad8a65cd8b2879a877aa4fe502 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 22 Mar 2017 18:07:55 -0700 Subject: [PATCH 2/3] nio4r 2.0 --- ldclient-rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient-rb.gemspec b/ldclient-rb.gemspec index 58975602..a01f8a70 100644 --- a/ldclient-rb.gemspec +++ b/ldclient-rb.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "hashdiff", "~> 0.2" spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.9.0" spec.add_runtime_dependency "celluloid", "~> 0.18.0.pre" # transitive dep; specified here for more control - spec.add_runtime_dependency "nio4r", "~> 2.1" # for maximum ruby version compatibility. + spec.add_runtime_dependency "nio4r", "~> 2.0" # for maximum ruby version compatibility. spec.add_runtime_dependency "waitutil", "0.2" end From d816cb0607851e8d7417fc429deb630058f6a286 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 23 Mar 2017 08:29:07 -0700 Subject: [PATCH 3/3] ruby 2.2.2+ --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b9b92b98..06660a37 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: environment: - RUBIES: "ruby-2.2.3;ruby-2.1.7;ruby-2.0.0;ruby-1.9.3;jruby-1.7.22" + RUBIES: "ruby-2.4.1;ruby-2.2.2;jruby-9.0.0.0" dependencies: cache_directories: