mailroute.gemspec in mailroute-0.0.1 vs mailroute.gemspec in mailroute-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Mailroute::VERSION spec.authors = ["Viktar Basharymau"] spec.email = ["Viktar.Basharymau@gmail.com"] spec.description = %q{MailRoute API} spec.summary = %q{An API for http://mailroute.net} - spec.homepage = "http://github.com/DNNX/mailroute" + spec.homepage = "http://github.com/MailRoute/mailroute" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})