From 822fa385c6bf4202fc10a8f7c7784fd865c7fac9 Mon Sep 17 00:00:00 2001 From: Irfan Shah Date: Wed, 11 Jan 2012 10:13:34 +0530 Subject: [PATCH] remove the unnecessary puts --- lib/bundle_rc.rb | 2 -- lib/bundle_rc/version.rb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/bundle_rc.rb b/lib/bundle_rc.rb index fb055a0..b0d7ff7 100644 --- a/lib/bundle_rc.rb +++ b/lib/bundle_rc.rb @@ -17,6 +17,4 @@ def self.init Thor BundleRc::CLI.init rescue Exception => e - puts 'error loading bundlerc...' - puts e end diff --git a/lib/bundle_rc/version.rb b/lib/bundle_rc/version.rb index 592a901..662d0d1 100644 --- a/lib/bundle_rc/version.rb +++ b/lib/bundle_rc/version.rb @@ -1,3 +1,3 @@ module BundleRc - VERSION = "0.0.1" + VERSION = "0.0.2" end