Sha256: ff6b80c34836e195971e57432f5c8bae97ae8c386b132223ff0265467731772b

Contents?: true

Size: 434 Bytes

Versions: 14

Compression:

Stored size: 434 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
matchete-0.5.1 Rakefile
matchete-0.5.0 Rakefile
sith-0.1.0 Rakefile
matchete-0.4.0 Rakefile
matchete-0.2.0 Rakefile
matchete-0.0.2 Rakefile
matchete-0.0.1 Rakefile
objectify-0.2.1 Rakefile
objectify-0.2.0 Rakefile
objectify-0.1.1 Rakefile
objectify-0.1.0 Rakefile
objectify-0.0.7 Rakefile
objectify-0.0.6 Rakefile
objectify-0.0.5 Rakefile