runger_release_assistant 0.4.2 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb8abfab67376a0956cb7d8c5d8b79ced4fb7ee8c8e8c2c3e71e46d68ba5f983
4
- data.tar.gz: 3b4dc36cf759eededf934ffe0df5a3d544d5297c8c4a4e31b36bed6a837c8a21
3
+ metadata.gz: 683ba9baeb33557cc9cbae2d1edc4655ad63cec9593ecd01377fa873e0c93e02
4
+ data.tar.gz: 68230ece4069fa2abc218cc898f8ef338c6665929ec36450f2ae45865f5a605a
5
5
  SHA512:
6
- metadata.gz: 3533aa82349a6682b34a4ae5b98a88afa586e61f67ed40d57e32b9f922c48888f0d4c1edd223416ec714e71550d08a76a2deefe9407d515f043da5e0c8a855a7
7
- data.tar.gz: 3d24cb67af71b30dad65100829b2201d5d06a41d858fd948702ecb0919b90d966dd2bc1379f147be95bc3883038940cbbdcede5025a342e6495bd33a3a42795d
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,10 @@
1
+ ## v0.6.0 (2024-02-02)
2
+ - Source Ruby version from `.ruby-version` file
3
+
4
+ ## v0.5.0 (2023-06-20)
5
+ ### Changed
6
+ - Switch from `colorize` to `rainbow` for colored terminal printing
7
+
1
8
  ## v0.4.2 (2023-05-30)
2
9
  ### Changed
3
10
  - Fix `spec.summary` in gemspec
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,45 +1,58 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_release_assistant (0.4.2)
4
+ runger_release_assistant (0.6.0)
5
5
  activesupport (>= 6, < 8)
6
- colorize (~> 0.8)
7
6
  memo_wise (>= 1.7, < 2)
7
+ rainbow (>= 3.0, < 4)
8
8
  slop (~> 4.8)
9
9
 
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
- colorize (0.8.1)
22
- concurrent-ruby (1.2.2)
28
+ concurrent-ruby (1.2.3)
29
+ connection_pool (2.4.1)
23
30
  diff-lcs (1.5.0)
24
- i18n (1.13.0)
31
+ drb (2.2.0)
32
+ ruby2_keywords
33
+ i18n (1.14.1)
25
34
  concurrent-ruby (~> 1.0)
26
- json (2.6.3)
27
- memo_wise (1.7.0)
35
+ json (2.7.1)
36
+ language_server-protocol (3.17.0.3)
37
+ memo_wise (1.8.0)
28
38
  method_source (1.0.0)
29
- minitest (5.18.0)
30
- parallel (1.23.0)
31
- parser (3.2.2.1)
39
+ minitest (5.21.1)
40
+ mutex_m (0.2.0)
41
+ parallel (1.24.0)
42
+ parser (3.3.0.5)
32
43
  ast (~> 2.4.1)
44
+ racc
33
45
  pry (0.14.2)
34
46
  coderay (~> 1.1)
35
47
  method_source (~> 1.0)
36
48
  pry-byebug (3.10.1)
37
49
  byebug (~> 11.0)
38
50
  pry (>= 0.13, < 0.15)
51
+ racc (1.7.3)
39
52
  rainbow (3.1.1)
40
- rake (13.0.6)
41
- regexp_parser (2.8.0)
42
- rexml (3.2.5)
53
+ rake (13.1.0)
54
+ regexp_parser (2.9.0)
55
+ rexml (3.2.6)
43
56
  rspec (3.12.0)
44
57
  rspec-core (~> 3.12.0)
45
58
  rspec-expectations (~> 3.12.0)
@@ -53,36 +66,38 @@ GEM
53
66
  diff-lcs (>= 1.2.0, < 2.0)
54
67
  rspec-support (~> 3.12.0)
55
68
  rspec-support (3.12.0)
56
- rubocop (1.51.0)
69
+ rubocop (1.60.2)
57
70
  json (~> 2.3)
71
+ language_server-protocol (>= 3.17.0)
58
72
  parallel (~> 1.10)
59
- parser (>= 3.2.0.0)
73
+ parser (>= 3.3.0.2)
60
74
  rainbow (>= 2.2.2, < 4.0)
61
75
  regexp_parser (>= 1.8, < 3.0)
62
76
  rexml (>= 3.2.5, < 4.0)
63
- rubocop-ast (>= 1.28.0, < 2.0)
77
+ rubocop-ast (>= 1.30.0, < 2.0)
64
78
  ruby-progressbar (~> 1.7)
65
79
  unicode-display_width (>= 2.4.0, < 3.0)
66
- rubocop-ast (1.28.1)
80
+ rubocop-ast (1.30.0)
67
81
  parser (>= 3.2.1.0)
68
- rubocop-capybara (2.18.0)
82
+ rubocop-capybara (2.20.0)
69
83
  rubocop (~> 1.41)
70
- rubocop-factory_bot (2.22.0)
71
- rubocop (~> 1.33)
72
- rubocop-performance (1.18.0)
73
- rubocop (>= 1.7.0, < 2.0)
74
- rubocop-ast (>= 0.4.0)
75
- rubocop-rspec (2.22.0)
76
- 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)
77
91
  rubocop-capybara (~> 2.17)
78
92
  rubocop-factory_bot (~> 2.22)
79
93
  ruby-progressbar (1.13.0)
80
- runger_style (0.3.0)
94
+ ruby2_keywords (0.0.5)
95
+ runger_style (0.6.0)
81
96
  rubocop (>= 1.38.0, < 2)
82
97
  slop (4.10.1)
83
98
  tzinfo (2.0.6)
84
99
  concurrent-ruby (~> 1.0)
85
- unicode-display_width (2.4.2)
100
+ unicode-display_width (2.5.0)
86
101
 
87
102
  PLATFORMS
88
103
  ruby
@@ -100,7 +115,7 @@ DEPENDENCIES
100
115
  runger_style
101
116
 
102
117
  RUBY VERSION
103
- ruby 3.2.2p53
118
+ ruby 3.3.0p0
104
119
 
105
120
  BUNDLED WITH
106
- 2.4.13
121
+ 2.5.5
data/exe/release CHANGED
@@ -2,9 +2,12 @@
2
2
 
3
3
  # frozen_string_literal: true
4
4
 
5
+ require 'rainbow/refinement'
5
6
  require 'slop'
6
7
  require_relative '../lib/runger_release_assistant.rb'
7
8
 
9
+ using Rainbow
10
+
8
11
  slop_options =
9
12
  Slop.parse do |o|
10
13
  o.banner = <<~BANNER
@@ -2,6 +2,6 @@
2
2
 
3
3
  # rubocop:disable Style/StaticClass
4
4
  class RungerReleaseAssistant
5
- VERSION = '0.4.2'
5
+ VERSION = '0.6.0'
6
6
  end
7
7
  # rubocop:enable Style/StaticClass
@@ -1,11 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'active_support/all'
4
- require 'colorize'
5
4
  require 'memo_wise'
5
+ require 'rainbow/refinement'
6
6
  require 'slop'
7
7
  require 'yaml'
8
8
 
9
+ using Rainbow
10
+
9
11
  # We need to define the class before requiring the modules.
10
12
  # rubocop:disable Lint/EmptyClass
11
13
  class RungerReleaseAssistant
@@ -35,9 +35,9 @@ Gem::Specification.new do |spec|
35
35
  spec.require_paths = ['lib']
36
36
 
37
37
  spec.add_dependency('activesupport', '>= 6', '< 8')
38
- spec.add_dependency('colorize', '~> 0.8')
39
38
  spec.add_dependency('memo_wise', '>= 1.7', '< 2')
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.4.2
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-05-30 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
@@ -31,39 +31,45 @@ dependencies:
31
31
  - !ruby/object:Gem::Version
32
32
  version: '8'
33
33
  - !ruby/object:Gem::Dependency
34
- name: colorize
34
+ name: memo_wise
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: '0.8'
39
+ version: '1.7'
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: '2'
40
43
  type: :runtime
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
43
46
  requirements:
44
- - - "~>"
47
+ - - ">="
45
48
  - !ruby/object:Gem::Version
46
- version: '0.8'
49
+ version: '1.7'
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: '2'
47
53
  - !ruby/object:Gem::Dependency
48
- name: memo_wise
54
+ name: rainbow
49
55
  requirement: !ruby/object:Gem::Requirement
50
56
  requirements:
51
57
  - - ">="
52
58
  - !ruby/object:Gem::Version
53
- version: '1.7'
59
+ version: '3.0'
54
60
  - - "<"
55
61
  - !ruby/object:Gem::Version
56
- version: '2'
62
+ version: '4'
57
63
  type: :runtime
58
64
  prerelease: false
59
65
  version_requirements: !ruby/object:Gem::Requirement
60
66
  requirements:
61
67
  - - ">="
62
68
  - !ruby/object:Gem::Version
63
- version: '1.7'
69
+ version: '3.0'
64
70
  - - "<"
65
71
  - !ruby/object:Gem::Version
66
- version: '2'
72
+ version: '4'
67
73
  - !ruby/object:Gem::Dependency
68
74
  name: slop
69
75
  requirement: !ruby/object:Gem::Requirement
@@ -128,14 +134,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
134
  requirements:
129
135
  - - ">="
130
136
  - !ruby/object:Gem::Version
131
- version: '3.2'
137
+ version: 3.3.0
132
138
  required_rubygems_version: !ruby/object:Gem::Requirement
133
139
  requirements:
134
140
  - - ">="
135
141
  - !ruby/object:Gem::Version
136
142
  version: '0'
137
143
  requirements: []
138
- rubygems_version: 3.4.13
144
+ rubygems_version: 3.5.3
139
145
  signing_key:
140
146
  specification_version: 4
141
147
  summary: A gem / CLI tool to automate the release process of other gems