onfido 0.0.1 → 0.0.2
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/README.md +2 -1
- data/lib/onfido/null_logger.rb +1 -1
- data/lib/onfido/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb62e7ece24a16478754873e6948aa5f8b04d819
|
|
4
|
+
data.tar.gz: cc0e79b4c4ba3ce9f19ca11537f69b531ba765a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d21f5ce8994ca3e63e252ca224222fa87a60646f257c9ac7cbd428a075c7670008d1613c564b8e750110ea5f3932a2005a30c51a84a0c22b6daa05b499bcf86d
|
|
7
|
+
data.tar.gz: 07e4cfa49dcb4bcc22378138bae8843b3b0f3b612eb067f9aa01bf2319e78736563e1801ddd438e69dd477ccbfa9d7b8f4924751a3245481067dc5ada5a424ae
|
data/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A wrapper for Onfido's [API](https://onfido.com/documentation#introduction). You should always refer to the documentation for valid API calls.
|
|
4
4
|
|
|
5
|
-
[](https://snap-ci.com/hvssle/onfido/branch/master)
|
|
6
|
+
[](http://badge.fury.io/rb/onfido) [!['gitter room'][2]][1]
|
|
6
7
|
|
|
7
8
|
[1]: https://gitter.im/hvssle/onfido
|
|
8
9
|
[2]: https://badges.gitter.im/gitterHQ/developers.png
|
data/lib/onfido/null_logger.rb
CHANGED
data/lib/onfido/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onfido
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pericles Theodorou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|