Sha256: f7859a34c13a16c454fc9018c8da803ada3b505b1bdbe42d07208b085358c8c4

Contents?: true

Size: 268 Bytes

Versions: 21

Compression:

Stored size: 268 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake'
require 'rspec/core/rake_task'
desc 'Run all specs'
RSpec::Core::RakeTask.new :spec  do |task|
  task.rspec_opts = %w{--backtrace}
end

desc 'Test and package the gem'
task :default => [:spec, :build]

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
braid-1.1.6 Rakefile
braid-1.1.5 Rakefile
braid-1.1.4 Rakefile
braid-1.1.3 Rakefile
braid-1.1.2 Rakefile
braid-1.1.1 Rakefile
braid-1.1.0 Rakefile
braid-1.0.22 Rakefile
braid-1.0.21 Rakefile
braid-1.0.20 Rakefile
braid-1.0.19 Rakefile
braid-1.0.18 Rakefile
braid-1.0.17 Rakefile
braid-1.0.16 Rakefile
braid-1.0.15 Rakefile
braid-1.0.14 Rakefile
braid-1.0.13 Rakefile
braid-1.0.12 Rakefile
braid-1.0.11 Rakefile
braid-1.0.10 Rakefile