onboardable 1.2.0 → 1.2.1
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 +4 -0
- data/CODE_OF_CONDUCT.md +57 -21
- data/Gemfile.lock +5 -5
- data/README.md +44 -30
- data/lib/onboardable/list/builder.rb +6 -8
- data/lib/onboardable/version.rb +1 -1
- data/lib/onboardable.rb +10 -10
- data/onboardable.gemspec +51 -0
- data/sig/onboardable/list/builder.rbs +3 -3
- metadata +13 -8
- data/.rspec +0 -4
- data/.rubocop.yml +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85ade5264e7e019c70f76d1ad5ccf9713257e596baaae4495eeaaa575146af2e
|
4
|
+
data.tar.gz: 17fb50df5dc091e8f8c1326c2b28dea7657e5f97efcc94d4ba3ab34ea41e242b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea96934ba19039ad48f297314d1021aa9be880cbd324da0d7575ecd351bb61563193099180cf43e2da051053ba2f2cce8df06bc260206e2796ee30b6f383e040
|
7
|
+
data.tar.gz: 35db141793dec0c56ddbd667ac8e1d1bacb33dfcb032a83ace5bcc712ab4f3010504f66b838ac7f0feddd422b87eb494f5b9c2064d15c221babedb17ac941088
|
data/CHANGELOG.md
CHANGED
data/CODE_OF_CONDUCT.md
CHANGED
@@ -2,18 +2,25 @@
|
|
2
2
|
|
3
3
|
## Our Pledge
|
4
4
|
|
5
|
-
We as members, contributors, and leaders pledge to
|
5
|
+
We as members, contributors, and leaders pledge to participate in our
|
6
|
+
community a harassment-free experience for everyone, regardless of age, body
|
7
|
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
8
|
+
identity and expression, level of experience, education, socio-economic status,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and orientation.
|
6
10
|
|
7
|
-
We pledge to act and interact in ways that contribute to an open, welcoming,
|
11
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
12
|
+
diverse, inclusive, and healthy community.
|
8
13
|
|
9
14
|
## Our Standards
|
10
15
|
|
11
|
-
Examples of behavior that contributes to a positive environment for
|
16
|
+
Examples of behavior that contributes to a positive environment for
|
17
|
+
our community includes:
|
12
18
|
|
13
19
|
* Demonstrating empathy and kindness toward other people
|
14
20
|
* Being respectful of differing opinions, viewpoints, and experiences
|
15
21
|
* Giving and gracefully accepting constructive feedback
|
16
|
-
* Accepting responsibility and apologizing to those affected by our mistakes,
|
22
|
+
* Accepting responsibility and apologizing to those affected by our mistakes,
|
23
|
+
and learning from the experience
|
17
24
|
* Focusing on what is best not just for us as individuals, but for the overall community
|
18
25
|
|
19
26
|
Examples of unacceptable behavior include:
|
@@ -24,61 +31,90 @@ Examples of unacceptable behavior include:
|
|
24
31
|
* Public or private harassment
|
25
32
|
* Publishing others' private information, such as a physical or email
|
26
33
|
address, without their explicit permission
|
27
|
-
* Other conduct
|
34
|
+
* Other conduct that could reasonably be considered inappropriate in a
|
28
35
|
professional setting
|
29
36
|
|
30
37
|
## Enforcement Responsibilities
|
31
38
|
|
32
|
-
Community leaders are responsible for clarifying and enforcing our standards of
|
39
|
+
Community leaders are responsible for clarifying and enforcing our standards of
|
40
|
+
acceptable behavior and will take appropriate and fair corrective action in response
|
41
|
+
to any behavior that they deem inappropriate, threatening, offensive, or harmful.
|
33
42
|
|
34
|
-
Community leaders have the right and responsibility to remove, edit, or reject
|
43
|
+
Community leaders have the right and responsibility to remove, edit, or reject
|
44
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
45
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
46
|
+
decisions when appropriate.
|
35
47
|
|
36
48
|
## Scope
|
37
49
|
|
38
|
-
This Code of Conduct applies within all community spaces
|
50
|
+
This Code of Conduct applies within all community spaces and also applies when an
|
51
|
+
individual is officially representing the community in public spaces. Examples of
|
52
|
+
representing our community includes using an official e-mail address, posting via
|
53
|
+
an official social media account, or acting as an appointed representative at an
|
54
|
+
online or offline event.
|
39
55
|
|
40
56
|
## Enforcement
|
41
57
|
|
42
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported
|
58
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported
|
59
|
+
to the community leaders responsible for enforcement at skrynnyk.artem@coaxsoft.com.
|
60
|
+
All complaints will be reviewed and investigated promptly and fairly.
|
43
61
|
|
44
|
-
All community leaders are obligated to respect the privacy and
|
62
|
+
All community leaders are obligated to respect the privacy and
|
63
|
+
security of the reporter of any incident.
|
45
64
|
|
46
65
|
## Enforcement Guidelines
|
47
66
|
|
48
|
-
Community leaders will follow these Community Impact Guidelines in determining
|
67
|
+
Community leaders will follow these Community Impact Guidelines in determining
|
68
|
+
the consequences for any action they deem in violation of this Code of Conduct:
|
49
69
|
|
50
70
|
### 1. Correction
|
51
71
|
|
52
|
-
**Community Impact**: Use of inappropriate language or other behavior
|
72
|
+
**Community Impact**: Use of inappropriate language or other behavior
|
73
|
+
deemed unprofessional or unwelcome in the community.
|
53
74
|
|
54
|
-
**Consequence**: A private, written warning from community leaders,
|
75
|
+
**Consequence**: A private, written warning from community leaders,
|
76
|
+
providing clarity around the nature of the violation and an explanation
|
77
|
+
of why the behavior was inappropriate. A public apology may be requested.
|
55
78
|
|
56
79
|
### 2. Warning
|
57
80
|
|
58
81
|
**Community Impact**: A violation through a single incident or series of actions.
|
59
82
|
|
60
|
-
**Consequence**: A warning with consequences for continued behavior.
|
83
|
+
**Consequence**: A warning with consequences for continued behavior.
|
84
|
+
No interaction with the people involved, including unsolicited interaction
|
85
|
+
with those enforcing the Code of Conduct, for a specified period of time.
|
86
|
+
This includes avoiding interactions in community spaces as well as external
|
87
|
+
channels like social media. Violating these terms may lead to a temporary or
|
88
|
+
permanent ban.
|
61
89
|
|
62
90
|
### 3. Temporary Ban
|
63
91
|
|
64
|
-
**Community Impact**: A serious violation of community standards,
|
92
|
+
**Community Impact**: A serious violation of community standards,
|
93
|
+
including sustained inappropriate behavior.
|
65
94
|
|
66
|
-
**Consequence**: A temporary ban from any sort of interaction or public
|
95
|
+
**Consequence**: A temporary ban from any sort of interaction or public
|
96
|
+
communication with the community for a specified period of time.
|
97
|
+
No public or private interaction with the people involved, including
|
98
|
+
unsolicited interaction with those enforcing the Code of Conduct, is
|
99
|
+
allowed during this period. Violating these terms may lead to a permanent ban.
|
67
100
|
|
68
101
|
### 4. Permanent Ban
|
69
102
|
|
70
|
-
**Community Impact**: Demonstrating a pattern of violation of community standards,
|
103
|
+
**Community Impact**: Demonstrating a pattern of violation of community standards,
|
104
|
+
including sustained inappropriate behavior, harassment of an individual, or
|
105
|
+
aggression toward or disparagement of classes of individuals.
|
71
106
|
|
72
107
|
**Consequence**: A permanent ban from any sort of public interaction within the community.
|
73
108
|
|
74
109
|
## Attribution
|
75
110
|
|
76
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
77
|
-
available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
|
111
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
112
|
+
version 2.0, available at <https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
|
78
113
|
|
79
|
-
Community Impact Guidelines were inspired
|
114
|
+
Community Impact Guidelines were inspired
|
115
|
+
by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
|
80
116
|
|
81
117
|
[homepage]: https://www.contributor-covenant.org
|
82
118
|
|
83
119
|
For answers to common questions about this code of conduct, see the FAQ at
|
84
|
-
https://www.contributor-covenant.org/faq
|
120
|
+
<https://www.contributor-covenant.org/faq>. Translations are available at <https://www.contributor-covenant.org/translations>.
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
onboardable (1.2.
|
4
|
+
onboardable (1.2.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -12,7 +12,7 @@ GEM
|
|
12
12
|
json (2.7.2)
|
13
13
|
language_server-protocol (3.17.0.3)
|
14
14
|
parallel (1.24.0)
|
15
|
-
parser (3.3.
|
15
|
+
parser (3.3.2.0)
|
16
16
|
ast (~> 2.4.1)
|
17
17
|
racc
|
18
18
|
racc (1.8.0)
|
@@ -34,7 +34,7 @@ GEM
|
|
34
34
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
35
|
rspec-support (~> 3.13.0)
|
36
36
|
rspec-support (3.13.1)
|
37
|
-
rubocop (1.64.
|
37
|
+
rubocop (1.64.1)
|
38
38
|
json (~> 2.3)
|
39
39
|
language_server-protocol (>= 3.17.0)
|
40
40
|
parallel (~> 1.10)
|
@@ -81,11 +81,11 @@ DEPENDENCIES
|
|
81
81
|
onboardable!
|
82
82
|
rake (~> 13.2, >= 13.2.1)
|
83
83
|
rspec (~> 3.13)
|
84
|
-
rubocop (~> 1.64)
|
84
|
+
rubocop (~> 1.64, >= 1.64.1)
|
85
85
|
rubocop-performance (~> 1.21)
|
86
86
|
rubocop-rake (~> 0.6.0)
|
87
87
|
rubocop-rspec (~> 2.29, >= 2.29.2)
|
88
88
|
simplecov (~> 0.22.0)
|
89
89
|
|
90
90
|
BUNDLED WITH
|
91
|
-
2.5.
|
91
|
+
2.5.11
|
data/README.md
CHANGED
@@ -18,7 +18,7 @@ Install the gem and add to the application's Gemfile by executing:
|
|
18
18
|
bundle add onboardable
|
19
19
|
```
|
20
20
|
|
21
|
-
If bundler is not being used to manage dependencies, install the gem by executing:
|
21
|
+
If the bundler is not being used to manage dependencies, install the gem by executing:
|
22
22
|
|
23
23
|
```shell
|
24
24
|
gem install onboardable
|
@@ -29,31 +29,31 @@ gem install onboardable
|
|
29
29
|
First, ensure that the Onboardable gem is installed and properly set up in your
|
30
30
|
project as per the installation guide provided earlier.
|
31
31
|
|
32
|
-
###
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
32
|
+
### Defining Onboarding Steps
|
33
|
+
|
34
|
+
To incorporate an onboarding process into your `User` class, start by
|
35
|
+
including the `Onboardable` module to add onboarding functionality. Then,
|
36
|
+
define the onboarding steps with the `has_onboarding` method, detailing each
|
37
|
+
step with helpful tooltips and descriptions. Here's how you can set it up:
|
38
|
+
|
39
|
+
```ruby
|
40
|
+
class User
|
41
|
+
include Onboardable
|
42
|
+
|
43
|
+
has_onboarding do
|
44
|
+
step 'welcome', message: 'Welcome to your new account!'
|
45
|
+
step 'account_setup', task: 'Create credentials'
|
46
|
+
step 'confirmation'
|
47
|
+
step_from ExternalStepProvider
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
class ExternalStepProvider
|
52
|
+
def self.to_onboarding_step
|
53
|
+
Onboardable::Step.new 'external_step', info: 'This is an external step.'
|
54
|
+
end
|
55
|
+
end
|
56
|
+
```
|
57
57
|
|
58
58
|
### Using the Onboarding Steps
|
59
59
|
|
@@ -68,14 +68,28 @@ that allow step navigation and state verification:
|
|
68
68
|
|
69
69
|
1. **Initialize Onboarding Process**
|
70
70
|
|
71
|
-
Instantiate the onboarding process when a
|
72
|
-
|
71
|
+
- Instantiate the onboarding process when a `User` object is created.
|
72
|
+
This sets up the initial step based on the defined onboarding flow.
|
73
73
|
|
74
74
|
```ruby
|
75
75
|
onboarding = User.new.onboarding
|
76
76
|
```
|
77
77
|
|
78
|
-
|
78
|
+
- For a more detailed setup, use the `Onboardable::List::Builder` to
|
79
|
+
create a custom onboarding flow with specific steps and details.
|
80
|
+
|
81
|
+
```ruby
|
82
|
+
builder = Onboardable::List::Builder.new
|
83
|
+
|
84
|
+
builder.create_step 'welcome', message: 'Welcome to your new account!'
|
85
|
+
builder.create_step 'account_setup', task: 'Create credentials'
|
86
|
+
builder.create_step 'confirmation'
|
87
|
+
builder.create_step_from ExternalStepProvider
|
88
|
+
|
89
|
+
onboarding = builder.build
|
90
|
+
```
|
91
|
+
|
92
|
+
1. **Check the order of steps**
|
79
93
|
|
80
94
|
Determine the order of steps in the onboarding process to ensure
|
81
95
|
that the sequence is correct and that the steps are defined as expected.
|
@@ -137,7 +151,7 @@ that allow step navigation and state verification:
|
|
137
151
|
|
138
152
|
Retrieve details about the current step, which can include the name,
|
139
153
|
custom data, and status, to display appropriate information or help
|
140
|
-
the user
|
154
|
+
the user completes tasks associated with the step.
|
141
155
|
|
142
156
|
```ruby
|
143
157
|
onboarding.current_step # Current step details
|
@@ -31,18 +31,16 @@ module Onboardable
|
|
31
31
|
#
|
32
32
|
# @param klass [Class] The class to be converted to a step.
|
33
33
|
# @return [Step] The converted step.
|
34
|
-
|
35
|
-
def create_step_from!(klass)
|
34
|
+
def create_step_from(klass)
|
36
35
|
(Step.try_convert(klass) || undefined_method_error!(klass)).tap { |step| add_step(step) }
|
37
36
|
end
|
38
|
-
alias step_from create_step_from
|
37
|
+
alias step_from create_step_from
|
39
38
|
|
40
39
|
# Constructs a new List object from the steps added to the builder.
|
41
40
|
#
|
42
41
|
# @param current_step_name [String, nil] The name of the step to mark as current in the built list. Can be nil.
|
43
42
|
# @return [Base] A new List object initialized with the steps and the specified current step.
|
44
|
-
|
45
|
-
def build!(current_step_name)
|
43
|
+
def build(current_step_name)
|
46
44
|
Base.new(convert_to_steps!, convert_to_step!(current_step_name || current_step.name))
|
47
45
|
end
|
48
46
|
|
@@ -53,12 +51,12 @@ module Onboardable
|
|
53
51
|
# @param step [Step] The step to be added.
|
54
52
|
# @return [Step] The added step.
|
55
53
|
def add_step(step)
|
56
|
-
step.
|
57
|
-
name = step.name
|
54
|
+
step.name.then do |name|
|
58
55
|
warn_about_override(name) if steps.key?(name)
|
59
56
|
steps[name] = step
|
60
|
-
self.current_step ||= step
|
61
57
|
end
|
58
|
+
|
59
|
+
step.tap { self.current_step = step }
|
62
60
|
end
|
63
61
|
|
64
62
|
# Assigns a hash of steps to the builder.
|
data/lib/onboardable/version.rb
CHANGED
data/lib/onboardable.rb
CHANGED
@@ -12,8 +12,8 @@ require_relative 'onboardable/version'
|
|
12
12
|
module Onboardable
|
13
13
|
# Initializes the Onboardable module when included in a class, extending it with class and instance methods.
|
14
14
|
#
|
15
|
-
# @param klass [Module]
|
16
|
-
# @return [untyped]
|
15
|
+
# @param klass [Module] The class including the Onboardable module
|
16
|
+
# @return [untyped] The class including the Onboardable module.
|
17
17
|
def self.included(klass)
|
18
18
|
klass.extend ClassMethods
|
19
19
|
klass.include InstanceMethods
|
@@ -23,15 +23,15 @@ module Onboardable
|
|
23
23
|
module ClassMethods
|
24
24
|
# Retrieves or initializes a ListBuilder for onboarding steps at the class level.
|
25
25
|
#
|
26
|
-
# @return [List::Builder]
|
26
|
+
# @return [List::Builder] The ListBuilder associated with the class.
|
27
27
|
def list_builder
|
28
28
|
@list_builder ||= List::Builder.new
|
29
29
|
end
|
30
30
|
|
31
31
|
# Configures onboarding steps via a ListBuilder with a provided block.
|
32
32
|
#
|
33
|
-
# @yield [List::Builder]
|
34
|
-
# @return [Step]
|
33
|
+
# @yield [List::Builder] Executes block in the context of List::Builder.
|
34
|
+
# @return [Step] The current step in the building process.
|
35
35
|
def list_builder=(&block)
|
36
36
|
list_builder.instance_eval(&block)
|
37
37
|
end
|
@@ -39,10 +39,10 @@ module Onboardable
|
|
39
39
|
|
40
40
|
# Builds the onboarding list and optionally sets the current step.
|
41
41
|
#
|
42
|
-
# @param current_step_name [String, nil]
|
43
|
-
# @return [List::Base]
|
42
|
+
# @param current_step_name [String, nil] The name of the current step, if specified.
|
43
|
+
# @return [List::Base] The List built from the class's ListBuilder.
|
44
44
|
def onboarding(current_step_name = nil)
|
45
|
-
list_builder.build
|
45
|
+
list_builder.build(current_step_name)
|
46
46
|
end
|
47
47
|
end
|
48
48
|
|
@@ -50,8 +50,8 @@ module Onboardable
|
|
50
50
|
module InstanceMethods
|
51
51
|
# Builds the onboarding list and optionally sets the current step.
|
52
52
|
#
|
53
|
-
# @param current_step_name [String, nil]
|
54
|
-
# @return [List::Base]
|
53
|
+
# @param current_step_name [String, nil] The name of the current step, if specified.
|
54
|
+
# @return [List::Base] The List built from the class's ListBuilder.
|
55
55
|
def onboarding(current_step_name = nil)
|
56
56
|
self.class.onboarding(current_step_name)
|
57
57
|
end
|
data/onboardable.gemspec
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative 'lib/onboardable/version'
|
4
|
+
|
5
|
+
Gem::Specification.new do |spec|
|
6
|
+
spec.name = 'onboardable'
|
7
|
+
spec.version = Onboardable::VERSION
|
8
|
+
spec.authors = ['Artem Skrynnyk']
|
9
|
+
spec.email = ['skrynnyk.artem@coaxsoft.com']
|
10
|
+
|
11
|
+
spec.summary = 'Streamlines onboarding process integration'
|
12
|
+
spec.description = 'Provides tools for easy setup of custom onboarding to boost engagement.'
|
13
|
+
spec.homepage = 'https://github.com/dmrAnderson/onboardable'
|
14
|
+
spec.license = 'MIT'
|
15
|
+
spec.required_ruby_version = '>= 3.0.0'
|
16
|
+
|
17
|
+
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
|
18
|
+
|
19
|
+
spec.metadata['homepage_uri'] = spec.homepage
|
20
|
+
# spec.metadata['source_code_uri'] = "TODO: Put your gem's public repo URL here."
|
21
|
+
spec.metadata['changelog_uri'] = 'https://github.com/dmrAnderson/onboardable/blob/main/CHANGELOG.md'
|
22
|
+
spec.metadata['bug_tracker_uri'] = 'https://github.com/dmrAnderson/onboardable/issues'
|
23
|
+
spec.metadata['documentation_uri'] = 'https://rubydoc.info/gems/onboardable'
|
24
|
+
|
25
|
+
# Specify which files should be added to the gem when it is released.
|
26
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
27
|
+
spec.files = Dir.chdir(__dir__) do
|
28
|
+
`git ls-files -z`.split("\x0").reject do |f|
|
29
|
+
(f == __FILE__) || f.match(%r{\A(?:(?:bin|spec)/|\.(?:git|rspec|rubocop))})
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
spec.bindir = 'exe'
|
34
|
+
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
35
|
+
spec.require_paths = ['lib']
|
36
|
+
|
37
|
+
# Uncomment to register a new dependency of your gem
|
38
|
+
# spec.add_dependency "example-gem", "~> 1.0"
|
39
|
+
|
40
|
+
# For more information and examples about making a new gem, check out our
|
41
|
+
# guide at: https://bundler.io/guides/creating_gem.html
|
42
|
+
spec.add_development_dependency 'rake', '~> 13.2', '>= 13.2.1'
|
43
|
+
spec.add_development_dependency 'rspec', '~> 3.13'
|
44
|
+
spec.add_development_dependency 'rubocop', '~> 1.64', '>= 1.64.1'
|
45
|
+
spec.add_development_dependency 'rubocop-performance', '~> 1.21'
|
46
|
+
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
|
47
|
+
spec.add_development_dependency 'rubocop-rspec', '~> 2.29', '>= 2.29.2'
|
48
|
+
spec.add_development_dependency 'simplecov', '~> 0.22.0'
|
49
|
+
|
50
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
51
|
+
end
|
@@ -9,10 +9,10 @@ module Onboardable
|
|
9
9
|
def create_step: (String, Hash[Symbol, untyped]) -> Step
|
10
10
|
alias step create_step
|
11
11
|
|
12
|
-
def create_step_from
|
13
|
-
alias step_from create_step_from
|
12
|
+
def create_step_from: (Class) -> Step
|
13
|
+
alias step_from create_step_from
|
14
14
|
|
15
|
-
def build
|
15
|
+
def build: (String?) -> Base
|
16
16
|
|
17
17
|
private
|
18
18
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onboardable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artem Skrynnyk
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -51,6 +51,9 @@ dependencies:
|
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '1.64'
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 1.64.1
|
54
57
|
type: :development
|
55
58
|
prerelease: false
|
56
59
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,6 +61,9 @@ dependencies:
|
|
58
61
|
- - "~>"
|
59
62
|
- !ruby/object:Gem::Version
|
60
63
|
version: '1.64'
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 1.64.1
|
61
67
|
- !ruby/object:Gem::Dependency
|
62
68
|
name: rubocop-performance
|
63
69
|
requirement: !ruby/object:Gem::Requirement
|
@@ -127,8 +133,6 @@ executables: []
|
|
127
133
|
extensions: []
|
128
134
|
extra_rdoc_files: []
|
129
135
|
files:
|
130
|
-
- ".rspec"
|
131
|
-
- ".rubocop.yml"
|
132
136
|
- CHANGELOG.md
|
133
137
|
- CODE_OF_CONDUCT.md
|
134
138
|
- Gemfile
|
@@ -144,6 +148,7 @@ files:
|
|
144
148
|
- lib/onboardable/step.rb
|
145
149
|
- lib/onboardable/utils/warnings.rb
|
146
150
|
- lib/onboardable/version.rb
|
151
|
+
- onboardable.gemspec
|
147
152
|
- sig/onboardable.rbs
|
148
153
|
- sig/onboardable/errors.rbs
|
149
154
|
- sig/onboardable/list/base.rbs
|
@@ -160,7 +165,7 @@ metadata:
|
|
160
165
|
bug_tracker_uri: https://github.com/dmrAnderson/onboardable/issues
|
161
166
|
documentation_uri: https://rubydoc.info/gems/onboardable
|
162
167
|
rubygems_mfa_required: 'true'
|
163
|
-
post_install_message:
|
168
|
+
post_install_message:
|
164
169
|
rdoc_options: []
|
165
170
|
require_paths:
|
166
171
|
- lib
|
@@ -175,8 +180,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
175
180
|
- !ruby/object:Gem::Version
|
176
181
|
version: '0'
|
177
182
|
requirements: []
|
178
|
-
rubygems_version: 3.5.
|
179
|
-
signing_key:
|
183
|
+
rubygems_version: 3.5.9
|
184
|
+
signing_key:
|
180
185
|
specification_version: 4
|
181
186
|
summary: Streamlines onboarding process integration
|
182
187
|
test_files: []
|
data/.rspec
DELETED