rggen-core 0.9.0 → 0.10.0
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/README.md +6 -2
- data/lib/rggen/core/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 499721925eeb3291211749b7d3d6d05d5a527276ee9b4753efd641b56e1b6a10
|
|
4
|
+
data.tar.gz: 0e58580b541d24357e2c8921c6f0a8eaadacc9267057ee05d4df830f4a7fa531
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ade22814aaa37d1a9ba3b384aabfb8a845eeadb8fd2524faa1e75d0f9256f160bd62ea9536c926db1a2425a3f0276b0700150ab8a011e28210a7eee1726369d2
|
|
7
|
+
data.tar.gz: 64509761dfcbde650e2f390295cd0b7560a1d3dd615a85f5b6ed8e330d89a55575b91b07a812040b23d80cb371d9c0ade77e36360ca39f1f252c9e76bba270c4
|
data/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/rggen-core)
|
|
1
2
|
[](https://travis-ci.org/rggen/rggen-core)
|
|
2
3
|
[](https://codeclimate.com/github/rggen/rggen-core/maintainability)
|
|
3
4
|
[](https://codecov.io/gh/rggen/rggen-core)
|
|
4
5
|
[](https://sonarcloud.io/dashboard?id=rggen_rggen-core)
|
|
6
|
+
[](https://gitter.im/rggen/rggen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
5
7
|
|
|
6
8
|
# RgGen::Core
|
|
7
9
|
|
|
@@ -24,7 +26,7 @@ During RgGen installation, RgGen::Core will also be installed automatically.
|
|
|
24
26
|
$ gem install rggen
|
|
25
27
|
```
|
|
26
28
|
|
|
27
|
-
If you want to install RgGen::Core only, use the command
|
|
29
|
+
If you want to install RgGen::Core only, use the command below:
|
|
28
30
|
|
|
29
31
|
```
|
|
30
32
|
$ gem install rggen-core
|
|
@@ -35,7 +37,9 @@ $ gem install rggen-core
|
|
|
35
37
|
Feedbacks, bug reports, questions and etc. are wellcome! You can post them by using following ways:
|
|
36
38
|
|
|
37
39
|
* [GitHub Issue Tracker](https://github.com/rggen/rggen-core/issues)
|
|
38
|
-
* [
|
|
40
|
+
* [Chat Room](https://gitter.im/rggen/rggen)
|
|
41
|
+
* [Mailing List](https://groups.google.com/d/forum/rggen)
|
|
42
|
+
* [Mail](mailto:rggen@googlegroups.com)
|
|
39
43
|
|
|
40
44
|
## Copyright & License
|
|
41
45
|
|
data/lib/rggen/core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rggen-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taichi Ishitani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: docile
|
|
@@ -68,7 +68,7 @@ dependencies:
|
|
|
68
68
|
version: '0'
|
|
69
69
|
description: Core library of RgGen tool.
|
|
70
70
|
email:
|
|
71
|
-
-
|
|
71
|
+
- rggen@googlegroups.com
|
|
72
72
|
executables:
|
|
73
73
|
- rggen
|
|
74
74
|
extensions: []
|
|
@@ -164,6 +164,7 @@ licenses:
|
|
|
164
164
|
- MIT
|
|
165
165
|
metadata:
|
|
166
166
|
bug_tracker_uri: https://github.com/rggen/rggen-core/issues
|
|
167
|
+
mailing_list_uri: https://groups.google.com/d/forum/rggen
|
|
167
168
|
source_code_uri: https://github.com/rggen/rggen-core
|
|
168
169
|
wiki_uri: https://github.com/rggen/rggen/wiki
|
|
169
170
|
post_install_message:
|
|
@@ -184,5 +185,5 @@ requirements: []
|
|
|
184
185
|
rubygems_version: 3.0.3
|
|
185
186
|
signing_key:
|
|
186
187
|
specification_version: 4
|
|
187
|
-
summary: rggen-core-0.
|
|
188
|
+
summary: rggen-core-0.10.0
|
|
188
189
|
test_files: []
|