Sha256: 0ed5e3dc024e884f1e8b109f82a1ea9983b2c7feafabead3aad73e1577eb732f

Contents?: true

Size: 220 Bytes

Versions: 15

Compression:

Stored size: 220 Bytes

Contents

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec)
  task default: :spec
rescue LoadError
  # no rspec available
end
begin
  require 'bundler/gem_tasks'
rescue LoadError
  # no rspec available
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
budgea_client-2.0.0 Rakefile
budgea_client-1.4.4 Rakefile
budgea_client-1.4.3 Rakefile
budgea_client-1.4.2 Rakefile
budgea_client-1.3.9 Rakefile
budgea_client-1.3.6 Rakefile
budgea_client-1.3.5 Rakefile
budgea_client-1.3.4 Rakefile
budgea_client-1.3.3 Rakefile
budgea_client-1.3.2 Rakefile
budgea_client-1.3.1 Rakefile
budgea_client-1.3.0 Rakefile
budgea_client-1.2.0 Rakefile
budgea_client-1.1.0 Rakefile
budgea_client-1.0.0 Rakefile