blazeverify 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/blazeverify.gemspec +1 -0
- data/lib/blazeverify/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43444a0c4ff2e194e9c86b4d986d16b0a0b115cae3c143a5b842d6dbfc3a551f
|
4
|
+
data.tar.gz: 834449959c120051a29237a89b5fd21b9c0e82eb5bb37dd72c9db2ebf7571322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eb41571064d19adcd786530b24198c70fbb9aedd2d39d1a02fa40b5a299f1166ac91ec87ac2f8cf6205cc057701dd31093cf5e2dd009043a299572c36c7dab0
|
7
|
+
data.tar.gz: 15a4fee177abf0a7e80e213469527bcdf51aad93cefac8acf02e00e44cdf2c8a4b4e55416e8c0ef295f3ad2f44b90ae1f1cdb91e30d9ae76df141bfd5af949b1
|
data/blazeverify.gemspec
CHANGED
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
"documentation_uri" => "https://docs.blazeverify.com/?ruby",
|
20
20
|
"source_code_uri" => "https://github.com/blazeverify/blazeverify-ruby"
|
21
21
|
}
|
22
|
+
s.post_install_message = "Blaze Verify is now Emailable! Please switch to using the Emailable client library: https://emailable.com/docs/api?ruby"
|
22
23
|
|
23
24
|
s.files = `git ls-files`.split("\n")
|
24
25
|
s.test_files = `git ls-files -- test/*`.split("\n")
|
data/lib/blazeverify/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blazeverify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Blaze Verify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -192,7 +192,8 @@ metadata:
|
|
192
192
|
bug_tracker_uri: https://github.com/blazeverify/blazeverify-ruby/issues
|
193
193
|
documentation_uri: https://docs.blazeverify.com/?ruby
|
194
194
|
source_code_uri: https://github.com/blazeverify/blazeverify-ruby
|
195
|
-
post_install_message:
|
195
|
+
post_install_message: 'Blaze Verify is now Emailable! Please switch to using the Emailable
|
196
|
+
client library: https://emailable.com/docs/api?ruby'
|
196
197
|
rdoc_options: []
|
197
198
|
require_paths:
|
198
199
|
- lib
|
@@ -207,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
208
|
- !ruby/object:Gem::Version
|
208
209
|
version: '0'
|
209
210
|
requirements: []
|
210
|
-
rubygems_version: 3.
|
211
|
+
rubygems_version: 3.0.9
|
211
212
|
signing_key:
|
212
213
|
specification_version: 4
|
213
214
|
summary: Ruby bindings for the Blaze Verify API
|