zodiac.gemspec in zodiac-0.2.4 vs zodiac.gemspec in zodiac-0.2.5
- old
+ new
@@ -6,10 +6,10 @@
s.name = 'zodiac'
s.version = Zodiac::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Vsevolod Romashov']
s.email = ['7@7vn.ru']
- s.homepage = 'https://github.com/7even/zodiac'
+ s.homepage = 'http://7even.github.com/zodiac'
s.summary = %q{Zodiac sign calculator for any date}
s.description = %q{Adds methods for getting a zodiac sign from any Date/Time object containing a date of birth, and can also extend ActiveRecord::Base adding some handy instance and class methods (for searching by a given zodiac sign and more).}
s.add_dependency 'funtimes'
s.add_dependency 'i18n'