mobile_pagination.gemspec in mobile_pagination-0.0.4 vs mobile_pagination.gemspec in mobile_pagination-0.0.5

- old
+ new

@@ -8,10 +8,10 @@ spec.version = MobilePagination::VERSION spec.authors = ["Luke Fender"] spec.email = ["lfender6445@gmail.com"] spec.description = %q{reates a series of pagination elements relative to current page.} spec.summary = %q{Minimal and configurable pagination templating, best suited for smaller screenspace. Provides buttons for first, previous, next, and last page.} - spec.homepage = "" + spec.homepage = "https://github.com/primedia/mobile_pagination?source=c" 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)/})