Skip to content

Commit

Permalink
Add procedure of releasing a gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Dec 21, 2019
1 parent 92cf5c4 commit ae6bf43
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,19 @@ Here are the median comparisons for completeness' sake:
secs/call
```

## Development
### Release

```
rbenv shell 2.6.5
rake build
gem push pkg/json-2.3.0.gem
rbenv shell jruby-9.2.9.0
rake build
gem push pkg/json-2.3.0-java.gem
```

## Author

Florian Frank <mailto:flori@ping.de>
Expand Down

0 comments on commit ae6bf43

Please sign in to comment.