comic_vine.gemspec in comic_vine-0.0.1 vs comic_vine.gemspec in comic_vine-0.0.2

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = "Patrick Sharp" gem.email = "jakanapes@gmail.com" gem.description = %q{Simple api interface to Comic Vine. Allows for searches and returning specific information on resources.} gem.summary = %q{Interface to ComicVine API} - gem.homepage = "" + gem.homepage = "https://github.com/Jakanapes/ComicVine" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "comic_vine"