random_name_generator 2.0.0 → 2.0.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/Gemfile +2 -2
- data/Gemfile.lock +20 -20
- data/README.md +1 -10
- data/lib/random_name_generator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7d564d5122ed3a4ca55980018503990bbbb54b7bef92113861abb7a3316b46a
|
|
4
|
+
data.tar.gz: 1e8e97dcbf48700a14b865e569b6921555ee352fd27f03791d134ce3a9d45db7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c766bddfc9d8f2712ca6f2b694caeeeffec57748679d8282b94db29f16811c53c74d1793e2e3770bb79f2c6625eba345fc77c61dd61a5aa2b4241c2db3c29e6
|
|
7
|
+
data.tar.gz: a545729b99e9c5170d3820f0e75b58fbce4f9bfc5cc422732f0fa863170ca001abb2265221243bb20a6ca1f291756f004fbf738c15ae796cf304a4e0a8eab8ec
|
data/Gemfile
CHANGED
|
@@ -7,12 +7,12 @@ gemspec
|
|
|
7
7
|
|
|
8
8
|
gem "pry"
|
|
9
9
|
gem "rake", "~> 13.0"
|
|
10
|
-
gem "slop", "~> 4.
|
|
10
|
+
gem "slop", "~> 4.9.1"
|
|
11
11
|
|
|
12
12
|
group :development do
|
|
13
13
|
gem "coveralls", require: false
|
|
14
14
|
gem "reek"
|
|
15
|
-
gem "rspec", "~> 3.0"
|
|
15
|
+
gem "rspec", "~> 3.10.0"
|
|
16
16
|
gem "rubocop"
|
|
17
17
|
gem "rubocop-rake", require: false
|
|
18
18
|
gem "rubocop-rspec", require: false
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
random_name_generator (2.0.
|
|
4
|
+
random_name_generator (2.0.1)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -15,26 +15,26 @@ GEM
|
|
|
15
15
|
thor (>= 0.19.4, < 2.0)
|
|
16
16
|
tins (~> 1.6)
|
|
17
17
|
diff-lcs (1.4.4)
|
|
18
|
-
docile (1.
|
|
18
|
+
docile (1.4.0)
|
|
19
19
|
json (2.5.1)
|
|
20
20
|
kwalify (0.7.2)
|
|
21
21
|
method_source (1.0.0)
|
|
22
22
|
parallel (1.20.1)
|
|
23
|
-
parser (3.0.
|
|
23
|
+
parser (3.0.2.0)
|
|
24
24
|
ast (~> 2.4.1)
|
|
25
|
-
pry (0.14.
|
|
25
|
+
pry (0.14.1)
|
|
26
26
|
coderay (~> 1.1)
|
|
27
27
|
method_source (~> 1.0)
|
|
28
|
-
psych (
|
|
28
|
+
psych (4.0.1)
|
|
29
29
|
rainbow (3.0.0)
|
|
30
|
-
rake (13.0.
|
|
31
|
-
reek (6.0.
|
|
30
|
+
rake (13.0.6)
|
|
31
|
+
reek (6.0.5)
|
|
32
32
|
kwalify (~> 0.7.0)
|
|
33
33
|
parser (~> 3.0.0)
|
|
34
|
-
psych (
|
|
34
|
+
psych (>= 3.1, < 5.0)
|
|
35
35
|
rainbow (>= 2.0, < 4.0)
|
|
36
36
|
regexp_parser (2.1.1)
|
|
37
|
-
rexml (3.2.
|
|
37
|
+
rexml (3.2.5)
|
|
38
38
|
rspec (3.10.0)
|
|
39
39
|
rspec-core (~> 3.10.0)
|
|
40
40
|
rspec-expectations (~> 3.10.0)
|
|
@@ -48,20 +48,20 @@ GEM
|
|
|
48
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
49
49
|
rspec-support (~> 3.10.0)
|
|
50
50
|
rspec-support (3.10.2)
|
|
51
|
-
rubocop (1.
|
|
51
|
+
rubocop (1.18.4)
|
|
52
52
|
parallel (~> 1.10)
|
|
53
53
|
parser (>= 3.0.0.0)
|
|
54
54
|
rainbow (>= 2.2.2, < 4.0)
|
|
55
55
|
regexp_parser (>= 1.8, < 3.0)
|
|
56
56
|
rexml
|
|
57
|
-
rubocop-ast (>= 1.
|
|
57
|
+
rubocop-ast (>= 1.8.0, < 2.0)
|
|
58
58
|
ruby-progressbar (~> 1.7)
|
|
59
59
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
60
|
-
rubocop-ast (1.
|
|
61
|
-
parser (>=
|
|
62
|
-
rubocop-rake (0.
|
|
63
|
-
rubocop
|
|
64
|
-
rubocop-rspec (2.
|
|
60
|
+
rubocop-ast (1.9.0)
|
|
61
|
+
parser (>= 3.0.1.1)
|
|
62
|
+
rubocop-rake (0.6.0)
|
|
63
|
+
rubocop (~> 1.0)
|
|
64
|
+
rubocop-rspec (2.4.0)
|
|
65
65
|
rubocop (~> 1.0)
|
|
66
66
|
rubocop-ast (>= 1.1.0)
|
|
67
67
|
ruby-progressbar (1.11.0)
|
|
@@ -70,12 +70,12 @@ GEM
|
|
|
70
70
|
json (>= 1.8, < 3)
|
|
71
71
|
simplecov-html (~> 0.10.0)
|
|
72
72
|
simplecov-html (0.10.2)
|
|
73
|
-
slop (4.
|
|
73
|
+
slop (4.9.1)
|
|
74
74
|
sync (0.5.0)
|
|
75
75
|
term-ansicolor (1.7.1)
|
|
76
76
|
tins (~> 1.0)
|
|
77
77
|
thor (1.1.0)
|
|
78
|
-
tins (1.
|
|
78
|
+
tins (1.29.1)
|
|
79
79
|
sync
|
|
80
80
|
unicode-display_width (2.0.0)
|
|
81
81
|
|
|
@@ -89,11 +89,11 @@ DEPENDENCIES
|
|
|
89
89
|
rake (~> 13.0)
|
|
90
90
|
random_name_generator!
|
|
91
91
|
reek
|
|
92
|
-
rspec (~> 3.0)
|
|
92
|
+
rspec (~> 3.10.0)
|
|
93
93
|
rubocop
|
|
94
94
|
rubocop-rake
|
|
95
95
|
rubocop-rspec
|
|
96
|
-
slop (~> 4.
|
|
96
|
+
slop (~> 4.9.1)
|
|
97
97
|
|
|
98
98
|
BUNDLED WITH
|
|
99
99
|
2.2.14
|
data/README.md
CHANGED
|
@@ -129,18 +129,9 @@ call `$❯ rake reek`
|
|
|
129
129
|
## Contributing
|
|
130
130
|
|
|
131
131
|
Bug reports and pull requests are welcome on GitHub at
|
|
132
|
-
https://github.com/folkengine/random_name_generator.
|
|
133
|
-
intended to be a safe, welcoming space for collaboration, and
|
|
134
|
-
contributors are expected to adhere to the
|
|
135
|
-
[code of conduct](https://github.com/folkengine/random_name_generator/blob/main/CODE_OF_CONDUCT.md).
|
|
132
|
+
https://github.com/folkengine/random_name_generator.
|
|
136
133
|
|
|
137
134
|
## License
|
|
138
135
|
|
|
139
136
|
The gem is available as open source under the terms of the
|
|
140
137
|
[GNU Lesser General Public License version 3](https://opensource.org/licenses/LGPL-3.0).
|
|
141
|
-
|
|
142
|
-
## Code of Conduct
|
|
143
|
-
|
|
144
|
-
Everyone interacting in the RandomNameGenerator project's codebases,
|
|
145
|
-
issue trackers, chat rooms and mailing lists is expected to follow the
|
|
146
|
-
[code of conduct](https://github.com/[USERNAME]/random_name_generator/blob/main/CODE_OF_CONDUCT.md).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: random_name_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- folkengine
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Generates random names based upon custom collections of syllables. Styles
|
|
14
14
|
include Elvish, Fantasy, Goblin, and Roman.
|