govuk_design_system_formbuilder 3.0.0 → 3.0.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: 5431741c89f055b1f15ae71906531d15d2ecc0be3052bb7f532a485829b14f90
4
- data.tar.gz: be2a909ef9dc527f086b62446a39e72be35fc893131e4218e3a1f1d138a0eeb6
3
+ metadata.gz: 9bec1bab9191040f7f1c63377dd36f9a662de2f46f29cbaf79722a51fffbb044
4
+ data.tar.gz: f99522c38fc58a1ec28b5041c6e934415a44e16a8bdc3e9891a009d8822efdca
5
5
  SHA512:
6
- metadata.gz: 986679d3cb0ab2953a945c04ad46fae65788e0de23bdef6df1febb1884fd01a039552c2973130637e10851cc9f176d7b5f3c5a2db0ac9ddb1871484cd5186ccb
7
- data.tar.gz: e9dc03abd08f7ae026d0ae95efb3d36ae32dc6530101747ea1f1fb236c18c4156670fa60654df88d5d2562251f319358b43c49e6fd819da4afd840997296eef5
6
+ metadata.gz: f007e7563e95ff2d4e45ffb393248b7cc268575940787545f9cd6de5ea70fd1a46326c71ffbfd0b213e8c385723f2b024d6c0de9d4f1c519df665a391096fe21
7
+ data.tar.gz: 44a373662b919477b9434151f3d1268781878d4bf428381870561b177219ee2b3d7c950fdd1ffb2f86d329e522912b442dc7833606332b791aaef4b030c02de6
@@ -1,3 +1,3 @@
1
1
  module GOVUKDesignSystemFormBuilder
2
- VERSION = '3.0.0'.freeze
2
+ VERSION = '3.0.1'.freeze
3
3
  end
@@ -57,8 +57,8 @@ module GOVUKDesignSystemFormBuilder
57
57
  # * +:default_error_summary_turbo_prefix+ is used to disable turbo/turbolinks from
58
58
  # handling clicks on links in the error summary. When it's a string (eg,
59
59
  # turbo), that will result in links with the attribute 'data-turbo=false'.
60
- # When nil, no data attribute will be added. Defaults to 'turbolinks' for
61
- # compatibilitiy's sake; this will change to 'turbo' when Rails 7 is released
60
+ # When nil, no data attribute will be added. Defaults to turbo since Rails 7,
61
+ # change to 'turbolinks' for Rails 6.1
62
62
  #
63
63
  # * +:localisation_schema_fallback+ sets the prefix elements for the array
64
64
  # used to build the localisation string. The final two elements are always
@@ -88,7 +88,7 @@ module GOVUKDesignSystemFormBuilder
88
88
  default_error_summary_title: 'There is a problem',
89
89
  default_error_summary_presenter: Presenters::ErrorSummaryPresenter,
90
90
  default_error_summary_error_order_method: nil,
91
- default_error_summary_turbo_prefix: 'turbolinks',
91
+ default_error_summary_turbo_prefix: 'turbo',
92
92
  default_collection_check_boxes_include_hidden: true,
93
93
  default_collection_radio_buttons_include_hidden: true,
94
94
  default_submit_validate: false,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_design_system_formbuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Yates
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-07 00:00:00.000000000 Z
11
+ date: 2022-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deep_merge