forked from archseer/glut
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependent gems to support Ruby-2.4 fat binaries on Windows
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ require 'rake/extensiontask' | |
|
||
hoe = Hoe.spec 'glut' do | ||
developer 'Eric Hodel', '[email protected]' | ||
developer 'Lars Kanis', '' | ||
developer 'Lars Kanis', '[email protected]' | ||
developer 'Blaž Hrastnik', '[email protected]' | ||
developer 'Alain Hoang', '' | ||
developer 'Jan Dvorak', '' | ||
|
@@ -31,8 +31,8 @@ hoe = Hoe.spec 'glut' do | |
self.history_file = 'History.rdoc' | ||
self.extra_rdoc_files = FileList['*.rdoc'] | ||
|
||
extra_dev_deps << ['rake-compiler', '~> 0.9', '>= 0.9.1'] | ||
extra_dev_deps << ['rake-compiler-dock', '~> 0.5.0'] | ||
extra_dev_deps << ['rake-compiler', '~> 1.0'] | ||
extra_dev_deps << ['rake-compiler-dock', '~> 0.6.0'] | ||
extra_dev_deps << ['mini_portile2', '~> 2.1'] | ||
|
||
self.spec_extras = { | ||
|
@@ -67,7 +67,7 @@ desc "Build windows binary gems per rake-compiler-dock." | |
task "gem:windows" do | ||
require "rake_compiler_dock" | ||
RakeCompilerDock.sh <<-EOT | ||
rake cross native gem MAKE='nice make -j`nproc`' RUBY_CC_VERSION=2.3.0:2.2.2:2.1.6:2.0.0:1.9.3 | ||
rake cross native gem MAKE='nice make -j`nproc`' | ||
EOT | ||
end | ||
|
||
|