Sha256: 938c6dfd891d43c92867ce7370b487b163bf00c1a9b313bdd054bef2e73712c1

Contents?: true

Size: 221 Bytes

Versions: 39

Compression:

Stored size: 221 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

39 entries across 39 versions & 2 rubygems

Version Path
budgea_client-5.6.0 Rakefile
treezor_client-2.1.1 Rakefile
treezor_client-2.1.0 Rakefile
treezor_client-2.0.0 Rakefile
budgea_client-5.5.0 Rakefile
budgea_client-5.4.0 Rakefile
budgea_client-5.3.8 Rakefile
budgea_client-5.3.7 Rakefile
budgea_client-5.3.6 Rakefile
budgea_client-5.3.4 Rakefile
budgea_client-5.3.3 Rakefile
budgea_client-5.3.2 Rakefile
budgea_client-5.3.1 Rakefile
budgea_client-5.2.0 Rakefile
budgea_client-5.1.3 Rakefile
budgea_client-5.1.2 Rakefile
budgea_client-5.1.1 Rakefile
budgea_client-5.0.4 Rakefile
budgea_client-5.0.3 Rakefile
budgea_client-5.0.1 Rakefile