Sha256: 6f281645af38c74c16ec5c45c0512be079ab0eab90e4522d0e19d0fe636241c4

Contents?: true

Size: 258 Bytes

Versions: 14

Compression:

Stored size: 258 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |t|
  # Specify RSPECOPTS=... on the rake command line to set extra RSpec flags
  t.rspec_opts = ENV['RSPECOPTS'] if ENV['RSPECOPTS']
end

task :default => :spec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
brew-gem-1.2.0 Rakefile
brew-gem-1.1.1 Rakefile
brew-gem-1.1.0 Rakefile
brew-gem-1.0.0 Rakefile
brew-gem-0.9.0 Rakefile
brew-gem-0.8.4 Rakefile
brew-gem-0.8.3 Rakefile
brew-gem-0.8.2 Rakefile
brew-gem-0.8.1 Rakefile
brew-gem-0.8.0 Rakefile
brew-gem-0.7.3 Rakefile
brew-gem-0.7.2 Rakefile
brew-gem-0.7.1 Rakefile
brew-gem-0.7.0 Rakefile