runger_release_assistant 0.5.0 → 0.6.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: 57a5f8b4ebd611aca8f1fa84536415a3fe51698c2bf681b8a834b68c3d63c2fa
4
- data.tar.gz: 15a3b51bd84f7bb39c18ec17a04069f397bc7412a98341ec5c7267584319253a
3
+ metadata.gz: 683ba9baeb33557cc9cbae2d1edc4655ad63cec9593ecd01377fa873e0c93e02
4
+ data.tar.gz: 68230ece4069fa2abc218cc898f8ef338c6665929ec36450f2ae45865f5a605a
5
5
  SHA512:
6
- metadata.gz: 38c132c1924f55f4d9474ad6c93fe455e307829f09374c0d09cb3068496a1e255b0bdbbb4e1308beafda8e2bdf3522146cf936e61f2faa67cafafc124d7c397b
7
- data.tar.gz: 5bfe0472eda9b60548acceec5dd87427e7f33bb0e0bb9ae067c94652511961a5d83ae6946fa286cc0c59740004c1505161c371124ec4257430caf344bd7065b1
6
+ metadata.gz: cf8976e578a6ab9062360d1cd0ffd34c47a7224cdbfbe893af63ea2d7e2ccca177e7331ea723af0a630de9dde47f612aa3e54521d38e8046020994008be545bd
7
+ data.tar.gz: b5badb53127796d8457bd441fd99b6ab6730d446e0d6194005759198e08ac10bfed3d2504b12845954fc213ad84625ee4979da6ee62b17e4c8c0a6425723530a
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.3.0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.6.0 (2024-02-02)
2
+ - Source Ruby version from `.ruby-version` file
3
+
1
4
  ## v0.5.0 (2023-06-20)
2
5
  ### Changed
3
6
  - Switch from `colorize` to `rainbow` for colored terminal printing
data/Gemfile CHANGED
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ruby File.read('.ruby-version').rstrip
3
+ ruby file: '.ruby-version'
4
+
4
5
  source 'https://rubygems.org'
5
6
 
6
7
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_release_assistant (0.5.0)
4
+ runger_release_assistant (0.6.0)
5
5
  activesupport (>= 6, < 8)
6
6
  memo_wise (>= 1.7, < 2)
7
7
  rainbow (>= 3.0, < 4)
@@ -10,24 +10,36 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.5)
13
+ activesupport (7.1.3)
14
+ base64
15
+ bigdecimal
14
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ connection_pool (>= 2.2.5)
18
+ drb
15
19
  i18n (>= 1.6, < 2)
16
20
  minitest (>= 5.1)
21
+ mutex_m
17
22
  tzinfo (~> 2.0)
18
23
  ast (2.4.2)
24
+ base64 (0.2.0)
25
+ bigdecimal (3.1.5)
19
26
  byebug (11.1.3)
20
27
  coderay (1.1.3)
21
- concurrent-ruby (1.2.2)
28
+ concurrent-ruby (1.2.3)
29
+ connection_pool (2.4.1)
22
30
  diff-lcs (1.5.0)
23
- i18n (1.13.0)
31
+ drb (2.2.0)
32
+ ruby2_keywords
33
+ i18n (1.14.1)
24
34
  concurrent-ruby (~> 1.0)
25
- json (2.6.3)
26
- memo_wise (1.7.0)
35
+ json (2.7.1)
36
+ language_server-protocol (3.17.0.3)
37
+ memo_wise (1.8.0)
27
38
  method_source (1.0.0)
28
- minitest (5.18.0)
29
- parallel (1.23.0)
30
- parser (3.2.2.3)
39
+ minitest (5.21.1)
40
+ mutex_m (0.2.0)
41
+ parallel (1.24.0)
42
+ parser (3.3.0.5)
31
43
  ast (~> 2.4.1)
32
44
  racc
33
45
  pry (0.14.2)
@@ -36,11 +48,11 @@ GEM
36
48
  pry-byebug (3.10.1)
37
49
  byebug (~> 11.0)
38
50
  pry (>= 0.13, < 0.15)
39
- racc (1.7.0)
51
+ racc (1.7.3)
40
52
  rainbow (3.1.1)
41
- rake (13.0.6)
42
- regexp_parser (2.8.1)
43
- rexml (3.2.5)
53
+ rake (13.1.0)
54
+ regexp_parser (2.9.0)
55
+ rexml (3.2.6)
44
56
  rspec (3.12.0)
45
57
  rspec-core (~> 3.12.0)
46
58
  rspec-expectations (~> 3.12.0)
@@ -54,36 +66,38 @@ GEM
54
66
  diff-lcs (>= 1.2.0, < 2.0)
55
67
  rspec-support (~> 3.12.0)
56
68
  rspec-support (3.12.0)
57
- rubocop (1.52.1)
69
+ rubocop (1.60.2)
58
70
  json (~> 2.3)
71
+ language_server-protocol (>= 3.17.0)
59
72
  parallel (~> 1.10)
60
- parser (>= 3.2.2.3)
73
+ parser (>= 3.3.0.2)
61
74
  rainbow (>= 2.2.2, < 4.0)
62
75
  regexp_parser (>= 1.8, < 3.0)
63
76
  rexml (>= 3.2.5, < 4.0)
64
- rubocop-ast (>= 1.28.0, < 2.0)
77
+ rubocop-ast (>= 1.30.0, < 2.0)
65
78
  ruby-progressbar (~> 1.7)
66
79
  unicode-display_width (>= 2.4.0, < 3.0)
67
- rubocop-ast (1.29.0)
80
+ rubocop-ast (1.30.0)
68
81
  parser (>= 3.2.1.0)
69
- rubocop-capybara (2.18.0)
82
+ rubocop-capybara (2.20.0)
70
83
  rubocop (~> 1.41)
71
- rubocop-factory_bot (2.22.0)
72
- rubocop (~> 1.33)
73
- rubocop-performance (1.18.0)
74
- rubocop (>= 1.7.0, < 2.0)
75
- rubocop-ast (>= 0.4.0)
76
- rubocop-rspec (2.22.0)
77
- rubocop (~> 1.33)
84
+ rubocop-factory_bot (2.25.1)
85
+ rubocop (~> 1.41)
86
+ rubocop-performance (1.20.2)
87
+ rubocop (>= 1.48.1, < 2.0)
88
+ rubocop-ast (>= 1.30.0, < 2.0)
89
+ rubocop-rspec (2.26.1)
90
+ rubocop (~> 1.40)
78
91
  rubocop-capybara (~> 2.17)
79
92
  rubocop-factory_bot (~> 2.22)
80
93
  ruby-progressbar (1.13.0)
81
- runger_style (0.3.0)
94
+ ruby2_keywords (0.0.5)
95
+ runger_style (0.6.0)
82
96
  rubocop (>= 1.38.0, < 2)
83
97
  slop (4.10.1)
84
98
  tzinfo (2.0.6)
85
99
  concurrent-ruby (~> 1.0)
86
- unicode-display_width (2.4.2)
100
+ unicode-display_width (2.5.0)
87
101
 
88
102
  PLATFORMS
89
103
  ruby
@@ -101,7 +115,7 @@ DEPENDENCIES
101
115
  runger_style
102
116
 
103
117
  RUBY VERSION
104
- ruby 3.2.2p53
118
+ ruby 3.3.0p0
105
119
 
106
120
  BUNDLED WITH
107
- 2.4.13
121
+ 2.5.5
@@ -2,6 +2,6 @@
2
2
 
3
3
  # rubocop:disable Style/StaticClass
4
4
  class RungerReleaseAssistant
5
- VERSION = '0.5.0'
5
+ VERSION = '0.6.0'
6
6
  end
7
7
  # rubocop:enable Style/StaticClass
@@ -39,5 +39,5 @@ Gem::Specification.new do |spec|
39
39
  spec.add_dependency('rainbow', '>= 3.0', '< 4')
40
40
  spec.add_dependency('slop', '~> 4.8')
41
41
 
42
- spec.required_ruby_version = '>= 3.2'
42
+ spec.required_ruby_version = Gem::Requirement.new(">= #{File.read('.ruby-version').rstrip}")
43
43
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_release_assistant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-20 00:00:00.000000000 Z
11
+ date: 2024-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -134,14 +134,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - ">="
136
136
  - !ruby/object:Gem::Version
137
- version: '3.2'
137
+ version: 3.3.0
138
138
  required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  requirements:
140
140
  - - ">="
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  requirements: []
144
- rubygems_version: 3.4.13
144
+ rubygems_version: 3.5.3
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: A gem / CLI tool to automate the release process of other gems