onboardable 1.6.0 → 1.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: 8f24682a34d8f84cf2eba4bdf9e69734bfa4788c7937d1b8b90b05456985b27b
4
- data.tar.gz: c18c2ec8f27809b239c7ca8059522923bc511b3aebafaf732cc611244549d463
3
+ metadata.gz: 30d82aa47245ad504e43eb73fa933242a0ae5deb41fd8645b3996b87d9bcf3f0
4
+ data.tar.gz: '049d43ca10d841b5106509c1343e709d4ca84e8aab8d06770533c771fdc3f9ee'
5
5
  SHA512:
6
- metadata.gz: e443300f42828683e075ec62377ff4d3d43663c8c4e8609f9f17baf89b06b71c84fdda673939fa4fd86f487f192b7c6d65028b389cd790f3c196f6d8ad62e0a8
7
- data.tar.gz: b8f14acd58e53891ef6de0f0c0b65181a354904ff27fd77940072641c680980ba99539012b12add6ae4395f42087416ed9f174b04168c12df6a0483414fd4f22
6
+ metadata.gz: 45ab37c9c14a02c3c199485ef03589ce562bc606d5467d65232dd3f68fe476ad17976ac86bf23170ff827ee275004a669feae88a94ab6b2f3731df8b94459c8e
7
+ data.tar.gz: afca5fe533c644f9bda833a89b0654fbb9f022569c2a784253a50b2449a9c001b445c3b3dc11b8b0ea4013d4b80c9d8bea507d4105b3b16a96d469e2c02227ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.7.0
4
+
5
+ - Update Ruby version requirements to 3.3.
6
+ - Drop Ruby 3.2 from the CI matrix.
7
+ - Update development dependencies to their latest versions.
8
+
3
9
  ## 1.6.0
4
10
 
5
11
  - Add support for Ruby 4.0.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- onboardable (1.6.0)
4
+ onboardable (1.7.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,18 +9,18 @@ GEM
9
9
  ast (2.4.3)
10
10
  diff-lcs (1.6.2)
11
11
  docile (1.4.1)
12
- json (2.18.0)
12
+ json (2.19.3)
13
13
  language_server-protocol (3.17.0.5)
14
14
  lint_roller (1.1.0)
15
- parallel (1.27.0)
16
- parser (3.3.10.0)
15
+ parallel (1.28.0)
16
+ parser (3.3.11.1)
17
17
  ast (~> 2.4.1)
18
18
  racc
19
- prism (1.7.0)
19
+ prism (1.9.0)
20
20
  racc (1.8.1)
21
21
  rainbow (3.1.1)
22
- rake (13.3.1)
23
- regexp_parser (2.11.3)
22
+ rake (13.4.2)
23
+ regexp_parser (2.12.0)
24
24
  rspec (3.13.2)
25
25
  rspec-core (~> 3.13.0)
26
26
  rspec-expectations (~> 3.13.0)
@@ -34,20 +34,20 @@ GEM
34
34
  diff-lcs (>= 1.2.0, < 2.0)
35
35
  rspec-support (~> 3.13.0)
36
36
  rspec-support (3.13.6)
37
- rubocop (1.82.1)
37
+ rubocop (1.86.1)
38
38
  json (~> 2.3)
39
39
  language_server-protocol (~> 3.17.0.2)
40
40
  lint_roller (~> 1.1.0)
41
- parallel (~> 1.10)
41
+ parallel (>= 1.10)
42
42
  parser (>= 3.3.0.2)
43
43
  rainbow (>= 2.2.2, < 4.0)
44
44
  regexp_parser (>= 2.9.3, < 3.0)
45
- rubocop-ast (>= 1.48.0, < 2.0)
45
+ rubocop-ast (>= 1.49.0, < 2.0)
46
46
  ruby-progressbar (~> 1.7)
47
47
  unicode-display_width (>= 2.4.0, < 4.0)
48
- rubocop-ast (1.48.0)
48
+ rubocop-ast (1.49.1)
49
49
  parser (>= 3.3.7.2)
50
- prism (~> 1.4)
50
+ prism (~> 1.7)
51
51
  rubocop-performance (1.26.1)
52
52
  lint_roller (~> 1.1)
53
53
  rubocop (>= 1.75.0, < 2.0)
@@ -55,7 +55,7 @@ GEM
55
55
  rubocop-rake (0.7.1)
56
56
  lint_roller (~> 1.1)
57
57
  rubocop (>= 1.72.1)
58
- rubocop-rspec (3.8.0)
58
+ rubocop-rspec (3.9.0)
59
59
  lint_roller (~> 1.1)
60
60
  rubocop (~> 1.81)
61
61
  ruby-progressbar (1.13.0)
@@ -68,11 +68,11 @@ GEM
68
68
  unicode-display_width (3.2.0)
69
69
  unicode-emoji (~> 4.1)
70
70
  unicode-emoji (4.2.0)
71
- yard (0.9.38)
72
- yard-lint (1.3.0)
71
+ yard (0.9.42)
72
+ yard-lint (1.5.1)
73
73
  yard (~> 0.9)
74
74
  zeitwerk (~> 2.6)
75
- zeitwerk (2.7.4)
75
+ zeitwerk (2.7.5)
76
76
 
77
77
  PLATFORMS
78
78
  x86_64-darwin-25
@@ -90,4 +90,4 @@ DEPENDENCIES
90
90
  yard-lint (~> 1.2, >= 1.2.3)
91
91
 
92
92
  BUNDLED WITH
93
- 4.0.3
93
+ 4.0.11
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Onboardable
4
4
  # The version of the Onboardable gem.
5
- VERSION = '1.6.0'
5
+ VERSION = '1.7.0'
6
6
  end
data/onboardable.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = 'Provides tools for easy setup of custom onboarding to boost engagement.'
13
13
  spec.homepage = 'https://github.com/dmrAnderson/onboardable'
14
14
  spec.license = 'MIT'
15
- spec.required_ruby_version = '>= 3.2.0'
15
+ spec.required_ruby_version = '>= 3.3.0'
16
16
 
17
17
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onboardable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Skrynnyk
@@ -197,14 +197,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- version: 3.2.0
200
+ version: 3.3.0
201
201
  required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
206
  requirements: []
207
- rubygems_version: 4.0.3
207
+ rubygems_version: 4.0.10
208
208
  specification_version: 4
209
209
  summary: Streamlines onboarding process integration
210
210
  test_files: []