Sha256: 78bcb1cd62e956e46ca849e05cb23ed1c02856b20dfa5714610aaa23db511127
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 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 jyt_pay.gemspec` end task :push do puts `gem push jyt_pay-#{JytPay::VERSION}.gem` end task :publish => [:build, :push]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jyt_pay-0.3.0 | Rakefile |
jyt_pay-0.2.0 | Rakefile |
jyt_pay-0.1.0 | Rakefile |