Sha256: 5a0cba911e96c2bfb80be6dc4b38a64877fb5d0c6ba0422399034303ec86c153

Contents?: true

Size: 433 Bytes

Versions: 4

Compression:

Stored size: 433 Bytes

Contents

require 'rake/contrib/sshpublisher'
require 'rake/contrib/rubyforgepublisher'

publisher = Rake::CompositePublisher.new
publisher.add Rake::RubyForgePublisher.new('adwords4r', 'chanezon')
#publisher.add Rake::SshFilePublisher.new(
#  'umlcoop',
#  'htdocs/software/builder',
#  '.',
#  'builder.blurb')

#desc "Publish the Documentation to RubyForge."
desc "Publish the release to RubyForge."
task :publish do
  publisher.upload
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adwords4r-0.2 scripts/publish.rb
adwords4r-0.3 scripts/publish.rb
adwords4r-0.4 scripts/publish.rb
adwords4r-0.5 scripts/publish.rb