govuk_personalisation 0.3.0 → 0.4.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 267d1e8727e692cb953532c2064e3730455845c95a78caa468e82525b5800864
|
4
|
+
data.tar.gz: 1d303703827774ca360100948fbd3a2a98c7145ae02153b1faaa801107a961f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29720a981741b63b503fd28affdf48b41f9f2ab0e7f28368db85d9d4e81726a3264e771dc1b4e5696d4190470cbe2450f949735795f88e2c9182dbc35a370f9d
|
7
|
+
data.tar.gz: ff365c527b710f736e34470364b3679c37328734f80ebfc5d09e25a50c833e410e3cd2472f90a86ebc35cf456c34632128f6b590beb43bc425a37de82de56682
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
require "govuk_personalisation/version"
|
4
4
|
require "govuk_personalisation/account_concern"
|
5
|
+
require "govuk_personalisation/test_helpers/features"
|
6
|
+
require "govuk_personalisation/test_helpers/requests"
|
5
7
|
|
6
8
|
module GovukPersonalisation
|
7
9
|
class Error < StandardError; end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_personalisation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-06-
|
11
|
+
date: 2021-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -117,6 +117,8 @@ files:
|
|
117
117
|
- govuk_personalisation.gemspec
|
118
118
|
- lib/govuk_personalisation.rb
|
119
119
|
- lib/govuk_personalisation/account_concern.rb
|
120
|
+
- lib/govuk_personalisation/test_helpers/features.rb
|
121
|
+
- lib/govuk_personalisation/test_helpers/requests.rb
|
120
122
|
- lib/govuk_personalisation/version.rb
|
121
123
|
homepage: https://github.com/alphagov/govuk_personalisation
|
122
124
|
licenses:
|
@@ -137,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
139
|
- !ruby/object:Gem::Version
|
138
140
|
version: '0'
|
139
141
|
requirements: []
|
140
|
-
rubygems_version: 3.
|
142
|
+
rubygems_version: 3.0.3
|
141
143
|
signing_key:
|
142
144
|
specification_version: 4
|
143
145
|
summary: A gem to hold shared code which other GOV.UK apps will use to implement accounts-related
|