File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 2.1.1] - 2017-03-22
6
+ ## Changed
7
+ - Bumped nio4r to 2.0
8
+
5
9
## [ 2.0.6] - 2017-02-10
6
10
## Changed
7
11
- Improved handling of http status codes that may not be integers.
Original file line number Diff line number Diff line change 1
1
machine :
2
2
environment :
3
- RUBIES : " ruby-2.2.3 ;ruby-2.1.7;ruby-2 .0.0;ruby-1.9.3;jruby-1.7.22 "
3
+ RUBIES : " ruby-2.4.1 ;ruby-2.2.2;jruby-9 .0.0.0 "
4
4
5
5
dependencies :
6
6
cache_directories :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
33
spec . add_runtime_dependency "hashdiff" , "~> 0.2"
34
34
spec . add_runtime_dependency "ld-celluloid-eventsource" , "~> 0.9.0"
35
35
spec . add_runtime_dependency "celluloid" , "~> 0.18.0.pre" # transitive dep; specified here for more control
36
- spec . add_runtime_dependency "nio4r" , "~> 1.1 " # for maximum ruby version compatibility.
36
+ spec . add_runtime_dependency "nio4r" , "~> 2.0 " # for maximum ruby version compatibility.
37
37
38
38
spec . add_runtime_dependency "waitutil" , "0.2"
39
39
end
Original file line number Diff line number Diff line change 1
1
module LaunchDarkly
2
- VERSION = "2.1.0 "
2
+ VERSION = "2.1.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments