Sha256: 899d742f3835d5317d56bd09743f88ce2328e323634a88108011afd85a3b1f7b

Contents?: true

Size: 255 Bytes

Versions: 117

Compression:

Stored size: 255 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new('spec')

task :console do
  require 'irb'
  require 'irb/completion'
  require './lib/flexirest'
  ARGV.clear
  IRB.start
end
task :c => :console

task :default => :spec

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
flexirest-1.8.0 Rakefile
flexirest-1.7.9 Rakefile
flexirest-1.7.8 Rakefile
flexirest-1.7.7 Rakefile
flexirest-1.7.6 Rakefile
flexirest-1.7.5 Rakefile
flexirest-1.7.4 Rakefile
flexirest-1.7.3 Rakefile
flexirest-1.7.2 Rakefile
flexirest-1.7.1 Rakefile
flexirest-1.7.0 Rakefile
flexirest-1.6.9 Rakefile
flexirest-1.6.8 Rakefile
flexirest-1.6.7 Rakefile
flexirest-1.6.6 Rakefile
flexirest-1.6.5 Rakefile
flexirest-1.6.4 Rakefile
flexirest-1.6.3 Rakefile
flexirest-1.6.2 Rakefile
flexirest-1.6.1 Rakefile