diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2013-04-12 11:25:43 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2013-04-12 11:25:43 +1000 |
commit | ab5f0055549eac98e85197ddb6ec3114032fe94b (patch) | |
tree | 0fb2016a5a0fd005434a8a77da1762674f5c773c | |
parent | 3e79dcb032212d4a25ed4ae5bfa6d7bd89e03b00 (diff) | |
download | ffi-ab5f0055549eac98e85197ddb6ec3114032fe94b.tar.gz |
Enable push from rubygems-tasks
-rw-r--r-- | Rakefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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}" @@ -205,7 +203,7 @@ if USE_RAKE_COMPILER end end -Gem::Tasks.new(:push => false) +Gem::Tasks.new begin require 'yard' |