Sha256: 9711aad76e4c4c83d54deb030f36b5d2555bd3e438569f9a4bef5b75239959f1
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
require 'bundler/gem_tasks' desc 'Fires up the console with preloaded telphin_api' task :console do sh 'pry -I ./lib -r ./lib/telphin_api' end require 'rspec/core/rake_task' RSpec::Core::RakeTask.new do |t| t.rspec_opts = '--color --format doc' end task default: :spec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
telphin_api-1.0.4 | Rakefile |
telphin_api-1.0.3 | Rakefile |
telphin_api-1.0.2 | Rakefile |
telphin_api-1.0.1 | Rakefile |
telphin_api-1.0.0 | Rakefile |