verify_vsp_client 0.1.0 → 0.1.1
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/CHANGELOG.md +6 -1
- data/README.md +2 -2
- data/lib/verify_vsp_client/version.rb +1 -1
- data/verify_vsp_client.gemspec +3 -3
- 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: bb22ff3d3701504805df62bf6ea2618d2f89cb5b82ee6f9da7632bd6c9b5ff90
|
|
4
|
+
data.tar.gz: 0f3517e833b84dfa2080db89b2ff742612cabf23005051835afe2345b4c2d21f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaafe5a2b32017602c664b4b9f461747bf6305f1c95f84089c4e60996af2a0678309c9f346069af1d909a902f48ed483c6168ed028d6304b004ef27e93296243
|
|
7
|
+
data.tar.gz: d24347ae0297c450a680905822c330b259041a3c6ad2b18c71ee34ced49e020ca87ef2b9d4b95bf9664f387243a1874ec054ac8059a6f28e575c851fc733c545
|
data/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,16 @@ The format is based on [Keep a Changelog]
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.1] - 2019-09-20
|
|
10
|
+
|
|
11
|
+
- Update the Rubygems description and homepage
|
|
12
|
+
|
|
9
13
|
## [0.1.0] - 2019-09-20
|
|
10
14
|
|
|
11
15
|
- Initial release
|
|
12
16
|
|
|
13
17
|
[unreleased]:
|
|
14
|
-
https://github.com/dxw/verify_vsp_client/compare/0.1.
|
|
18
|
+
https://github.com/dxw/verify_vsp_client/compare/0.1.1...HEAD
|
|
19
|
+
[0.1.1]: https://github.com/dxw/verify_vsp_client/compare/0.1.0...0.1.1
|
|
15
20
|
[0.1.0]: https://github.com/dxw/verify_vsp_client/compare/c01154a06c06b74a0eadebca7d316155cb1fd98f...0.1.0
|
|
16
21
|
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
data/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
# Verify VSP Client
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
Ruby client for sending and receiving requests to a [Verify Service Provider] allowing you to
|
|
7
|
+
connect to [GOV.UK Verify]
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
data/verify_vsp_client.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ["Robbie Paul"]
|
|
9
9
|
spec.email = ["robbie.paul@dxw.com"]
|
|
10
10
|
|
|
11
|
-
spec.summary = "
|
|
12
|
-
spec.description = "
|
|
13
|
-
spec.homepage = "https://github.com/dxw"
|
|
11
|
+
spec.summary = "VSP client for GOV.UK Verify"
|
|
12
|
+
spec.description = "Ruby client for sending and receiving requests to a Verify Service Provider allowing you to connect to GOV.UK Verify"
|
|
13
|
+
spec.homepage = "https://github.com/dxw/verify_vsp_client"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: verify_vsp_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robbie Paul
|
|
@@ -128,7 +128,8 @@ dependencies:
|
|
|
128
128
|
- - "~>"
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
130
|
version: '0.1'
|
|
131
|
-
description:
|
|
131
|
+
description: Ruby client for sending and receiving requests to a Verify Service Provider
|
|
132
|
+
allowing you to connect to GOV.UK Verify
|
|
132
133
|
email:
|
|
133
134
|
- robbie.paul@dxw.com
|
|
134
135
|
executables: []
|
|
@@ -158,7 +159,7 @@ files:
|
|
|
158
159
|
- lib/verify_vsp_client/service_provider.rb
|
|
159
160
|
- lib/verify_vsp_client/version.rb
|
|
160
161
|
- verify_vsp_client.gemspec
|
|
161
|
-
homepage: https://github.com/dxw
|
|
162
|
+
homepage: https://github.com/dxw/verify_vsp_client
|
|
162
163
|
licenses:
|
|
163
164
|
- MIT
|
|
164
165
|
metadata: {}
|
|
@@ -180,5 +181,5 @@ requirements: []
|
|
|
180
181
|
rubygems_version: 3.0.3
|
|
181
182
|
signing_key:
|
|
182
183
|
specification_version: 4
|
|
183
|
-
summary:
|
|
184
|
+
summary: VSP client for GOV.UK Verify
|
|
184
185
|
test_files: []
|