Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8438

Show
Ignore:
Timestamp:
12/19/07 04:21:24 (1 year ago)
Author:
bitsweat
Message:

RubyGems 0.9.5 compat: always set the gem platform

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/Rakefile

    r8419 r8438  
    163163 
    164164spec = Gem::Specification.new do |s| 
     165  s.platform = Gem::Platform::RUBY 
    165166  s.name = PKG_NAME 
    166167  s.version = PKG_VERSION 
  • trunk/activeresource/Rakefile

    r8419 r8438  
    5353 
    5454spec = Gem::Specification.new do |s| 
     55  s.platform = Gem::Platform::RUBY 
    5556  s.name = PKG_NAME 
    5657  s.version = PKG_VERSION 
  • trunk/activesupport/Rakefile

    r7828 r8438  
    4040 
    4141spec = Gem::Specification.new do |s| 
     42  s.platform = Gem::Platform::RUBY 
    4243  s.name = PKG_NAME 
    4344  s.version = PKG_VERSION 
  • trunk/railties/Rakefile

    r8419 r8438  
    304304 
    305305spec = Gem::Specification.new do |s| 
     306  s.platform = Gem::Platform::RUBY 
    306307  s.name = 'rails' 
    307308  s.version = PKG_VERSION