Sha256: 0374bfc5bcd4295a797e483798e66773d0b6013033cb7daca91413f83f75ac72

Contents?: true

Size: 651 Bytes

Versions: 6

Compression:

Stored size: 651 Bytes

Contents

## Prerequisites

* Docker for Windows

### Release step

#### Fat GEM

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
```

#### Non Fat GEM

```cmd
> rake gem:create
> gem push win32-api-*.gem
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
win32-api-1.10.1 RELEASE.md
win32-api-1.10.1-universal-mingw32 RELEASE.md
win32-api-1.10.0-universal-mingw32 RELEASE.md
win32-api-1.10.0 RELEASE.md
win32-api-1.9.2 RELEASE.md
win32-api-1.9.2-universal-mingw32 RELEASE.md