Sha256: bd6f4f94b7350e20533b96520234ed4d3cb1255c19d721b60142e44d49613cbd
Contents?: true
Size: 521 Bytes
Versions: 8
Compression:
Stored size: 521 Bytes
Contents
require "bundler/gem_tasks" task :default => :test require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test' test.pattern = 'test/**/*_test.rb' test.verbose = true end # bundle exec rake console # LS::BrowseService.host = 'http://browse-service.browse-service.qa.livingsocial.net/' # LS::BrowseService::Client.new.get_category('washington-d-c','food-deals') desc "start a console with the gem loaded" task :console do sh "irb -rubygems -I lib -r ls/browse-service-client.rb" end
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
imprint-1.3.0 | Rakefile |
imprint-1.2.1 | Rakefile |
imprint-1.2.0 | Rakefile |
imprint-1.1.5 | Rakefile |
imprint-1.1.4 | Rakefile |
imprint-1.1.3 | Rakefile |
imprint-1.1.2 | Rakefile |
imprint-1.1.1 | Rakefile |