awsssh.gemspec in awsssh-3.0.0.rc2 vs awsssh.gemspec in awsssh-3.0.0

- old
+ new

@@ -4,14 +4,15 @@ require 'awsssh/version' Gem::Specification.new do |spec| spec.name = "awsssh" spec.version = Awsssh::VERSION - spec.authors = ["Sebastian Thiele"] - spec.email = [%w(Sebastian.Thiele infopark.de).join('@')] + spec.author = "Sebastian Thiele" + spec.email = %w(Sebastian.Thiele infopark.de).join('@') spec.summary = "Connects you with OpsWorks EC2" spec.description = "This will connects you with an EC2 instace" spec.homepage = "https://github.com/sethiele/awsssh" + spec.metadata = { "issue_tracker" => "https://github.com/sethiele/awsssh/issues" } spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})