frontkick.gemspec in frontkick-0.1.0 vs frontkick.gemspec in frontkick-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ gem.name = 'frontkick' gem.version = Frontkick::VERSION gem.authors = ["Naotoshi Seo"] gem.email = ["sonots@gmail.com"] gem.homepage = "https://github.com/sonots/frontkick" - gem.summary = "A wrapper of Open3#popen3 to execute a command easily" + gem.summary = "Execute a command simply!" gem.description = gem.summary 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)/})