Changeset 963
- Timestamp:
- 03/21/05 12:09:16 (4 years ago)
- Files:
-
- trunk/pushgems.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pushgems.rb
r676 r963 5 5 (%w( actionwebservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg| 6 6 puts "Pushing: #{pkg} (#{build_number})" 7 `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`7 `cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..` 8 8 end