slackistrano.gemspec in slackistrano-0.1.2 vs slackistrano.gemspec in slackistrano-0.1.3

- old
+ new

@@ -6,13 +6,15 @@ Gem::Specification.new do |gem| gem.name = "slackistrano" gem.version = Slackistrano::VERSION gem.authors = ["Philip Hallstrom"] gem.email = ["philip@supremegolf.com"] - gem.description = %q{} - gem.summary = %q{} + gem.description = %q{Send notifications to Slack about Capistrano deployments.} + gem.summary = %q{Send notifications to Slack about Capistrano deployments.} gem.homepage = "https://github.com/supremegolf/slackistrano" gem.license = 'MIT' + + gem.required_ruby_version = '>= 2.0.0' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]