Sha256: 94caaa402d55e900838224fd236d21e86bb6bf9ca6469dc2ff4ed1fdf814b399
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 Bytes
Contents
## Prerequisites * Docker for Windows ### Release step Check the latest ruby-head-YYYYmmDD image: https://hub.docker.com/r/cosmo0920/win32-api/tags?page=1&name=ruby-head ```powershell PS> mkdir pkg PS> docker run -it -v $PWD\pkg:C:\pkg cosmo0920/win32-api:ruby-head-AWESOMEDATE ``` Build universal gem: ```cmd > .\build-gem.bat ``` Copy built universal gem into mounted directory: ```cmd > copy C:\win32-api\win32-api-*.gem C:\pkg ``` Then, exit and push built gem: ```cmd > exit > gem push win32-api-*.gem ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
win32-api-1.9.1 | RELEASE.md |
win32-api-1.9.0-universal-mingw32 | RELEASE.md |
win32-api-1.9.1-universal-mingw32 | RELEASE.md |