Changeset 8441
- Timestamp:
- 12/19/07 16:03:39 (7 months ago)
- Files:
-
- tags/rel_2-0-2/activerecord/Rakefile (modified) (1 diff)
- tags/rel_2-0-2/activeresource/Rakefile (modified) (1 diff)
- tags/rel_2-0-2/activesupport/Rakefile (modified) (1 diff)
- tags/rel_2-0-2/railties/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/rel_2-0-2/activerecord/Rakefile
r8430 r8441 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 tags/rel_2-0-2/activeresource/Rakefile
r8430 r8441 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 tags/rel_2-0-2/activesupport/Rakefile
r7828 r8441 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 tags/rel_2-0-2/railties/Rakefile
r8430 r8441 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