Sha256: 2ad8ff3975b1f0871f975802970664a8efe606ac0a3b4ea53e6dd4d8c1abdcc4

Contents?: true

Size: 272 Bytes

Versions: 4

Compression:

Stored size: 272 Bytes

Contents

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

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

task :default => :spec

task :build do
  puts `gem build reapal.gemspec`
end

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reapal-0.2.2 Rakefile
reapal-0.2.1 Rakefile
reapal-0.2.0 Rakefile
reapal-0.1.0 Rakefile