Changeset 8438
- Timestamp:
- 12/19/07 04:21:24 (1 year ago)
- Files:
-
- trunk/activerecord/Rakefile (modified) (1 diff)
- trunk/activeresource/Rakefile (modified) (1 diff)
- trunk/activesupport/Rakefile (modified) (1 diff)
- trunk/railties/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/Rakefile
r8419 r8438 163 163 164 164 spec = Gem::Specification.new do |s| 165 s.platform = Gem::Platform::RUBY 165 166 s.name = PKG_NAME 166 167 s.version = PKG_VERSION trunk/activeresource/Rakefile
r8419 r8438 53 53 54 54 spec = Gem::Specification.new do |s| 55 s.platform = Gem::Platform::RUBY 55 56 s.name = PKG_NAME 56 57 s.version = PKG_VERSION trunk/activesupport/Rakefile
r7828 r8438 40 40 41 41 spec = Gem::Specification.new do |s| 42 s.platform = Gem::Platform::RUBY 42 43 s.name = PKG_NAME 43 44 s.version = PKG_VERSION trunk/railties/Rakefile
r8419 r8438 304 304 305 305 spec = Gem::Specification.new do |s| 306 s.platform = Gem::Platform::RUBY 306 307 s.name = 'rails' 307 308 s.version = PKG_VERSION