Skip to content

Commit

Permalink
Merge pull request #4 from launchdarkly/ac/nio4r
Browse files Browse the repository at this point in the history
rails 5.1 support
  • Loading branch information
adamlaunchingdarkly authored Mar 27, 2017
2 parents be45e38 + cd807e9 commit f37c620
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1] - 2017-03-22
## Changed
- Bumped nio4r to 2.0

## [2.0.6] - 2017-02-10
## Changed
- Improved handling of http status codes that may not be integers.
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ldclient-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.0" # for maximum ruby version compatibility.

spec.add_runtime_dependency "waitutil", "0.2"
end
2 changes: 1 addition & 1 deletion lib/ldclient-rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LaunchDarkly
VERSION = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit f37c620

Please sign in to comment.