representable.gemspec in representable-1.4.1 vs representable.gemspec in representable-1.4.2

- old
+ new

@@ -8,10 +8,10 @@ s.name = "representable" s.version = Representable::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nick Sutterer"] s.email = ["apotonick@gmail.com"] - s.homepage = "http://representable.apotomo.de" + s.homepage = "https://github.com/apotonick/representable/" s.summary = %q{Maps representation documents from and to Ruby objects. Includes XML and JSON support, plain properties, collections and compositions.} s.description = %q{Maps representation documents from and to Ruby objects. Includes XML and JSON support, plain properties, collections and compositions.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")