Skip to content

Commit

Permalink
adding rake build/install/release tasks via Bundler so I won't keep f…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Oct 16, 2011
1 parent 5fcedad commit 4b4c251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
clearance (0.12.0)
clearance (0.13.0)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down Expand Up @@ -101,7 +101,7 @@ GEM
mime-types (1.16)
mocha (0.9.12)
nokogiri (1.5.0)
polyglot (0.3.1)
polyglot (0.3.2)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
Expand Down Expand Up @@ -147,7 +147,8 @@ GEM
sqlite3 (1.3.4)
term-ansicolor (1.0.6)
thor (0.14.6)
treetop (1.4.9)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
xpath (0.1.4)
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ Cucumber::Rake::Task.new(:cucumber) do |t|
t.fork = true
t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'progress')]
end

Bundler::GemHelper.install_tasks

0 comments on commit 4b4c251

Please sign in to comment.