Skip to content

Commit

Permalink
Remove bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Burrows committed Apr 13, 2010
1 parent 56beda8 commit c2c645c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
7 changes: 0 additions & 7 deletions Gemfile

This file was deleted.

6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 0.1.3 / 2010-04-13

* 1 minor enhancement:

* Remove Bundler; too much of a pain

=== 0.1.2 / 2010-04-13

* 2 Bug fix:
Expand Down
1 change: 0 additions & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
LICENSE
README.md
Gemfile
History.txt
Manifest.txt
bin/reviewr
Expand Down
2 changes: 0 additions & 2 deletions lib/reviewr.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require 'rubygems'
require 'bundler'

Bundler.setup
require 'reviewr/cli'
require 'reviewr/git'
require 'reviewr/mailer'
Expand Down
2 changes: 1 addition & 1 deletion lib/reviewr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Reviewr
VERSION = "0.1.2"
VERSION = "0.1.3"
end
1 change: 0 additions & 1 deletion reviewr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|

s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "bundler"
s.add_dependency "termios"
s.add_dependency "pony"

Expand Down

0 comments on commit c2c645c

Please sign in to comment.