genderize-io 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +44 -43
- data/lib/genderize/io/base.rb +2 -2
- data/lib/genderize/io/lookup.rb +1 -1
- data/lib/genderize/io/version.rb +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: d97f694cd9d6f26d8263dc23af8766af0b11af488455a680c147d08dc86dc7f0
|
4
|
+
data.tar.gz: e01d99a26df53237e73cc7f606103d3e90277743c994af2e9d5598450babbc86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8909ce34c5924cd23df28c586da27ee31af03893bceeca81b37c72ed3aefe691cfcb949b8cf6cdc847a416f5c43a45f26b24e0b968663efc53b796f3fae13dac
|
7
|
+
data.tar.gz: 7264b5770065ca8676c7ddb21321048bbfd161d6622d75337e878120748f9690655a266332337f480e6fbd60d4e48bd8ef0d5d6d4fc2aee6b7abce0f802ab617
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
genderize-io (1.2.
|
4
|
+
genderize-io (1.2.2)
|
5
5
|
agents
|
6
6
|
typhoeus
|
7
7
|
|
@@ -11,64 +11,65 @@ GEM
|
|
11
11
|
addressable (2.7.0)
|
12
12
|
public_suffix (>= 2.0.2, < 5.0)
|
13
13
|
agents (0.1.4)
|
14
|
-
ast (2.4.
|
14
|
+
ast (2.4.2)
|
15
15
|
colorize (0.8.1)
|
16
|
-
crack (0.4.
|
17
|
-
|
16
|
+
crack (0.4.5)
|
17
|
+
rexml
|
18
18
|
diff-lcs (1.4.4)
|
19
|
-
ethon (0.
|
20
|
-
ffi (>= 1.
|
21
|
-
fasterer (0.
|
19
|
+
ethon (0.14.0)
|
20
|
+
ffi (>= 1.15.0)
|
21
|
+
fasterer (0.9.0)
|
22
22
|
colorize (~> 0.7)
|
23
23
|
ruby_parser (>= 3.14.1)
|
24
|
-
ffi (1.
|
24
|
+
ffi (1.15.0)
|
25
25
|
hashdiff (1.0.1)
|
26
|
-
parallel (1.
|
27
|
-
parser (
|
26
|
+
parallel (1.20.1)
|
27
|
+
parser (3.0.1.1)
|
28
28
|
ast (~> 2.4.1)
|
29
|
-
public_suffix (4.0.
|
29
|
+
public_suffix (4.0.6)
|
30
30
|
rainbow (3.0.0)
|
31
|
-
rake (13.0.
|
32
|
-
regexp_parser (1.
|
33
|
-
rexml (3.2.
|
34
|
-
rspec (3.
|
35
|
-
rspec-core (~> 3.
|
36
|
-
rspec-expectations (~> 3.
|
37
|
-
rspec-mocks (~> 3.
|
38
|
-
rspec-core (3.
|
39
|
-
rspec-support (~> 3.
|
40
|
-
rspec-expectations (3.
|
31
|
+
rake (13.0.3)
|
32
|
+
regexp_parser (2.1.1)
|
33
|
+
rexml (3.2.5)
|
34
|
+
rspec (3.10.0)
|
35
|
+
rspec-core (~> 3.10.0)
|
36
|
+
rspec-expectations (~> 3.10.0)
|
37
|
+
rspec-mocks (~> 3.10.0)
|
38
|
+
rspec-core (3.10.1)
|
39
|
+
rspec-support (~> 3.10.0)
|
40
|
+
rspec-expectations (3.10.1)
|
41
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.
|
43
|
-
rspec-mocks (3.
|
42
|
+
rspec-support (~> 3.10.0)
|
43
|
+
rspec-mocks (3.10.2)
|
44
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.
|
46
|
-
rspec-support (3.
|
47
|
-
rubocop (
|
45
|
+
rspec-support (~> 3.10.0)
|
46
|
+
rspec-support (3.10.2)
|
47
|
+
rubocop (1.14.0)
|
48
48
|
parallel (~> 1.10)
|
49
|
-
parser (>=
|
49
|
+
parser (>= 3.0.0.0)
|
50
50
|
rainbow (>= 2.2.2, < 4.0)
|
51
|
-
regexp_parser (>= 1.
|
51
|
+
regexp_parser (>= 1.8, < 3.0)
|
52
52
|
rexml
|
53
|
-
rubocop-ast (>=
|
53
|
+
rubocop-ast (>= 1.5.0, < 2.0)
|
54
54
|
ruby-progressbar (~> 1.7)
|
55
|
-
unicode-display_width (>= 1.4.0, <
|
56
|
-
rubocop-ast (
|
57
|
-
parser (>=
|
58
|
-
rubocop-performance (1.
|
59
|
-
rubocop (>=
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
55
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
56
|
+
rubocop-ast (1.5.0)
|
57
|
+
parser (>= 3.0.1.1)
|
58
|
+
rubocop-performance (1.11.3)
|
59
|
+
rubocop (>= 1.7.0, < 2.0)
|
60
|
+
rubocop-ast (>= 0.4.0)
|
61
|
+
rubocop-rspec (2.3.0)
|
62
|
+
rubocop (~> 1.0)
|
63
|
+
rubocop-ast (>= 1.1.0)
|
64
|
+
ruby-progressbar (1.11.0)
|
65
|
+
ruby_parser (3.15.1)
|
64
66
|
sexp_processor (~> 4.9)
|
65
|
-
|
66
|
-
sexp_processor (4.15.0)
|
67
|
+
sexp_processor (4.15.2)
|
67
68
|
typhoeus (1.4.0)
|
68
69
|
ethon (>= 0.9.0)
|
69
|
-
unicode-display_width (
|
70
|
+
unicode-display_width (2.0.0)
|
70
71
|
vcr (6.0.0)
|
71
|
-
webmock (3.
|
72
|
+
webmock (3.12.2)
|
72
73
|
addressable (>= 2.3.6)
|
73
74
|
crack (>= 0.3.2)
|
74
75
|
hashdiff (>= 0.4.0, < 2.0.0)
|
@@ -89,4 +90,4 @@ DEPENDENCIES
|
|
89
90
|
webmock
|
90
91
|
|
91
92
|
BUNDLED WITH
|
92
|
-
2.
|
93
|
+
2.2.17
|
data/lib/genderize/io/base.rb
CHANGED
data/lib/genderize/io/lookup.rb
CHANGED
data/lib/genderize/io/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: genderize-io
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: agents
|
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
212
|
- !ruby/object:Gem::Version
|
213
213
|
version: '0'
|
214
214
|
requirements: []
|
215
|
-
rubygems_version: 3.
|
215
|
+
rubygems_version: 3.2.17
|
216
216
|
signing_key:
|
217
217
|
specification_version: 4
|
218
218
|
summary: Genderize.io Ruby SDK for interacting with the Genderize.io API.
|