wizard_steps 0.1.3 → 0.1.4

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: 8439cdcbed27763997d550c7f93720ce6af9e4d14e727f12f459e9363db8ffa2
4
- data.tar.gz: 06ad68edfc684da3713bdb534a891400fd42958acd429ff1b038cab8f566ccac
3
+ metadata.gz: 22fa9e7b07d39698bd58b300399399b512151c870aaa78276ea1b748ab9ebc1f
4
+ data.tar.gz: 2b413b1064dd2c9fe1738172df94a4665b46beb873409688ffffd43f052677bb
5
5
  SHA512:
6
- metadata.gz: 012110dd09c32f3c6f50e1b9bb1dcfbe9900435d96e5d374e94cc91e2ee007356b8a045a3cce4054143730bbce8e1838de24828f25ca63118a9f8c1ce0a3f255
7
- data.tar.gz: c77b7ca3de33d643d4213bcb0b5afbd5be30672bd7244a26cca3b7cbb76baa0b6777b211d1fb31330930b463b68a7ef66bbb749e7e17b579c0be1b9ab2c60d8a
6
+ metadata.gz: 1c910d64cc467ce43aa302552b7a204c71d89655d9e5cd6798f50400acc5ad443a7464bd6db2da7d5cb772383344a773ba35898335c220a5570eccd982b3f94b
7
+ data.tar.gz: e3393efc96a0528be982c6e845c8b4dbaad6be31ffeaf68032a25a15c78fc9adc5494a690232bc259ac3a2a383b5ed982ac4da54b57e2e0b4920aea5ea817b1b
@@ -1,3 +1,3 @@
1
1
  module WizardSteps
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/wizard_steps.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["8balldigitalsolutions@gmail.com"]
8
8
 
9
9
  spec.summary = %q{ A helper module to create multi-step forms typical of gov.uk forms }
10
- spec.description = %q{ See README for full description }
10
+ spec.description = %q{ A helper module for multi-step inputs typical of gov.uk forms. See the README for full instructions. }
11
11
  spec.homepage = "https://github.com/goodviber/wizard_steps"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wizard_steps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Mills
@@ -10,7 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-03-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: " See README for full description "
13
+ description: " A helper module for multi-step inputs typical of gov.uk forms. See
14
+ the README for full instructions. "
14
15
  email:
15
16
  - 8balldigitalsolutions@gmail.com
16
17
  executables: []