Sha256: 369767b969d18e366f85999f94ceff74e35133ebc6fbbbb63bd021ad6d969c97

Contents?: true

Size: 233 Bytes

Versions: 20

Compression:

Stored size: 233 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/rock_fintech-#{RockFintech::VERSION}.gem`
end

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rock_fintech-0.19.0 Rakefile
rock_fintech-0.18.4 Rakefile
rock_fintech-0.18.1 Rakefile
rock_fintech-0.17.0 Rakefile
rock_fintech-0.16.0 Rakefile
rock_fintech-0.15.0 Rakefile
rock_fintech-0.14.0 Rakefile
rock_fintech-0.13.0 Rakefile
rock_fintech-0.12.0 Rakefile
rock_fintech-0.11.0 Rakefile
rock_fintech-0.10.0 Rakefile
rock_fintech-0.9.0 Rakefile
rock_fintech-0.8.0 Rakefile
rock_fintech-0.7.0 Rakefile
rock_fintech-0.6.0 Rakefile
rock_fintech-0.5.0 Rakefile
rock_fintech-0.4.0 Rakefile
rock_fintech-0.3.0 Rakefile
rock_fintech-0.2.0 Rakefile
rock_fintech-0.1.0 Rakefile