Sha256: 659c067a0d4a6579c1366764ccffeef4f4b3f605c2bd4acc48f35f2c1ff85afc

Contents?: true

Size: 319 Bytes

Versions: 16

Compression:

Stored size: 319 Bytes

Contents

#!/usr/bin/env rake
require 'rake/dsl_definition' 
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks

# RSpec tasks.
RSpec::Core::RakeTask.new :spec
task :default => :spec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
pose-1.3.4 Rakefile
pose-1.3.3 Rakefile
pose-1.3.2 Rakefile
pose-1.3.1 Rakefile
pose-1.3 Rakefile
pose-1.2.5 Rakefile
pose-1.2.4 Rakefile
pose-1.2.3 Rakefile
pose-1.2.2 Rakefile
pose-1.2.1 Rakefile
pose-1.2.0 Rakefile
pose-1.1.3 Rakefile
pose-1.1.2 Rakefile
pose-1.1.1 Rakefile
pose-1.1.0 Rakefile
pose-1.0.0 Rakefile