Sha256: baa607825b740e6246ab0b054d35c402a985e07c62fa47ad634961445c743fe7

Contents?: true

Size: 238 Bytes

Versions: 25

Compression:

Stored size: 238 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 'active_rest_client'
  ARGV.clear
  IRB.start
end

task :default => :spec

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
active_rest_client-1.2.0 Rakefile
active_rest_client-1.1.12 Rakefile
active_rest_client-1.1.11 Rakefile
active_rest_client-1.1.10 Rakefile
active_rest_client-1.1.9 Rakefile
active_rest_client-1.1.0 Rakefile
active_rest_client-1.0.9 Rakefile
active_rest_client-1.0.8 Rakefile
active_rest_client-1.0.7 Rakefile
active_rest_client-1.0.6 Rakefile
active_rest_client-1.0.5 Rakefile
active_rest_client-1.0.4 Rakefile
active_rest_client-1.0.3 Rakefile
active_rest_client-1.0.2 Rakefile
active_rest_client-1.0.1 Rakefile
active_rest_client-1.0.0 Rakefile
active_rest_client-0.9.75 Rakefile
active_rest_client-0.9.73 Rakefile
active_rest_client-0.9.72 Rakefile
active_rest_client-0.9.71 Rakefile