invoca-utils.gemspec in invoca-utils-0.0.5 vs invoca-utils.gemspec in invoca-utils-0.1.0.pre.2

- old
+ new

@@ -10,9 +10,13 @@ spec.summary = %q{A public collection of helpers used in multiple projects} spec.description = %q{A public collection of helpers used in multiple projects} spec.homepage = "" spec.license = "MIT" + spec.metadata = { + 'allowed_push_host' => 'https://rubygems.org' + } + 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)/}) spec.require_paths = ["lib"] end