Skip to content

Commit

Permalink
remove the unnecessary puts
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Shah committed Jan 11, 2012
1 parent 96a90e6 commit 822fa38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/bundle_rc.rb
Expand Up @@ -17,6 +17,4 @@ def self.init
Thor
BundleRc::CLI.init
rescue Exception => e
puts 'error loading bundlerc...'
puts e
end
2 changes: 1 addition & 1 deletion lib/bundle_rc/version.rb
@@ -1,3 +1,3 @@
module BundleRc
VERSION = "0.0.1"
VERSION = "0.0.2"
end

0 comments on commit 822fa38

Please sign in to comment.