verify_vsp_client 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: ee1f8e908abcdd3e2d6d0a74dce049b8ea3b8fa19671206263d6126a4220f356
4
- data.tar.gz: 18ae2f8fa7f0ab41914cc8f3dcdc0d8a2c31b61fd3f29cf44657d5b1b4eeffaf
3
+ metadata.gz: bb22ff3d3701504805df62bf6ea2618d2f89cb5b82ee6f9da7632bd6c9b5ff90
4
+ data.tar.gz: 0f3517e833b84dfa2080db89b2ff742612cabf23005051835afe2345b4c2d21f
5
5
  SHA512:
6
- metadata.gz: d9387be5bd43a1513b69b6f38b6d78c40704eaa8c8077ad3c2aaff5ed7afef3818e6666a2324fac5f18890316959eb31c24f43f0dcd23061b5693aff24811f11
7
- data.tar.gz: 6987744fe5f673d47d54deb1a5239fafd1c50d7597835aa7bb1e9975bbadcb02caf3682c6e76062f544e6fb8c07fe049b2046d5788e51de33bc3f73e35778cea
6
+ metadata.gz: eaafe5a2b32017602c664b4b9f461747bf6305f1c95f84089c4e60996af2a0678309c9f346069af1d909a902f48ed483c6168ed028d6304b004ef27e93296243
7
+ data.tar.gz: d24347ae0297c450a680905822c330b259041a3c6ad2b18c71ee34ced49e020ca87ef2b9d4b95bf9664f387243a1874ec054ac8059a6f28e575c851fc733c545
@@ -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.0...HEAD
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
- Ruby client for sending and receiving requests to a [Verify Service Provider] allowing you to
7
- connect to [GOV.UK Verify]
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
 
@@ -1,3 +1,3 @@
1
1
  module VerifyVspClient
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 = "Write a short summary, because RubyGems requires one."
12
- spec.description = "Write a longer description or delete this line."
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.0
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: Write a longer description or delete this line.
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: Write a short summary, because RubyGems requires one.
184
+ summary: VSP client for GOV.UK Verify
184
185
  test_files: []