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 +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +17 -17
- data/lib/onboardable/version.rb +1 -1
- data/onboardable.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30d82aa47245ad504e43eb73fa933242a0ae5deb41fd8645b3996b87d9bcf3f0
|
|
4
|
+
data.tar.gz: '049d43ca10d841b5106509c1343e709d4ca84e8aab8d06770533c771fdc3f9ee'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45ab37c9c14a02c3c199485ef03589ce562bc606d5467d65232dd3f68fe476ad17976ac86bf23170ff827ee275004a669feae88a94ab6b2f3731df8b94459c8e
|
|
7
|
+
data.tar.gz: afca5fe533c644f9bda833a89b0654fbb9f022569c2a784253a50b2449a9c001b445c3b3dc11b8b0ea4013d4b80c9d8bea507d4105b3b16a96d469e2c02227ad
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
onboardable (1.
|
|
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.
|
|
12
|
+
json (2.19.3)
|
|
13
13
|
language_server-protocol (3.17.0.5)
|
|
14
14
|
lint_roller (1.1.0)
|
|
15
|
-
parallel (1.
|
|
16
|
-
parser (3.3.
|
|
15
|
+
parallel (1.28.0)
|
|
16
|
+
parser (3.3.11.1)
|
|
17
17
|
ast (~> 2.4.1)
|
|
18
18
|
racc
|
|
19
|
-
prism (1.
|
|
19
|
+
prism (1.9.0)
|
|
20
20
|
racc (1.8.1)
|
|
21
21
|
rainbow (3.1.1)
|
|
22
|
-
rake (13.
|
|
23
|
-
regexp_parser (2.
|
|
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.
|
|
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 (
|
|
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.
|
|
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
|
+
rubocop-ast (1.49.1)
|
|
49
49
|
parser (>= 3.3.7.2)
|
|
50
|
-
prism (~> 1.
|
|
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.
|
|
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.
|
|
72
|
-
yard-lint (1.
|
|
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.
|
|
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.
|
|
93
|
+
4.0.11
|
data/lib/onboardable/version.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
207
|
+
rubygems_version: 4.0.10
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: Streamlines onboarding process integration
|
|
210
210
|
test_files: []
|