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

Changeset 7717

Show
Ignore:
Timestamp:
10/01/07 14:29:44 (1 year ago)
Author:
david
Message:

Few other tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • adapters/sybase/Rakefile

    r7716 r7717  
    3434desc "Publish the beta gem" 
    3535task :pgem => :package do 
    36   Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_NAME}-#{PKG_VERSION}.gem").upload 
     36  Rake::SshFilePublisher.new("davidhh@wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_NAME}-#{PKG_VERSION}.gem").upload 
    3737  `ssh davidhh@wrath.rubyonrails.org './gemupdate.sh'` 
    3838end