dockly-util.gemspec in dockly-util-0.0.4 vs dockly-util.gemspec in dockly-util-0.0.5

- old
+ new

@@ -5,9 +5,10 @@ gem.authors = ["Swipely, Inc."] gem.email = %w{tomhulihan@swipely.com bright@swipely.com toddlunter@swipely.com} gem.description = %q{DSL made easy} gem.summary = %q{DSL made easy} gem.homepage = "https://github.com/swipely/dockly-util" + gem.license = 'MIT' 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.name = "dockly-util" gem.require_paths = %w{lib}