summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <kanis@comcard.de>2014-09-22 15:11:54 +0000
committerLars Kanis <kanis@comcard.de>2014-09-22 17:25:34 +0200
commite6160801eca3e48c9e89827676bca92dfdfc423b (patch)
treeada0204f5eddf16bf1c7a1f320c1a6fc5425e529
parentc31cc3c98fe95fc3fa8c8f3a1df69b090022cf23 (diff)
downloadffi-e6160801eca3e48c9e89827676bca92dfdfc423b.tar.gz
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