Sha256: db1971c9ba691b100ffdbd52d28fc910fa6c6f5563cc6991e6c03894b2ce0429

Contents?: true

Size: 257 Bytes

Versions: 16

Compression:

Stored size: 257 Bytes

Contents

#!/usr/bin/env rake
require 'rake'
require 'bundler/gem_tasks'
require 'bundler/setup'
require 'rspec/core/rake_task'

Dir[File.join(File.dirname(__FILE__),'lib/tasks/*.rake')].each { |f| load f }

RSpec::Core::RakeTask.new(:spec)

task :default => [:spec]

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
git_reflow-0.7.4 Rakefile
git_reflow-0.7.2 Rakefile
git_reflow-0.7.1 Rakefile
git_reflow-0.7.0 Rakefile
git_reflow-0.6.7 Rakefile
git_reflow-0.6.6 Rakefile
git_reflow-0.6.5 Rakefile
git_reflow-0.6.4 Rakefile
git_reflow-0.6.3 Rakefile
git_reflow-0.6.2 Rakefile
git_reflow-0.6.1 Rakefile
git_reflow-0.6.0 Rakefile
git_reflow-0.5.3 Rakefile
git_reflow-0.5.2 Rakefile
git_reflow-0.5.1 Rakefile
git_reflow-0.5.0 Rakefile