diff options
author | Xavier Noria <fxn@hashref.com> | 2016-03-10 07:34:49 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2016-03-10 07:55:27 +0100 |
commit | 1eb27fafa9453527d72100e7af83c4993924945d (patch) | |
tree | 7b10876253636eedb8a8973cf1a478c83fba3fc9 /activesupport/activesupport.gemspec | |
parent | 55984afe2cbf59f2620c09aa394da08b3ecd4612 (diff) | |
download | rails-1eb27fafa9453527d72100e7af83c4993924945d.tar.gz rails-1eb27fafa9453527d72100e7af83c4993924945d.tar.bz2 rails-1eb27fafa9453527d72100e7af83c4993924945d.zip |
revises the homepage URL in the gemspecs [ci skip]
References https://github.com/rails/homepage/issues/46.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 68a80701ed..71fe4d7253 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.author = 'David Heinemeier Hansson' s.email = 'david@loudthinking.com' - s.homepage = 'http://www.rubyonrails.org' + s.homepage = 'http://rubyonrails.org' s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.rdoc', 'lib/**/*'] s.require_path = 'lib' |