gem_comet 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop_todo.yml +1 -1
- data/Gemfile.lock +27 -27
- data/README.md +1 -1
- data/gem_comet.gemspec +1 -1
- data/lib/gem_comet/release.rb +1 -1
- data/lib/gem_comet/version.rb +1 -1
- data/template/.gem_comet.yml.erb +5 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d7a15101d967116039e1422a45b92f8a19586185c72ebb8021fdfd80bb8ac5c
|
4
|
+
data.tar.gz: 92f16b1fd992bf85f78338b3aa9d99f31e45e781cfdcc71fedde71aae5c6c3d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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.
|
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.
|
13
|
-
public_suffix (>= 2.0.2, <
|
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.
|
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.
|
28
|
-
parser (2.6.
|
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 (
|
39
|
+
public_suffix (4.0.1)
|
40
40
|
rainbow (3.0.0)
|
41
|
-
rake (
|
42
|
-
rspec (3.
|
43
|
-
rspec-core (~> 3.
|
44
|
-
rspec-expectations (~> 3.
|
45
|
-
rspec-mocks (~> 3.
|
46
|
-
rspec-core (3.
|
47
|
-
rspec-support (~> 3.
|
48
|
-
rspec-expectations (3.
|
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.
|
51
|
-
rspec-mocks (3.
|
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.
|
54
|
-
rspec-support (3.
|
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.
|
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.
|
64
|
+
rubocop-performance (1.5.0)
|
65
65
|
rubocop (>= 0.71.0)
|
66
|
-
rubocop-rspec (1.
|
67
|
-
rubocop (>= 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.
|
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.
|
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 (~>
|
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.
|
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', '~>
|
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'
|
data/lib/gem_comet/release.rb
CHANGED
@@ -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
|
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
|
data/lib/gem_comet/version.rb
CHANGED
data/template/.gem_comet.yml.erb
CHANGED
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.
|
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-
|
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: '
|
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: '
|
96
|
+
version: '13.0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rspec
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|