pymn.gemspec in pymn-0.0.1 vs pymn.gemspec in pymn-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Pymn::VERSION gem.authors = ["Rasheed Abdul-Aziz"] gem.email = ["squeedee@gmail.com"] gem.description = %q{Sometimes, there are Patterns You May Need.} gem.summary = %q{Sometimes, there are Patterns You May Need.} - gem.homepage = "https://github.com/pymn" + gem.homepage = "https://github.com/squeedee/pymn" 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{^(integraton|spec)/}) gem.require_paths = ["lib"]