ebfly.gemspec in ebfly-0.0.4 vs ebfly.gemspec in ebfly-0.0.5

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Ebfly::VERSION spec.authors = ["Kazuyuki Honda"] spec.email = ["hakobera@gmail.com"] spec.summary = %q{Simple command line interface for AWS ElasticBeanstalk} spec.description = %q{Simple command line interface for AWS ElasticBeanstalk} - spec.homepage = "https://github.com/hakobera/ebifly" + spec.homepage = "https://github.com/hakobera/ebfly" spec.license = "Apache License, Version 2.0" 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)/})