notifications-ruby-client 2.7.0 → 2.8.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.
data/bin/test_client.rb CHANGED
@@ -193,6 +193,7 @@ end
193
193
 
194
194
  def expected_fields_in_template_response
195
195
  %w(id
196
+ name
196
197
  type
197
198
  created_at
198
199
  created_by
@@ -6,6 +6,7 @@ module Notifications
6
6
  FIELDS = %i(
7
7
  id
8
8
  type
9
+ name
9
10
  created_at
10
11
  updated_at
11
12
  created_by
@@ -9,6 +9,6 @@
9
9
 
10
10
  module Notifications
11
11
  class Client
12
- VERSION = "2.7.0".freeze
12
+ VERSION = "2.8.0".freeze
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifications-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-24 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -126,6 +126,7 @@ files:
126
126
  - ".rspec"
127
127
  - ".rubocop.yml"
128
128
  - CHANGELOG.md
129
+ - CONTRIBUTING.md
129
130
  - DOCUMENTATION.md
130
131
  - Gemfile
131
132
  - LICENSE
@@ -171,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
172
  version: '0'
172
173
  requirements: []
173
174
  rubyforge_project:
174
- rubygems_version: 2.6.11
175
+ rubygems_version: 2.7.6
175
176
  signing_key:
176
177
  specification_version: 4
177
178
  summary: Ruby client for GOV.UK Notifications API