aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport')
-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."