nymeria 2.0.2 → 2.0.3
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/lib/nymeria.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 839c67bea33a0df68637eb52dac24fc62c344ffd02584a40bf431b2dc5471080
|
|
4
|
+
data.tar.gz: 2d4884cb22c403f3d8cb9ea5148e6917f7dee20875415ad5318a041252afa23c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e637f6532093b7d2c4cfb4925a4901e0ecfe954667f0bfc7a2813db34b7d868c4b64e57922bbfdd51fa6711f981cdeb43ef2e1e14037154e98fd79b4a6cfa64
|
|
7
|
+
data.tar.gz: bc39a6e9c23d040c652e15187429cc1a906e5910aacac1317ce49542bf7ae5ee45638666e296fb9d23b1471624d248382a8b4fa56dd7c17fce0c7b59e2aa54b5
|
data/lib/nymeria.rb
CHANGED
|
@@ -76,7 +76,7 @@ module Nymeria
|
|
|
76
76
|
)
|
|
77
77
|
end
|
|
78
78
|
|
|
79
|
-
valid_keys = [:url, :identifier, :email, :custom]
|
|
79
|
+
valid_keys = [:url, :identifier, :email, :custom, :filter, :require]
|
|
80
80
|
|
|
81
81
|
valid_args = args.select do |arg|
|
|
82
82
|
arg.is_a?(Hash) && valid_keys.any? { |k| arg.keys.include?(k) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nymeria
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nymeria, LLC
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Nymeria enables people to easily discover and connect with people. This
|
|
14
14
|
gem is a light weight wrapper around Nymeria's API. With this gem you can easily
|
|
@@ -24,7 +24,7 @@ licenses:
|
|
|
24
24
|
- MIT
|
|
25
25
|
metadata:
|
|
26
26
|
source_code_uri: https://git.nymeria.io/nymeria.rb
|
|
27
|
-
post_install_message:
|
|
27
|
+
post_install_message:
|
|
28
28
|
rdoc_options: []
|
|
29
29
|
require_paths:
|
|
30
30
|
- lib
|
|
@@ -39,8 +39,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
requirements: []
|
|
42
|
-
rubygems_version: 3.2.
|
|
43
|
-
signing_key:
|
|
42
|
+
rubygems_version: 3.2.5
|
|
43
|
+
signing_key:
|
|
44
44
|
specification_version: 4
|
|
45
45
|
summary: Easily interact with Nymeria's API to find and verify people's contact information.
|
|
46
46
|
test_files: []
|