aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-19 04:21:24 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-19 04:21:24 +0000
commit7f53d0485f0f6cbec5241dfb25ffafea8b1f49fa (patch)
treec2da2b7d30b2933ba9d356b743d2f51257ea197b /activesupport/Rakefile
parentd7515d4b09e8384ac99d019fe512d7e4aadffd1c (diff)
downloadrails-7f53d0485f0f6cbec5241dfb25ffafea8b1f49fa.tar.gz
rails-7f53d0485f0f6cbec5241dfb25ffafea8b1f49fa.tar.bz2
rails-7f53d0485f0f6cbec5241dfb25ffafea8b1f49fa.zip
RubyGems 0.9.5 compat: always set the gem platform
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index f8322c4c9c..fd8e596772 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -39,6 +39,7 @@ Rake::RDocTask.new { |rdoc|
}
spec = Gem::Specification.new do |s|
+ s.platform = Gem::Platform::RUBY
s.name = PKG_NAME
s.version = PKG_VERSION
s.summary = "Support and utility classes used by the Rails framework."