onfido 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b1dc6db6e4973faba6292df170163a8d0d48c7d
4
- data.tar.gz: 14a83b00ff4b77f746bfaf4d4b916af4cfa01c92
3
+ metadata.gz: eb62e7ece24a16478754873e6948aa5f8b04d819
4
+ data.tar.gz: cc0e79b4c4ba3ce9f19ca11537f69b531ba765a9
5
5
  SHA512:
6
- metadata.gz: 9f646210c77a49dcb05d9a9c8b8cff9696509cfa16fd6ebbe9fbe591c3f0f219fc352c6230299d2b2c8e494a23244e6a76ace37edb09f3a4acb58435f3b5e2cb
7
- data.tar.gz: 69243a11afe9e5a9f683210d7d0ad5f0165b7b778812d75571db9cb989254754296e0a93515c8708df61e01ed05329e0c5d7e5959ab3007e6015a64af8336782
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
- [!['gitter room'][2]][1]
5
+ [![Build Status](https://snap-ci.com/hvssle/onfido/branch/master/build_image)](https://snap-ci.com/hvssle/onfido/branch/master)
6
+ [![Gem Version](https://badge.fury.io/rb/onfido.svg)](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
@@ -1,6 +1,6 @@
1
1
  module Onfido
2
2
  class NullLogger
3
- def <<
3
+ def <<(*args)
4
4
  end
5
5
  end
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module Onfido
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler