opensource.gemspec in opensource-0.3.3 vs opensource.gemspec in opensource-0.3.4

- old
+ new

@@ -12,10 +12,10 @@ spec.description = %q{Add a license to your opensource project by running a simple command} spec.homepage = "http://mohni.sh/opensource" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } + spec.executables = ["opensource"] # spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.0"