myanimelist.gemspec in myanimelist-0.0.2 vs myanimelist.gemspec in myanimelist-0.0.3

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Myanimelist::VERSION spec.authors = ['Harvey Ico'] spec.email = ['godstrikerharvey@gmail.com'] spec.description = %q{The API for MyAnimeList.net} spec.summary = %q{This gem will helps you to make your life easier and better :)} - spec.homepage = 'http://myanimelist.net' + spec.homepage = 'https://github.com/sanzo12/myanimelist' 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)/})