Changeset 7914
- Timestamp:
- 10/15/07 08:45:23 (1 year ago)
- Files:
-
- trunk/railties/builtin/rails_info/rails/info.rb (modified) (1 diff)
- trunk/railties/Rakefile (modified) (1 diff)
- trunk/release.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/builtin/rails_info/rails/info.rb
r7544 r7914 90 90 91 91 # Versions of each Rails component (Active Record, Action Pack, 92 # Acti on Web Service, Active Resource, Action Mailer, and Active Support).92 # Active Resource, Action Mailer, and Active Support). 93 93 components.each do |component| 94 94 property "#{component.titlecase} version" do trunk/railties/Rakefile
r7883 r7914 74 74 BIN_FILES = %w( about console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/inspector runner server plugin ) 75 75 76 VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport acti onwebservice railties )76 VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport activeresource railties ) 77 77 78 78 trunk/release.rb
r7743 r7914 2 2 3 3 VERSION = ARGV.first 4 PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservice)4 PACKAGES = %w(activesupport activerecord actionpack actionmailer activeresource) 5 5 6 6 # Checkout source