gem_comet 0.1.0 → 0.1.1

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: bbec4f515a13acb563d4dca9c7bc63e3492f17e446e9ada1ccc86f62fbb00680
4
- data.tar.gz: 1302c4a0f6d061cda13b81aae7e0eaa684c41d6028fb93683e1b64c0217e7510
3
+ metadata.gz: 0d7a15101d967116039e1422a45b92f8a19586185c72ebb8021fdfd80bb8ac5c
4
+ data.tar.gz: 92f16b1fd992bf85f78338b3aa9d99f31e45e781cfdcc71fedde71aae5c6c3d6
5
5
  SHA512:
6
- metadata.gz: fa8a244390ffa140899791e78d89c99f1141354488544a3b60ee8a52ff70b686cd7dcfc58e6187cb7ec6f3373bb2ed7a7c97c80362cf255c55a10bd488fc2e11
7
- data.tar.gz: 76b0a7a63bfbd314d9dd7c6078222839ebd8e932d3578361abcd0aa3d4217b6c0c19aee9ca7bf33eb7d1d21fdad9a0023692d465e0330ab678b3514fa137c1bc
6
+ metadata.gz: 45c08cdafd4f92b80e9a8a1cf019f3a82aaead26237bc586edb1febc8c408fe2433e608bc67d7530e2346a8a41c1feefa03cda79782561a8c4f27520a0f076d8
7
+ data.tar.gz: 1d9bd7f8d16acb80ec7bc3505a76270b0a4d8d09a32ec5326f5f617c9618e0557a586c87b56cefcc3a6e1b6a6f3882083e6efd7cc09aae48bd0474d1df0b7b73
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2019-07-15 21:08:17 +0900 using RuboCop version 0.72.0.
3
+ # on 2019-09-30 23:30:48 +0000 using RuboCop version 0.75.0.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gem_comet (0.1.0)
4
+ gem_comet (0.1.1)
5
5
  pr_comet (~> 0.3.0)
6
6
  thor
7
7
  type_struct
@@ -9,14 +9,14 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.6.0)
13
- public_suffix (>= 2.0.2, < 4.0)
12
+ addressable (2.7.0)
13
+ public_suffix (>= 2.0.2, < 5.0)
14
14
  ast (2.4.0)
15
15
  byebug (11.0.1)
16
16
  coderay (1.1.2)
17
17
  diff-lcs (1.3)
18
18
  docile (1.3.2)
19
- faraday (0.15.4)
19
+ faraday (0.17.0)
20
20
  multipart-post (>= 1.2, < 3)
21
21
  jaro_winkler (1.5.3)
22
22
  json (2.2.0)
@@ -24,8 +24,8 @@ GEM
24
24
  multipart-post (2.1.1)
25
25
  octokit (4.14.0)
26
26
  sawyer (~> 0.8.0, >= 0.5.3)
27
- parallel (1.17.0)
28
- parser (2.6.3.0)
27
+ parallel (1.18.0)
28
+ parser (2.6.5.0)
29
29
  ast (~> 2.4.0)
30
30
  pr_comet (0.3.0)
31
31
  octokit
@@ -36,46 +36,46 @@ GEM
36
36
  pry-byebug (3.7.0)
37
37
  byebug (~> 11.0)
38
38
  pry (~> 0.10)
39
- public_suffix (3.1.1)
39
+ public_suffix (4.0.1)
40
40
  rainbow (3.0.0)
41
- rake (10.5.0)
42
- rspec (3.8.0)
43
- rspec-core (~> 3.8.0)
44
- rspec-expectations (~> 3.8.0)
45
- rspec-mocks (~> 3.8.0)
46
- rspec-core (3.8.2)
47
- rspec-support (~> 3.8.0)
48
- rspec-expectations (3.8.4)
41
+ rake (13.0.0)
42
+ rspec (3.9.0)
43
+ rspec-core (~> 3.9.0)
44
+ rspec-expectations (~> 3.9.0)
45
+ rspec-mocks (~> 3.9.0)
46
+ rspec-core (3.9.0)
47
+ rspec-support (~> 3.9.0)
48
+ rspec-expectations (3.9.0)
49
49
  diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.8.0)
51
- rspec-mocks (3.8.1)
50
+ rspec-support (~> 3.9.0)
51
+ rspec-mocks (3.9.0)
52
52
  diff-lcs (>= 1.2.0, < 2.0)
53
- rspec-support (~> 3.8.0)
54
- rspec-support (3.8.2)
53
+ rspec-support (~> 3.9.0)
54
+ rspec-support (3.9.0)
55
55
  rspec_junit_formatter (0.4.1)
56
56
  rspec-core (>= 2, < 4, != 2.12.0)
57
- rubocop (0.72.0)
57
+ rubocop (0.75.0)
58
58
  jaro_winkler (~> 1.5.1)
59
59
  parallel (~> 1.10)
60
60
  parser (>= 2.6)
61
61
  rainbow (>= 2.2.2, < 4.0)
62
62
  ruby-progressbar (~> 1.7)
63
63
  unicode-display_width (>= 1.4.0, < 1.7)
64
- rubocop-performance (1.4.0)
64
+ rubocop-performance (1.5.0)
65
65
  rubocop (>= 0.71.0)
66
- rubocop-rspec (1.33.0)
67
- rubocop (>= 0.60.0)
66
+ rubocop-rspec (1.36.0)
67
+ rubocop (>= 0.68.1)
68
68
  ruby-progressbar (1.10.1)
69
69
  sawyer (0.8.2)
70
70
  addressable (>= 2.3.5)
71
71
  faraday (> 0.8, < 2.0)
72
- simplecov (0.17.0)
72
+ simplecov (0.17.1)
73
73
  docile (~> 1.1)
74
74
  json (>= 1.8, < 3)
75
75
  simplecov-html (~> 0.10.0)
76
76
  simplecov-html (0.10.2)
77
77
  thor (0.20.3)
78
- type_struct (0.7.4)
78
+ type_struct (0.8.0)
79
79
  unicode-display_width (1.6.0)
80
80
  yard (0.9.20)
81
81
 
@@ -86,7 +86,7 @@ DEPENDENCIES
86
86
  bundler (~> 1.16)
87
87
  gem_comet!
88
88
  pry-byebug
89
- rake (~> 10.0)
89
+ rake (~> 13.0)
90
90
  rspec
91
91
  rspec_junit_formatter
92
92
  rubocop
@@ -96,4 +96,4 @@ DEPENDENCIES
96
96
  yard
97
97
 
98
98
  BUNDLED WITH
99
- 1.16.6
99
+ 1.17.3
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![CircleCI](https://circleci.com/gh/ryz310/gem_comet.svg?style=svg)](https://circleci.com/gh/ryz310/gem_comet) [![Maintainability](https://api.codeclimate.com/v1/badges/bf80edef201ffe5f3c67/maintainability)](https://codeclimate.com/github/ryz310/gem_comet/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/bf80edef201ffe5f3c67/test_coverage)](https://codeclimate.com/github/ryz310/gem_comet/test_coverage)
1
+ [![CircleCI](https://circleci.com/gh/ryz310/gem_comet.svg?style=svg)](https://circleci.com/gh/ryz310/gem_comet) [![Gem Version](https://badge.fury.io/rb/gem_comet.svg)](https://badge.fury.io/rb/gem_comet) [![Maintainability](https://api.codeclimate.com/v1/badges/bf80edef201ffe5f3c67/maintainability)](https://codeclimate.com/github/ryz310/gem_comet/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/bf80edef201ffe5f3c67/test_coverage)](https://codeclimate.com/github/ryz310/gem_comet/test_coverage)
2
2
 
3
3
  # GemComet
4
4
 
data/gem_comet.gemspec CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
 
29
29
  spec.add_development_dependency 'bundler', '~> 1.16'
30
30
  spec.add_development_dependency 'pry-byebug'
31
- spec.add_development_dependency 'rake', '~> 10.0'
31
+ spec.add_development_dependency 'rake', '~> 13.0'
32
32
  spec.add_development_dependency 'rspec'
33
33
  spec.add_development_dependency 'rspec_junit_formatter'
34
34
  spec.add_development_dependency 'rubocop'
@@ -38,7 +38,7 @@ module GemComet
38
38
  end
39
39
 
40
40
  def verify_version_number(version)
41
- return if version.match?(/\A\d+\.\d+\.\d+(\.(pre|beta|rc)\d?)?\z/)
41
+ return if version.match?(/\A\d+\.\d+\.\d+(\.(pre|beta|rc)\d*)?\z/)
42
42
 
43
43
  raise 'Verion number must be like a "1.2.3".'
44
44
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GemComet
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -1,3 +1,8 @@
1
+ # [Usage]
2
+ #
3
+ # $ gem install gem_comet
4
+ # $ gem_comet release {version number, like as "1.2.3"}
5
+
1
6
  version: <%= config[:version] %>
2
7
 
3
8
  release:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_comet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-15 00:00:00.000000000 Z
11
+ date: 2019-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pr_comet
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '10.0'
89
+ version: '13.0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '10.0'
96
+ version: '13.0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rspec
99
99
  requirement: !ruby/object:Gem::Requirement