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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c44b329ade70f9626aa1253139f320a4ff81ee783d09a3bb80801affb7c8d8c
4
- data.tar.gz: 43f60a3929c4d631f7d2413ea61358aea4578e73f9da0eac05c45a104be32a0d
3
+ metadata.gz: 499721925eeb3291211749b7d3d6d05d5a527276ee9b4753efd641b56e1b6a10
4
+ data.tar.gz: 0e58580b541d24357e2c8921c6f0a8eaadacc9267057ee05d4df830f4a7fa531
5
5
  SHA512:
6
- metadata.gz: 4bdf9421ca6038337d4892aa010dcef2a31095ab910e03d85685cbfb266520cc5eb50c0e19c067607823716f355697a5d78439f1dde7913abc82397ca6efa75f
7
- data.tar.gz: db0d6e571511aa07c860e4d2c77fc7fa2aba58d751ab5dde31d724676557745527aba26916fbad6840b26acc14da51b9d8049496c730caef7e11a6f8bde0aec4
6
+ metadata.gz: ade22814aaa37d1a9ba3b384aabfb8a845eeadb8fd2524faa1e75d0f9256f160bd62ea9536c926db1a2425a3f0276b0700150ab8a011e28210a7eee1726369d2
7
+ data.tar.gz: 64509761dfcbde650e2f390295cd0b7560a1d3dd615a85f5b6ed8e330d89a55575b91b07a812040b23d80cb371d9c0ade77e36360ca39f1f252c9e76bba270c4
data/README.md CHANGED
@@ -1,7 +1,9 @@
1
+ [![Gem Version](https://badge.fury.io/rb/rggen-core.svg)](https://badge.fury.io/rb/rggen-core)
1
2
  [![Build Status](https://travis-ci.org/rggen/rggen-core.svg?branch=master)](https://travis-ci.org/rggen/rggen-core)
2
3
  [![Maintainability](https://api.codeclimate.com/v1/badges/53c8e6654c2b5ecb9142/maintainability)](https://codeclimate.com/github/rggen/rggen-core/maintainability)
3
4
  [![codecov](https://codecov.io/gh/rggen/rggen-core/branch/master/graph/badge.svg)](https://codecov.io/gh/rggen/rggen-core)
4
5
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rggen_rggen-core&metric=alert_status)](https://sonarcloud.io/dashboard?id=rggen_rggen-core)
6
+ [![Gitter](https://badges.gitter.im/rggen/rggen.svg)](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 bewlo:
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
- * [Mail](mailto:taichi730@gmail.com)
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
 
@@ -3,7 +3,7 @@
3
3
  module RgGen
4
4
  module Core
5
5
  MAJOR = 0
6
- MINOR = 9
6
+ MINOR = 10
7
7
  PATCH = 0
8
8
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
9
9
  end
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.9.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-26 00:00:00.000000000 Z
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
- - taichi730@gmail.com
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.9.0
188
+ summary: rggen-core-0.10.0
188
189
  test_files: []