Sha256: 88078fd73cb15d42879e8bcdbc966438b6519b484c84ef2cccd46a82f4ad5e16

Contents?: true

Size: 274 Bytes

Versions: 8

Compression:

Stored size: 274 Bytes

Contents

require "bundler/gem_tasks"

desc 'Fires up the console with preloaded wialon_api'
task :console do
  sh 'pry -I ./lib -r ./lib/wialon_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

8 entries across 8 versions & 1 rubygems

Version Path
wialon_api-0.0.8 Rakefile
wialon_api-0.0.7 Rakefile
wialon_api-0.0.6 Rakefile
wialon_api-0.0.5 Rakefile
wialon_api-0.0.4 Rakefile
wialon_api-0.0.3 Rakefile
wialon_api-0.0.2 Rakefile
wialon_api-0.0.1 Rakefile