Sha256: 328b3965c1f012041ee7a4257ad4d97d3e7b19b258fd7a466a8ed67d866c1691
Contents?: true
Size: 277 Bytes
Versions: 3
Compression:
Stored size: 277 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 chan_pay.gemspec` end task :push do puts `gem push chan_pay-#{ChanPay::VERSION}.gem` end task :publish => [:build, :push]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chan_pay-0.7.0 | Rakefile |
chan_pay-0.6.0 | Rakefile |
chan_pay-0.4.0 | Rakefile |