Sha256: cb6521039c4dec03fa51e3271b5c32c8bc0480d6fdfbf7ca2c329899f202acb3

Contents?: true

Size: 421 Bytes

Versions: 14

Compression:

Stored size: 421 Bytes

Contents

require File.expand_path('../lib/rest_connection', __FILE__)
require 'rake'
require 'spec/rake/spectask'

task :build do
  system "gem build rest_connection.gemspec"
end

task :release => :build do
  system "gem push rest_connection-#{RestConnection::VERSION}.gem"
end

Spec::Rake::SpecTask.new('spec') do |t|
  t.spec_files = Dir.glob('spec/*_spec.rb')
  t.spec_opts << '--format nested'
  t.spec_opts << '--colour'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rest_connection-1.0.16 Rakefile
rest_connection-1.0.15 Rakefile
rest_connection-1.0.14 Rakefile
rest_connection-1.0.13 Rakefile
rest_connection-1.0.12 Rakefile
rest_connection-1.0.11 Rakefile
rest_connection-1.0.10 Rakefile
rest_connection-1.0.9 Rakefile
rest_connection-1.0.8 Rakefile
rest_connection-1.0.7 Rakefile
rest_connection-1.0.6 Rakefile
rest_connection-1.0.5 Rakefile
rest_connection-1.0.4 Rakefile
rest_connection-1.0.3 Rakefile