Skip to content

Commit

Permalink
Reenable bundler support, so that we can use TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Mar 19, 2012
1 parent 0052f86 commit 56dac4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
@@ -0,0 +1 @@
gemspec
3 changes: 2 additions & 1 deletion README.rdoc
Expand Up @@ -28,7 +28,8 @@ Documentation available at <http://rdoc.info/github/crohr/syslogger/master/file/

* Install development dependencies:

$ gem install rake rdoc rspec
$ gem install bundler
$ bundle install

* Run tests:

Expand Down
3 changes: 3 additions & 0 deletions Rakefile
@@ -1,3 +1,6 @@
require 'bundler'
Bundler.require

require 'rspec/core/rake_task'
require 'rdoc/task'

Expand Down

0 comments on commit 56dac4e

Please sign in to comment.