Sha256: a1f3b35d7400f50cc4ac3cad77dc55121c6c75e0bf7237ac743bdd1fc7bfdecf

Contents?: true

Size: 222 Bytes

Versions: 23

Compression:

Stored size: 222 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

task :push do
  puts `gem push pkg/reapal-#{Reapal::VERSION}.gem`
end

task :publish => [:build, :push]

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
reapal-0.18.0 Rakefile
reapal-0.17.0 Rakefile
reapal-0.16.0 Rakefile
reapal-0.15.0 Rakefile
reapal-0.14.0 Rakefile
reapal-0.13.0 Rakefile
reapal-0.12.0 Rakefile
reapal-0.11.0 Rakefile
reapal-0.10.1 Rakefile
reapal-0.10.0 Rakefile
reapal-0.9.13 Rakefile
reapal-0.9.12 Rakefile
reapal-0.9.11 Rakefile
reapal-0.9.10 Rakefile
reapal-0.9.9 Rakefile
reapal-0.9.7 Rakefile
reapal-0.9.6 Rakefile
reapal-0.9.5 Rakefile
reapal-0.9.3 Rakefile
reapal-0.9.2 Rakefile