app_rail-steps 0.2.11 → 0.2.12

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
2
  SHA256:
3
- metadata.gz: 715b23d59a1f0186a3e9d5296492e64e0a165a788cd99191d745af88916591a7
4
- data.tar.gz: 05f1aec93c0920517ddd4687ee10d8cff1fe183a9e61c118206f2a92077617d9
3
+ metadata.gz: 6e97c2e972f41b9e52f0812d393307769cf307d1acd5bf2e45e3a1ce3e96a598
4
+ data.tar.gz: 72ae962e677f2b2e9d744df841fed365aa2f5da3ae16baca1c5f6ec8c1d82a3d
5
5
  SHA512:
6
- metadata.gz: 28d0c73306645433d89267f53a3bd4d29243285ca18ef812034d1d580f90da2f2adc809dfcd77c289a3f19f3986f79f87bf86126dcca71d0ccf3fbd68b836d4a
7
- data.tar.gz: e4471a05569414cc92efb3bdf16d8b918245a09c7e0cb168f3dfd1ec749bbe1b93b6e8913372de8778d286745cb22cfd2c472586f0cb9a06f731978cdd8ca340
6
+ metadata.gz: a68e6fc37e83ae4737fd149b666ca196d85a15858b5070ae439367b162245ed144fd8339183d881570f3c811b4824e2280e1b74bf17bbd4594777a75d7f89526
7
+ data.tar.gz: f49f6fb1f1497141cd46efb981dd1a330d6211e3aeb1237508c1e35407a535c720c26c723c186ef0906bcd1785a49745dcdc7c273a7ed569df0104e7eaa1d50f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- app_rail-steps (0.2.11)
4
+ app_rail-steps (0.2.12)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -4,14 +4,12 @@ module AppRail
4
4
  module Steps
5
5
  module CoreForms
6
6
  module Question
7
- def ar_core_forms_question_multiple_selection(id:, label:, multiple_selection_options:, selection_type: :single, optional: false, show_other_option: false)
7
+ def ar_core_forms_question_multiple_selection(label:, multiple_selection_options:, selection_type: :single, optional: false, show_other_option: false)
8
8
  raise "Missing label" if label.nil?
9
- raise "Missing id" if id.nil?
10
9
  raise "Missing multiple_selection_options" if multiple_selection_options.nil?
11
10
 
12
11
  {
13
12
  item_type: :multiple_selection,
14
- id: id,
15
13
  label: label,
16
14
  multiple_selection_options: multiple_selection_options,
17
15
  selection_type: selection_type,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module AppRail
4
4
  module Steps
5
- VERSION = "0.2.11"
5
+ VERSION = "0.2.12"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_rail-steps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-21 00:00:00.000000000 Z
11
+ date: 2022-06-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: