awsssh.gemspec in awsssh-2.0.1 vs awsssh.gemspec in awsssh-2.1.0

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'awsssh' - s.version = '2.0.1' + s.version = '2.1.0' s.date = '2014-02-27' s.summary = "Connects you with OpsWorks EC2" s.description = "This will connects you with an EC3 instace" s.authors = ["Sebastian Thiele"] s.email = [%w(Sebastian.Thiele infopark.de).join('@')] @@ -11,6 +11,8 @@ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.homepage = "https://github.com/infopark/support/tree/master/scripte/ruby/awsssh" s.add_runtime_dependency "net-ssh", "2.7.0" + s.add_runtime_dependency "inifile", "2.0.2" + s.add_runtime_dependency "aws-sdk", "1.35.0" end \ No newline at end of file