ever2boost 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/development.md +13 -0
- data/docs/images/img4.png +0 -0
- data/lib/ever2boost/cson_generator.rb +1 -1
- data/lib/ever2boost/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4cbacbc70ae499ae0303a812cf15485b89c294c3
|
4
|
+
data.tar.gz: 72075da0f5de4b448bd9688828ef2ac1f9741c89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc755c8922ba57d0574866fd8c7ffc92e01d35adf08eac68b9cba27232656530942b6e33f4f099e1ffe3db1d76559b9b9116a89ce0ee947641581f76d6b3a2ea
|
7
|
+
data.tar.gz: f9835b55567093484b5df643b49bb03b7e65ef1bc4a5c3175dcebaa2e40ee66f53f79ac91c0672696941c1d1d07248ea061635b754d98e857a9eb93b8c2e172d
|
data/docs/development.md
CHANGED
@@ -29,3 +29,16 @@ And also Rubocop is used, thus you need to install Rubocop if you don't have:
|
|
29
29
|
$ gem install rubocop
|
30
30
|
$ rubocop -c .rubocop_todo.yml
|
31
31
|
```
|
32
|
+
|
33
|
+
# Release
|
34
|
+
First, you need to register your access key to rubygems. And build and release.
|
35
|
+
|
36
|
+
```
|
37
|
+
$ bundle exec rake build
|
38
|
+
ever2boost x.x.x built to pkg/ever2boost-0.1.0.gem.
|
39
|
+
$ bundle exec rake release
|
40
|
+
ever2boost x.x.x built to pkg/ever2boost-0.1.0.gem.
|
41
|
+
Tagged vx.x.x.
|
42
|
+
Pushed git commits and tags.
|
43
|
+
Pushed ever2boost x.x.x to rubygems.org.
|
44
|
+
```
|
data/docs/images/img4.png
CHANGED
Binary file
|
data/lib/ever2boost/version.rb
CHANGED