summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2019-12-22 04:48:21 +0900
committerNARUSE, Yui <naruse@airemix.jp>2019-12-22 04:48:21 +0900
commitae6bf43dc1d7baa428df0ac95cdf17eba0c432b7 (patch)
tree4c2ab128ed762872fbfc9e1f9faa7120d4f0f079
parent92cf5c451a6ec0f3a00e291eb909e57cf38fbea4 (diff)
downloadjson-ae6bf43dc1d7baa428df0ac95cdf17eba0c432b7.tar.gz
Add procedure of releasing a gem
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5923cfb..af1ed68 100644
--- a/README.md
+++ b/README.md
@@ -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>