Skip to content

Commit

Permalink
Properly initialize bundler in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Oct 13, 2013
1 parent ec664c7 commit 8609b53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
@@ -1,8 +1,9 @@
#!/usr/bin/env rake
require 'rspec/core/rake_task'
require 'rdoc/task'

require 'bundler'

Bundler.setup
Bundler::GemHelper.install_tasks


Expand All @@ -18,4 +19,4 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.md')
rdoc.rdoc_files.include('lib/**/*.rb')
end
end

0 comments on commit 8609b53

Please sign in to comment.