passbyme2fa-client 1.0.3 → 1.0.4

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: c0e5f01f53bef5e09e05497975124b6bcca76998
4
- data.tar.gz: 0eefc19cf7fdabd4a34f73dc40122b5c7d324e7f
3
+ metadata.gz: 79f07d17ab5e75e0dc1200654715e1ca5edb0ad2
4
+ data.tar.gz: 898b7c903ca2183ded5122a80f7c4e47eef17446
5
5
  SHA512:
6
- metadata.gz: 21482fef6f27b77fba5b6e423fdab68ffd29e0f66debd40e250489118bfd255c652e34a5c72ac4c9a25db72637aa96c76b8b62cae5b8d86730e74a72844de4b8
7
- data.tar.gz: bd278d9754821f874f277966f477aec0a1e1336886de2c89588c5116f3693bf6bdc5a14c6bc32ecc7e728a349249dd34a7054380f4cc460e502c5cceed5f6d30
6
+ metadata.gz: df635c9b1b730493788f5da869afaa6031414114051338076064c338be351c951cdeb2b943257a7605479c5576bf19561176c6de980d92d42bf3e8b48135e1fa
7
+ data.tar.gz: dacdb43d38e7eb68210bd2219b0c04403444808f5a1a29c6fa644a834078e8986fe612c7c1485890ea152e194bdbb17fb125219ea8ded480b6622cf45bca4b36
data/README.md CHANGED
@@ -23,6 +23,7 @@ You can download our API documentation after login.
23
23
  * [Release History](#release-history)
24
24
 
25
25
  # Installation
26
+ Minimum required Ruby version is 1.9.
26
27
  ```
27
28
  gem install passbyme2fa-client
28
29
  ```
@@ -65,10 +66,7 @@ for details)
65
66
  [Net::HTTP attributes](https://ruby-doc.org/stdlib-2.4.0/libdoc/net/http/rdoc/Net/HTTP.html)
66
67
  for details)
67
68
  - **address**: The address of the PassBy[ME] service to use. This parameter is
68
- optional. by default the SDK will connect to our test service. The PassBy[ME]
69
- service url-s are the following:
70
- - *Test service*: auth-sp.passbyme.com
71
- - *Production service*: api.passbyme.com
69
+ optional. by default the SDK will connect to auth-sp.passbyme.com.
72
70
  - You can supply any attribute accepted by Net::HTTP
73
71
  (see: https://ruby-doc.org/stdlib-2.4.0/libdoc/net/http/rdoc/Net/HTTP.html)
74
72
  to influence the connection.
@@ -139,7 +137,7 @@ Throws a [PassByMEError](#passbymeerror) if a PassBy[ME] specific error occurs.
139
137
  The **SessionInfo** object describes the state of a message session. It consists
140
138
  of the following readable attributes:
141
139
  - **message_id**: The id of the message that can be used to reference the message
142
- - **expiration_date**: The date and time until the message can be downloaded with
140
+ - **expiration_date**: The date and time until which the message can be downloaded with
143
141
  the PassBy[ME] applications
144
142
  - **recipient_statuses**: An array of **RecipientStatus** objects. Each object
145
143
  consist of the following fields
@@ -8,7 +8,7 @@ require_relative 'passbyme2fa-client/session_info'
8
8
 
9
9
  class PassByME2FAClient
10
10
 
11
- VERSION = "1.0.3"
11
+ VERSION = "1.0.4"
12
12
 
13
13
  module MessageType
14
14
  AUTHORIZATION = "authorization"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passbyme2fa-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsec ltd.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2017-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler