Sha256: 8ec722eaab3dceadfed0e085d7a24a9e8b9bf15390b8a900eb8daecdadf8baca

Contents?: true

Size: 418 Bytes

Versions: 42

Compression:

Stored size: 418 Bytes

Contents

namespace :release do
  desc 'Upload all packages and tag git'
  task :all => ['build:all', :release, :push_native_gems]

  desc 'Push all gems to rubygems.org (gemcutter)'
  task :push_native_gems do
    Dir.chdir('pkg') do
      Dir['*.gem'].select {|g| g =~ /\w+-[^-]+-\w+.gem/ }.each do |gem_file|
        sh("gem push #{gem_file}")
      end
    end
  end
end

Rake::Task['release'].prerequisites.unshift('build')

Version data entries

42 entries across 42 versions & 7 rubygems

Version Path
parity-RedCloth-4.2.13 tasks/release.rake
parity-RedCloth-4.2.12 tasks/release.rake
parity-RedCloth-4.2.11 tasks/release.rake
parity-RedCloth-4.2.10 tasks/release.rake
parity-RedCloth-4.2.9 tasks/release.rake
YSRedCloth-4.2.18 tasks/release.rake
assplecake-RedCloth-4.2.10 tasks/release.rake
YSRedCloth-4.2.17 tasks/release.rake
YSRedCloth-4.2.16 tasks/release.rake
gv-RedCloth-4.2.9 tasks/release.rake
YSRedCloth-4.2.15 tasks/release.rake
YSRedCloth-4.2.14 tasks/release.rake
YSRedCloth-4.2.13 tasks/release.rake
YSRedCloth-4.2.12 tasks/release.rake
YSRedCloth-4.2.11 tasks/release.rake
YSRedCloth-4.2.10 tasks/release.rake
YSRedCloth-4.2.9 tasks/release.rake
radiant-1.0.0 ruby-debug/ruby/1.8/gems/RedCloth-4.2.9/tasks/release.rake
assplecake-RedCloth-4.2.9 tasks/release.rake
RedCloth-4.2.9 tasks/release.rake