aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/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 /activerecord/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 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index c22934e180..10c33d60b5 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -162,6 +162,7 @@ end
dist_dirs = [ "lib", "test", "examples" ]
spec = Gem::Specification.new do |s|
+ s.platform = Gem::Platform::RUBY
s.name = PKG_NAME
s.version = PKG_VERSION
s.summary = "Implements the ActiveRecord pattern for ORM."