pr_comet 0.6.0 → 0.7.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: 77589286f546a554d6b79f093d278ca0e4584849dc9f5e866f348a9352c08db2
4
- data.tar.gz: 77eb62d799e25a8ee8e1329044a225e76047a12df04aed1e5f7eb0c291e3089c
3
+ metadata.gz: 1c711d343b977403bb5c89f1c931d975fd60b1f7f3fac7110ddc66d4fe5064b6
4
+ data.tar.gz: c2a321df9034f36f6de05fee6e1eebec97fdafc5bb25f0072758c07c5890a157
5
5
  SHA512:
6
- metadata.gz: 48beaa2b233ee327ffda29761d180b35566d5444dc55e67e27db3a76800b3769b963efcd9f1b3dbf7d5f6d0d79fdae7c5e290a56913679d257f31b1f6fefdf8c
7
- data.tar.gz: 276d72a911940603928768debfa233694b22c47950632135c6b23352847f245230eb9c94783059c142909c629fa8e248d027fdb7867e8f4542c89d8e994a8425
6
+ metadata.gz: cd1e9316fb1206d4b9a8b2ced42880e0ae45f1831b4db111eb918a22d2eccce5310a405a9af1226c345a708f6292e7cddba278689fb49e6687ed73e9d1e63dbb
7
+ data.tar.gz: 84797bc7b7578e9ad19c330d20a789f8fa90f558cf8fac1665f822f460b89676be7b6c2663771c574780c6f4711d2124a9361927fc98f7a05d127f655e681880
data/.circleci/config.yml CHANGED
@@ -12,7 +12,7 @@ references:
12
12
  - &ruby_version
13
13
  ruby_version:
14
14
  type: enum
15
- enum: ["2.6", "2.7", "3.0", "3.1"]
15
+ enum: ["2.7", "3.0", "3.1"]
16
16
  default: "3.1"
17
17
 
18
18
  executors:
@@ -97,9 +97,6 @@ commands:
97
97
  <<: *ruby_version
98
98
  steps:
99
99
  - checkout
100
- - run:
101
- name: Install bundler v2.x for ruby 2.5 & 2.6
102
- command: gem install bundler
103
100
  - ruby-orbs/bundle-install:
104
101
  cache_key_prefix: v1-dependencies-<< parameters.ruby_version >>
105
102
  test_and_build:
@@ -127,7 +124,7 @@ jobs:
127
124
  - code-climate/install
128
125
  - code-climate/sum-coverage:
129
126
  input: codeclimate.*.json
130
- parts: 4
127
+ parts: 3
131
128
  - code-climate/upload-coverage
132
129
  rubocop:
133
130
  executor: default
@@ -155,9 +152,6 @@ workflows:
155
152
 
156
153
  commit:
157
154
  jobs:
158
- - build:
159
- name: build_on_ruby_2.6
160
- ruby_version: "2.6"
161
155
  - build:
162
156
  name: build_on_ruby_2.7
163
157
  ruby_version: "2.7"
@@ -171,14 +165,12 @@ workflows:
171
165
  - yardoc
172
166
  - upload-coverage:
173
167
  requires:
174
- - build_on_ruby_2.6
175
168
  - build_on_ruby_2.7
176
169
  - build_on_ruby_3.0
177
170
  - build_on_ruby_3.1
178
171
  - release:
179
172
  context: RubyGems API Key
180
173
  requires:
181
- - build_on_ruby_2.6
182
174
  - build_on_ruby_2.7
183
175
  - build_on_ruby_3.0
184
176
  - build_on_ruby_3.1
data/.rubocop.yml CHANGED
@@ -5,7 +5,7 @@ require:
5
5
  inherit_from: .rubocop_todo.yml
6
6
 
7
7
  AllCops:
8
- TargetRubyVersion: 2.6
8
+ TargetRubyVersion: 2.7
9
9
 
10
10
  Metrics/BlockLength:
11
11
  Exclude:
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2022-04-25 23:31:08 UTC using RuboCop version 1.28.2.
3
+ # on 2022-07-09 23:31:11 UTC using RuboCop version 1.31.2.
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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change log
2
2
 
3
+ ## v0.7.0 (Jul 14, 2022)
4
+
5
+ ### Breaking Change
6
+
7
+ - [#347](https://github.com/ryz310/pr_comet/pull/347) End of support for Ruby 2.6 ([@ryz310](https://github.com/ryz310))
8
+
9
+ ### Rubocop Challenge
10
+
11
+ - [#344](https://github.com/ryz310/pr_comet/pull/344) Re-generate .rubocop_todo.yml with RuboCop v1.31.2 ([@ryz310](https://github.com/ryz310))
12
+
13
+ ### Dependabot
14
+
15
+ - [#333](https://github.com/ryz310/pr_comet/pull/333) Bump yard from 0.9.27 to 0.9.28 ([@ryz310](https://github.com/ryz310))
16
+ - [#337](https://github.com/ryz310/pr_comet/pull/337) Bump rubocop-performance from 1.14.1 to 1.14.2 ([@ryz310](https://github.com/ryz310))
17
+ - [#346](https://github.com/ryz310/pr_comet/pull/346) Bump octokit from 4.25.1 to 5.1.0 ([@ryz310](https://github.com/ryz310))
18
+
3
19
  ## v0.6.0 (May 08, 2022)
4
20
 
5
21
  ### Feature
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pr_comet (0.6.0)
4
+ pr_comet (0.7.0)
5
5
  octokit
6
6
  rainbow
7
7
 
@@ -15,34 +15,15 @@ GEM
15
15
  coderay (1.1.3)
16
16
  diff-lcs (1.5.0)
17
17
  docile (1.4.0)
18
- faraday (1.10.0)
19
- faraday-em_http (~> 1.0)
20
- faraday-em_synchrony (~> 1.0)
21
- faraday-excon (~> 1.1)
22
- faraday-httpclient (~> 1.0)
23
- faraday-multipart (~> 1.0)
24
- faraday-net_http (~> 1.0)
25
- faraday-net_http_persistent (~> 1.0)
26
- faraday-patron (~> 1.0)
27
- faraday-rack (~> 1.0)
28
- faraday-retry (~> 1.0)
18
+ faraday (2.3.0)
19
+ faraday-net_http (~> 2.0)
29
20
  ruby2_keywords (>= 0.0.4)
30
- faraday-em_http (1.0.0)
31
- faraday-em_synchrony (1.0.0)
32
- faraday-excon (1.1.0)
33
- faraday-httpclient (1.0.1)
34
- faraday-multipart (1.0.3)
35
- multipart-post (>= 1.2, < 3)
36
- faraday-net_http (1.0.1)
37
- faraday-net_http_persistent (1.2.0)
38
- faraday-patron (1.0.0)
39
- faraday-rack (1.0.0)
40
- faraday-retry (1.0.3)
21
+ faraday-net_http (2.0.3)
22
+ json (2.6.2)
41
23
  method_source (1.0.0)
42
- multipart-post (2.1.1)
43
- octokit (4.22.0)
44
- faraday (>= 0.9)
45
- sawyer (~> 0.8.0, >= 0.5.3)
24
+ octokit (5.1.0)
25
+ faraday (>= 1, < 3)
26
+ sawyer (~> 0.9)
46
27
  parallel (1.22.1)
47
28
  parser (3.1.2.0)
48
29
  ast (~> 2.4.1)
@@ -55,7 +36,7 @@ GEM
55
36
  public_suffix (4.0.7)
56
37
  rainbow (3.1.1)
57
38
  rake (13.0.6)
58
- regexp_parser (2.3.1)
39
+ regexp_parser (2.5.0)
59
40
  rexml (3.2.5)
60
41
  rspec (3.11.0)
61
42
  rspec-core (~> 3.11.0)
@@ -72,36 +53,37 @@ GEM
72
53
  rspec-support (3.11.0)
73
54
  rspec_junit_formatter (0.5.1)
74
55
  rspec-core (>= 2, < 4, != 2.12.0)
75
- rubocop (1.29.0)
56
+ rubocop (1.31.2)
57
+ json (~> 2.3)
76
58
  parallel (~> 1.10)
77
59
  parser (>= 3.1.0.0)
78
60
  rainbow (>= 2.2.2, < 4.0)
79
61
  regexp_parser (>= 1.8, < 3.0)
80
62
  rexml (>= 3.2.5, < 4.0)
81
- rubocop-ast (>= 1.17.0, < 2.0)
63
+ rubocop-ast (>= 1.18.0, < 2.0)
82
64
  ruby-progressbar (~> 1.7)
83
65
  unicode-display_width (>= 1.4.0, < 3.0)
84
- rubocop-ast (1.17.0)
66
+ rubocop-ast (1.19.1)
85
67
  parser (>= 3.1.1.0)
86
- rubocop-performance (1.13.3)
68
+ rubocop-performance (1.14.2)
87
69
  rubocop (>= 1.7.0, < 2.0)
88
70
  rubocop-ast (>= 0.4.0)
89
- rubocop-rspec (2.10.0)
90
- rubocop (~> 1.19)
71
+ rubocop-rspec (2.12.1)
72
+ rubocop (~> 1.31)
91
73
  ruby-progressbar (1.11.0)
92
74
  ruby2_keywords (0.0.5)
93
- sawyer (0.8.2)
75
+ sawyer (0.9.2)
94
76
  addressable (>= 2.3.5)
95
- faraday (> 0.8, < 2.0)
77
+ faraday (>= 0.17.3, < 3)
96
78
  simplecov (0.21.2)
97
79
  docile (~> 1.1)
98
80
  simplecov-html (~> 0.11)
99
81
  simplecov_json_formatter (~> 0.1)
100
82
  simplecov-html (0.12.3)
101
83
  simplecov_json_formatter (0.1.4)
102
- unicode-display_width (2.1.0)
84
+ unicode-display_width (2.2.0)
103
85
  webrick (1.7.0)
104
- yard (0.9.27)
86
+ yard (0.9.28)
105
87
  webrick (~> 1.7.0)
106
88
 
107
89
  PLATFORMS
@@ -121,4 +103,4 @@ DEPENDENCIES
121
103
  yard
122
104
 
123
105
  BUNDLED WITH
124
- 2.2.32
106
+ 2.3.11
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class PrComet
4
- VERSION = '0.6.0'
4
+ VERSION = '0.7.0'
5
5
  end
data/pr_comet.gemspec CHANGED
@@ -22,6 +22,8 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
24
 
25
+ spec.required_ruby_version = '>= 2.7.0'
26
+
25
27
  spec.add_runtime_dependency 'octokit'
26
28
  spec.add_runtime_dependency 'rainbow'
27
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pr_comet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-08 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
226
  requirements:
227
227
  - - ">="
228
228
  - !ruby/object:Gem::Version
229
- version: '0'
229
+ version: 2.7.0
230
230
  required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  requirements:
232
232
  - - ">="