trusona 2.2.0 → 2.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 398cae673c18c91ca4edf45a61db8321a4b3a409
4
- data.tar.gz: e65a8f49e68558631ade4e92a565c9d9f113cedc
3
+ metadata.gz: 60739d2fd6bfd4db4b0e43b06aa314a857e46660
4
+ data.tar.gz: 49b452b94a0dcff871d2c6d8d3e8a18feb48177e
5
5
  SHA512:
6
- metadata.gz: bae3928a80ca2f52a2c4ce3a0d4d8afa4e72d079b8ee73016b28c5efcdb963422ef7b30593125f8dddbae533760395e49abec02157572fb42b63cb6a71f40c81
7
- data.tar.gz: 40d854cab5c18fd0451ce85317ed337b10bafc815a35f6dceb2f871a7b477d3f3dbdfc4ceb1cccf54d831da81c71b59c1b98b75ab46c95b02b7ef628ef7cda31
6
+ metadata.gz: 5fa55cbf9abe02741f48f82516371c1406e494189f6365521ab3aa0b4e99274e5e0907983cdfe0efdd908d7f9ca15261c39bb56a8091b35c9791814a8406b7ed
7
+ data.tar.gz: 4d0eb3dc425a90ca2eb367bc3bcabc6651749ca2fe01115efa853afb6f63b9681c12618f1d28922f696cf44072db429d03424dc00f1161b5c7b735dc95d8a64d
Binary file
data.tar.gz.sig CHANGED
Binary file
data/DEVELOP.md CHANGED
@@ -65,6 +65,17 @@ The token needs to belong to relying party id `5dfc5568-fbd3-4c1c-80f6-d0cf3d9ed
65
65
  Code coverage is calculated used `SimpleCov` and can be found in the `coverage`
66
66
  directory after running the tests
67
67
 
68
+ #### The console
69
+ There's a little console command you can use to test the SDK in `bin/console`. Just set the following environment variables in `.env`:
70
+
71
+ - `TRUSONA_API_HOST`
72
+ - `TRUSONA_SECRET`
73
+ - `TRUSONA_TOKEN`
74
+
75
+ Then run
76
+
77
+ `bundle exec bin/console`
78
+
68
79
  ### Deployment
69
80
 
70
81
  To deploy a new version of the gem to Artifactory, use `bump` to bump the
@@ -10,7 +10,6 @@ require 'trusona'
10
10
  # with your gem easier. You can also use a different console, if you like.
11
11
 
12
12
  Trusona.config do |c|
13
- c.beacons_host = ENV['BEACONS_HOST']
14
13
  c.api_host = ENV['TRUSONA_API_HOST']
15
14
  c.secret = ENV['TRUSONA_SECRET']
16
15
  c.token = ENV['TRUSONA_TOKEN']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Trusona
4
- VERSION = '2.2.0'
4
+ VERSION = '2.3.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusona
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trusona
@@ -43,7 +43,7 @@ cert_chain:
43
43
  ++bYzfdt4k2vDjnMpWjx4gb0LFsLOGKsPlw9TBgCDqu96KTAbSnHh/9GIkGn76Kw
44
44
  eNCk84I=
45
45
  -----END CERTIFICATE-----
46
- date: 2019-07-16 00:00:00.000000000 Z
46
+ date: 2019-07-31 00:00:00.000000000 Z
47
47
  dependencies:
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: httparty
metadata.gz.sig CHANGED
Binary file