File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33* Use Kernel.BigDecimal vs BigDecimal.new. Fixes #409 .
44* Change ` DBSETUTF16 ` abscence warning message. Fixes #410 .
5+ * Add Windows binary for Ruby-2.5. Fixes #408 .
56
67## 2.1.1
78
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ task 'gem:windows' => ['ports:cross'] do
88 build = [ 'bundle' ]
99
1010 # and finally build the native gem
11- build << 'rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.6:2.0.0 CFLAGS="-Wall"'
11+ build << 'rake cross native gem RUBY_CC_VERSION=2.5.0:2. 4.0:2.3.0:2.2.2:2.1.6:2.0.0 CFLAGS="-Wall" MAKE="make -j`nproc` "'
1212
1313 RakeCompilerDock . sh build . join ( ' && ' )
1414end
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ namespace :ports do
7676
7777 # build the ports for all our cross compile hosts
7878 GEM_PLATFORM_HOSTS . each do |gem_platform , host |
79- build << "rake ports:compile[#{ host } ]"
79+ build << "rake ports:compile[#{ host } ] MAKE='make -j`nproc`' "
8080 end
8181
8282 RakeCompilerDock . sh build . join ( ' && ' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323 s . add_development_dependency 'mini_portile2' , '~> 2.0'
2424 s . add_development_dependency 'rake' , '~> 10.4'
2525 s . add_development_dependency 'rake-compiler' , '~> 1.0'
26- s . add_development_dependency 'rake-compiler-dock' , '~> 0.6.0 '
26+ s . add_development_dependency 'rake-compiler-dock' , '~> 0.6.3 '
2727 s . add_development_dependency 'minitest' , '~> 5.6'
2828 s . add_development_dependency 'connection_pool' , '~> 2.2'
2929end
You can’t perform that action at this time.
0 commit comments