country_select.gemspec in country_select-6.1.0 vs country_select.gemspec in country_select-6.1.1
- old
+ new
@@ -6,10 +6,10 @@
s.name = 'country_select'
s.version = CountrySelect::VERSION
s.licenses = ['MIT']
s.authors = ['Stefan Penner']
s.email = ['stefan.penner@gmail.com']
- s.homepage = 'https://github.com/stefanpenner/country_select'
+ s.homepage = 'https://github.com/countries/country_select'
s.summary = %q{Country Select Plugin}
s.description = %q{Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")