govuk_notify_rails 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/govuk_notify_rails/version.rb +1 -1
- data/spec/dummy/log/development.log +12 -0
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2bee5bf91a1c68af6ccf1952817eca1e2b5bbef952c24dad320aa133edaddf62
|
4
|
+
data.tar.gz: fd15514c7fd2ba953d1513d75fe642e336233d434befcfbaaf1721cbf45195ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2d8cc69c884f15e1c786ef6ef4c780df1cd0f43d118b75f64987c8854b2af4440547975cf26320118b77041ed9b100914bef48929ef52f660e5991796e1e60d
|
7
|
+
data.tar.gz: 599acbc8839e5322526bca9f0232d64b6f5decfed34c62f7a65bcc11ef1a2aaa0df46c4dc320bc0727ddbaff2565100e3c14ceac233268c5cf94265723343b4e
|
@@ -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.
|
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:
|
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:
|
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:
|
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
|
-
|
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
|