opensource.gemspec in opensource-0.3.5 vs opensource.gemspec in opensource-0.3.6

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Opensource::VERSION spec.authors = ["Mohnish Thallavajhula"] spec.email = ["i@mohni.sh"] spec.summary = %q{Add a license to your opensource project} spec.description = %q{Add a license to your opensource project by running a simple command} - spec.homepage = "http://mohni.sh/opensource" + spec.homepage = "https://github.com/mohnish/opensource.rb" spec.license = "MIT" 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)/})