Skip to content

Conversation

@hsbt
Copy link
Member

@hsbt hsbt commented Jul 12, 2017

Hi, I added build:mingw task for mingw platforms. It makes that we can provide precompiled gem for mingw platform. It helps to use the latest version of bigdecimal for Windows users without devkit.

@mrkn How do you think about this?

@mrkn
Copy link
Member

mrkn commented Jul 12, 2017

It's very helpful for me because I don't have enough knowledge and experience on Windows environments.

Thank you very much for your works.

@mrkn mrkn merged commit 071b7c0 into ruby:master Jul 12, 2017
@mrkn
Copy link
Member

mrkn commented Jul 12, 2017

@hsbt how can I push pre-built gem files for mingw32 platform?

@hsbt hsbt deleted the cross branch July 12, 2017 10:30
@hsbt
Copy link
Member Author

hsbt commented Jul 13, 2017

@mrkn You can push .gem files to rubygems.org directly for mignw32 platform. Like this:

$ gem push pkg/psych-3.0.0.beta2-x64-mingw32.gem 

You can see https://rubygems.org/gems/psych/versions/3.0.0.beta2-x64-mingw32

In Mingw32/Windows environment, You can install it via rubygems only specifing gem i psych --pre.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants