Skip to content

Commit

Permalink
remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas campbell-rossen committed Sep 2, 2011
1 parent ffcbc70 commit 2d69cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rhoconnect/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rhoconnect
VERSION = "0.2.7"
VERSION = "0.2.8"
end
1 change: 0 additions & 1 deletion tasks/setup.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace :rhoconnect do
desc "setup initializer"
task :setup do
puts 'what is this ----------------'
sh "cp #{File.join(File.dirname(__FILE__),'../','templates','rhoconnect.rb')} #{::Rails.root.to_s}/config/initializers/"
end
end

0 comments on commit 2d69cce

Please sign in to comment.