Skip to content

Commit

Permalink
remove gemcutter:status task
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Jul 1, 2012
1 parent 5ffe33b commit 2701c76
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Rakefile
@@ -1,6 +1,7 @@
$:.unshift( "lib" )
require "graphviz/constants"

require 'rubygems'
require 'rake/clean'
require 'bundler'
require 'rubygems/package_task'
Expand Down Expand Up @@ -53,13 +54,3 @@ end

Bundler::GemHelper.install_tasks

namespace :gemcutter do
desc "check gemcutter status"
task :status do
if Rubygems.status
puts "This gem already existe in version #{PKG_VERS}!"
else
puts "This gem (#{Constants::RGV_VERSION}) has not been published! Last version at gemcutter is #{Rubygems.version}"
end
end
end

0 comments on commit 2701c76

Please sign in to comment.