paginate.gemspec in paginate-1.0.0 vs paginate.gemspec in paginate-1.0.1

- old
+ new

@@ -6,10 +6,10 @@ s.name = "paginate" s.version = Paginate::Version::STRING s.platform = Gem::Platform::RUBY s.authors = ["Nando Vieira"] s.email = ["fnando.vieira@gmail.com"] - s.homepage = "http://rubygems.org/gems/kitabu" + s.homepage = "http://rubygems.org/gems/paginate" s.summary = "Paginate collections using SIZE+1 to determine if there is a next page. Includes ActiveRecord and ActionView support." s.description = s.summary s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")