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

Changeset 676

Show
Ignore:
Timestamp:
02/19/05 00:36:39 (4 years ago)
Author:
david
Message:

More Action Web Service minor tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionwebservice

    • Property svn:ignore set to
      pkg
  • trunk/pushgems.rb

    r662 r676  
    33build_number = `svn log -q -rhead http://dev.rubyonrails.org/svn/rails`.scan(/r([0-9]*)/).first.first.to_i 
    44 
    5 (%w( actionservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg| 
     5(%w( actionwebservice actionmailer actionpack activerecord railties activesupport) - ARGV).each do |pkg| 
    66  puts "Pushing: #{pkg} (#{build_number})" 
    77  `cd #{pkg} && PKG_BUILD=#{build_number} rake pgem && cd ..`