Skip to content

Commit 39db774

Browse files
committed
added runtime dependencies
1 parent 406377c commit 39db774

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

block_io.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ["lib"]
2020

2121
spec.add_development_dependency "bundler", "~> 1.6"
22-
spec.add_development_dependency "httpclient", "~> 2.4", '>= 2.4.0'
23-
spec.add_development_dependency "json", "~> 1.8", '>= 1.8.1'
24-
spec.add_development_dependency "connection_pool", "~> 2.0", '>= 2.0.0'
2522
spec.add_development_dependency "rake", "~> 0"
23+
spec.add_runtime_dependency "httpclient", "~> 2.4", '>= 2.4.0'
24+
spec.add_runtime_dependency "json", "~> 1.8", '>= 1.8.1'
25+
spec.add_runtime_dependency "connection_pool", "~> 2.0", '>= 2.0.0'
2626
end

lib/block_io/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BlockIo
2-
VERSION = "0.1.1"
2+
VERSION = "0.1.3"
33
end

0 commit comments

Comments
 (0)