summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortduehr <td@matasano.com>2014-09-23 23:24:14 -0500
committertduehr <td@matasano.com>2014-09-23 23:24:14 -0500
commit8d77f8564386cd7317ccc3c3dc1b0d1ba13ec553 (patch)
treeada0204f5eddf16bf1c7a1f320c1a6fc5425e529
parentc31cc3c98fe95fc3fa8c8f3a1df69b090022cf23 (diff)
parente6160801eca3e48c9e89827676bca92dfdfc423b (diff)
downloadffi-8d77f8564386cd7317ccc3c3dc1b0d1ba13ec553.tar.gz
Merge pull request #369 from larskanis/add_cross_ruby_2.1
Add ruby 2.1 to the list of cross build ruby versions for Windows.
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3f05f18..2cfbb55 100644
--- a/Rakefile
+++ b/Rakefile
@@ -151,7 +151,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:2.0.0'") || raise("win32 build failed!")
+ sh("rake cross native gem RUBY_CC_VERSION='1.8.7:1.9.3:2.0.0:2.1.1'") || raise("win32 build failed!")
end