Sha256: 14f488e006c067b5a3984f52b38bc700f5cd042230214ea58c03a2f64c7a9cfa

Contents?: true

Size: 138 Bytes

Versions: 10

Compression:

Stored size: 138 Bytes

Contents

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

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

task :default => :spec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
git_reflow-0.9.2 Rakefile
git_reflow-0.9.1 Rakefile
git_reflow-0.9.0 Rakefile
git_reflow-0.8.6 Rakefile
git_reflow-0.8.4 Rakefile
git_reflow-0.8.3 Rakefile
git_reflow-0.8.2 Rakefile
git_reflow-0.8.1 Rakefile
git_reflow-0.8.0 Rakefile
git_reflow-0.7.5 Rakefile