aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 0504d6c67f..3a263d566e 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -303,6 +303,7 @@ PKG_FILES = FileList[
] - [ 'test' ]
spec = Gem::Specification.new do |s|
+ s.platform = Gem::Platform::RUBY
s.name = 'rails'
s.version = PKG_VERSION
s.summary = "Web-application framework with template engine, control-flow layer, and ORM."