aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-03-10 07:34:49 +0100
committerXavier Noria <fxn@hashref.com>2016-03-10 07:55:27 +0100
commit1eb27fafa9453527d72100e7af83c4993924945d (patch)
tree7b10876253636eedb8a8973cf1a478c83fba3fc9 /activerecord/activerecord.gemspec
parent55984afe2cbf59f2620c09aa394da08b3ecd4612 (diff)
downloadrails-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 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 4405da2812..881dee13e4 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.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', 'examples/**/*', 'lib/**/*']
s.require_path = 'lib'