Sha256: 3dc797813aa65782c0e9b5461524f230d5a56b003036cff5b6dc546f1955e68a

Contents?: true

Size: 234 Bytes

Versions: 118

Compression:

Stored size: 234 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

task :console do
  require 'irb'
  require 'irb/completion'
  require 'tessitura_rest'
  ARGV.clear
  IRB.start
end

Version data entries

118 entries across 118 versions & 1 rubygems

Version Path
tessitura_rest-1.2.7 Rakefile
tessitura_rest-1.2.6 Rakefile
tessitura_rest-1.2.5 Rakefile
tessitura_rest-1.2.4 Rakefile
tessitura_rest-1.2.3 Rakefile
tessitura_rest-1.2.2 Rakefile
tessitura_rest-1.2.1 Rakefile
tessitura_rest-1.2.0.1 Rakefile
tessitura_rest-1.2.0 Rakefile
tessitura_rest-1.1.9 Rakefile
tessitura_rest-1.1.8 Rakefile
tessitura_rest-1.1.7 Rakefile
tessitura_rest-1.1.6 Rakefile
tessitura_rest-1.1.5 Rakefile
tessitura_rest-1.1.4 Rakefile
tessitura_rest-1.1.3 Rakefile
tessitura_rest-1.1.2 Rakefile
tessitura_rest-1.1.1 Rakefile
tessitura_rest-1.1.0 Rakefile
tessitura_rest-1.0.0 Rakefile