Sha256: bfd0a25b37554fa574f1300e40bac5af6cdcd3a5e47fbc2cf7695a70eb53bdf3

Contents?: true

Size: 268 Bytes

Versions: 19

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

19 entries across 19 versions & 2 rubygems

Version Path
braid-1.0.8 Rakefile
braid-1.0.7 Rakefile
braid-1.0.6 Rakefile
braid-1.0.5 Rakefile
braid-1.0.4 Rakefile
braid-1.0.3 Rakefile
braid-1.0.2 Rakefile
braid-1.0.1 Rakefile
braid-1.0.0 Rakefile
realityforge-braid-0.9.9 Rakefile
realityforge-braid-0.9.8 Rakefile
realityforge-braid-0.9.7 Rakefile
realityforge-braid-0.9.6 Rakefile
realityforge-braid-0.9.5 Rakefile
realityforge-braid-0.9.4 Rakefile
realityforge-braid-0.9.3 Rakefile
realityforge-braid-0.9.2 Rakefile
realityforge-braid-0.9.1 Rakefile
realityforge-braid-0.9.0 Rakefile