govuk_notify_rails 2.1.1 → 2.1.2

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
- SHA1:
3
- metadata.gz: a55b44fb41ce9a8181e520d458b520f34a13b27e
4
- data.tar.gz: b94268997eb2b20737cfd0638ad3ce9caa9f4cfa
2
+ SHA256:
3
+ metadata.gz: 2bee5bf91a1c68af6ccf1952817eca1e2b5bbef952c24dad320aa133edaddf62
4
+ data.tar.gz: fd15514c7fd2ba953d1513d75fe642e336233d434befcfbaaf1721cbf45195ee
5
5
  SHA512:
6
- metadata.gz: c565ebd1876273e287a80bed5e5cb7b554f12ef0986b80294ac75e663407487862b32e42914f8a13f56bd573cea99be8dc9754706ab63f0724765dc84e8f904f
7
- data.tar.gz: 7fffcf9985c3fbc78c0b922ea2c2cb78e2e8b948ff284a3ae6e322be61d10107fe59d710249a0807a04539e66d5ab0196bd841638db8aa7474b5ce5c354f788e
6
+ metadata.gz: e2d8cc69c884f15e1c786ef6ef4c780df1cd0f43d118b75f64987c8854b2af4440547975cf26320118b77041ed9b100914bef48929ef52f660e5991796e1e60d
7
+ data.tar.gz: 599acbc8839e5322526bca9f0232d64b6f5decfed34c62f7a65bcc11ef1a2aaa0df46c4dc320bc0727ddbaff2565100e3c14ceac233268c5cf94265723343b4e
@@ -1,3 +1,3 @@
1
1
  module GovukNotifyRails
2
- VERSION = '2.1.1'.freeze
2
+ VERSION = '2.1.2'.freeze
3
3
  end
@@ -169,3 +169,15 @@ NotifyMailer#test_email: processed outbound mail in 0.5ms
169
169
  NotifyMailer#test_email: processed outbound mail in 0.5ms
170
170
  NotifyMailer#test_email: processed outbound mail in 0.4ms
171
171
  NotifyMailer#test_email: processed outbound mail in 0.3ms
172
+ NotifyMailer#test_email: processed outbound mail in 213.9ms
173
+ NotifyMailer#test_email: processed outbound mail in 0.7ms
174
+ NotifyMailer#test_email: processed outbound mail in 0.5ms
175
+ NotifyMailer#test_email: processed outbound mail in 0.5ms
176
+ NotifyMailer#test_email: processed outbound mail in 0.7ms
177
+ NotifyMailer#test_email: processed outbound mail in 0.4ms
178
+ NotifyMailer#test_email: processed outbound mail in 197.3ms
179
+ NotifyMailer#test_email: processed outbound mail in 0.5ms
180
+ NotifyMailer#test_email: processed outbound mail in 0.5ms
181
+ NotifyMailer#test_email: processed outbound mail in 0.4ms
182
+ NotifyMailer#test_email: processed outbound mail in 0.4ms
183
+ NotifyMailer#test_email: processed outbound mail in 0.4ms
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_notify_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesus Laiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-10 00:00:00.000000000 Z
11
+ date: 2020-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: notifications-ruby-client
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.9.0
33
+ version: '5.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.9.0
40
+ version: '5.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -181,8 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0'
183
183
  requirements: []
184
- rubyforge_project:
185
- rubygems_version: 2.5.1
184
+ rubygems_version: 3.0.6
186
185
  signing_key:
187
186
  specification_version: 4
188
187
  summary: Custom ActionMailer delivery method for sending emails via GOV.UK Notify