Sha256: 5a43a8ec49b6a50a23ed08bc7a789d37a17b727d20e31d1291eab09a9371da14
Contents?: true
Size: 422 Bytes
Versions: 5
Compression:
Stored size: 422 Bytes
Contents
require File.expand_path('../lib/right_api_client', __FILE__) require 'rubygems' require 'rake' require 'rspec/core/rake_task' task :build do system "gem build right_api_client.gemspec" end task :release => :build do system "gem push right_api_client-#{RightApi::Client::VERSION}.gem" end RSpec::Core::RakeTask.new('spec') do |t| t.pattern= 'spec/**/*_spec.rb' t.rspec_opts = ['--format nested','--colour'] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
right_api_client-1.5.19 | Rakefile |
right_api_client-1.5.18 | Rakefile |
right_api_client-1.5.17 | Rakefile |
right_api_client-1.5.16 | Rakefile |
right_api_client-1.5.15 | Rakefile |