Birst_Command.gemspec in Birst_Command-0.4.0 vs Birst_Command.gemspec in Birst_Command-0.5.0
- old
+ new
@@ -15,9 +15,10 @@
s.rubyforge_project = "Birst_Command"
s.required_ruby_version = '~> 2'
s.add_runtime_dependency "savon", ["~> 2.0"]
s.add_runtime_dependency "httpclient", ["~> 2.3"]
+ s.add_runtime_dependency "envcrypt", ["~> 0.1"]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]