Skip to content

Commit

Permalink
Fix dependency on Ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 10, 2017
1 parent ec2bb8d commit 3b9ed72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sudo: false
dist: trusty
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2.6
- 2.3.3
- 2.4.0
Expand Down
2 changes: 1 addition & 1 deletion async.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.has_rdoc = "yard"

spec.required_ruby_version = ">= 2.2.6"
spec.required_ruby_version = ">= 2.0.0"

spec.add_runtime_dependency "nio4r"
spec.add_runtime_dependency "timers", "~> 4.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/async/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# THE SOFTWARE.

module Async
VERSION = "0.11.0"
VERSION = "0.11.1"
end

0 comments on commit 3b9ed72

Please sign in to comment.