From 7f53d0485f0f6cbec5241dfb25ffafea8b1f49fa Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 19 Dec 2007 04:21:24 +0000 Subject: 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 --- activesupport/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') 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." -- cgit v1.2.3