diff options
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/Rakefile | 1 |
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." |