Sha256: 93dd252f60251fbc5e3fe57519a115f8b7c4b47a4d95efe8a52e2b3fe3b92b51

Contents?: true

Size: 205 Bytes

Versions: 12

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec)

  task :default => :spec
rescue LoadError
  # no rspec available
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pbmenv-0.1.13 Rakefile
pbmenv-0.1.12 Rakefile
pbmenv-0.1.11 Rakefile
pbmenv-0.1.10 Rakefile
pbmenv-0.1.9 Rakefile
pbmenv-0.1.8 Rakefile
pbmenv-0.1.7 Rakefile
pbmenv-0.1.6 Rakefile
pbmenv-0.1.5 Rakefile
pbmenv-0.1.4 Rakefile
pbmenv-0.1.3 Rakefile
pbmenv-0.1.2 Rakefile