Skip to content

Commit

Permalink
Enable push from rubygems-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Apr 12, 2013
1 parent 3e79dcb commit ab5f005
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -65,8 +65,6 @@ OS = case RbConfig::CONFIG['host_os'].downcase
RbConfig::CONFIG['host_os'].downcase
end

CC = ENV['CC'] || RbConfig::CONFIG['CC'] || "gcc"

GMAKE = system('which gmake >/dev/null') && 'gmake' || 'make'

LIBTEST = "build/libtest.#{LIBEXT}"
Expand Down Expand Up @@ -205,7 +203,7 @@ if USE_RAKE_COMPILER
end
end

Gem::Tasks.new(:push => false)
Gem::Tasks.new

begin
require 'yard'
Expand Down

0 comments on commit ab5f005

Please sign in to comment.