draw_erd.gemspec in draw_erd-0.0.1 vs draw_erd.gemspec in draw_erd-0.1.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = DrawErd::VERSION spec.authors = ["ogom"] spec.email = ["ogom@hotmail.co.jp"] spec.summary = %q{Drawing the Entity-Relationship Diagram.} spec.description = %q{Drawing the Entity-Relationship Diagram of Rails.} - spec.homepage = "https://github.com/ogom/draw_erd" + spec.homepage = "http://ogom.github.io/draw_erd" 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)/})