Sha256: 0b22bf1b6f93a24e5671e75cd73630d974581f8d4ef1854e30d16065b5d946be

Contents?: true

Size: 199 Bytes

Versions: 10

Compression:

Stored size: 199 Bytes

Contents

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

RSpec::Core::RakeTask.new

task :default => :spec
task :test => :spec

task :console do
  exec 'pry -r rdstation-ruby-client -I ./lib'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rdstation-ruby-client-2.9.0 Rakefile
rdstation-ruby-client-2.8.2 Rakefile
rdstation-ruby-client-2.8.1 Rakefile
rdstation-ruby-client-2.8.0 Rakefile
rdstation-ruby-client-2.7.0 Rakefile
rdstation-ruby-client-2.6.0 Rakefile
rdstation-ruby-client-2.5.3 Rakefile
rdstation-ruby-client-2.5.2 Rakefile
rdstation-ruby-client-2.5.1 Rakefile
rdstation-ruby-client-2.5.0 Rakefile