summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2013-03-10 15:11:24 +1000
committerWayne Meissner <wmeissner@gmail.com>2013-03-10 15:11:24 +1000
commitdc371ecb10f937e0a93729877395b39eff3de76d (patch)
tree1902c991dd89440a21bff14abbd15918f3c3770e
parent794b924c26b692a8d3f1ac2a47f2ee39f81e35c1 (diff)
downloadffi-dc371ecb10f937e0a93729877395b39eff3de76d.tar.gz
Add 2.0.0 binaries for win32
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1d6f459..15ab81a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -165,7 +165,7 @@ task 'spec:specdoc' => TEST_DEPS
task :default => :specs
task 'gem:win32' do
- sh("rake cross native gem RUBY_CC_VERSION='1.8.7:1.9.3'") || raise("win32 build failed!")
+ sh("rake cross native gem RUBY_CC_VERSION='1.8.7:1.9.3:2.0.0'") || raise("win32 build failed!")
end