inquirex 0.9.5 → 0.10.0
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 +4 -4
- data/lib/inquirex/version.rb +1 -1
- metadata +2 -3
- data/lib/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d5eb71832126e703f6044abfe2faf293c226c06462ee7309cd563a8028bef1c
|
|
4
|
+
data.tar.gz: 7d03f04eaea017c37e47b4e608d354a6f352814302aea1e415db1ef990631aa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37c6fca320b03e520a9429b8643b5e8adb905985d70e2015a330ccfbaf9968b1b691e357ec2a8b73459d1cb0fa79aeaf1b4bb5be24a1a02bf14b4121a8a11a3e
|
|
7
|
+
data.tar.gz: 6c939caeed4fbf78a24dfb0d86a6b45852e64e4af9971279c1b78d597fff127dd1244652182a4fd866f60deb720fe6c7cf714eb43c477506bf253b982513ffa7
|
data/lib/inquirex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inquirex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Gredeskoul
|
|
@@ -39,7 +39,6 @@ files:
|
|
|
39
39
|
- CHANGELOG.md
|
|
40
40
|
- LICENSE.txt
|
|
41
41
|
- README.md
|
|
42
|
-
- lib/.DS_Store
|
|
43
42
|
- lib/inquirex.rb
|
|
44
43
|
- lib/inquirex/accumulator.rb
|
|
45
44
|
- lib/inquirex/answers.rb
|
|
@@ -100,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
99
|
- !ruby/object:Gem::Version
|
|
101
100
|
version: '0'
|
|
102
101
|
requirements: []
|
|
103
|
-
rubygems_version: 4.0.
|
|
102
|
+
rubygems_version: 4.0.16
|
|
104
103
|
specification_version: 4
|
|
105
104
|
summary: A declarative, rules-driven questionnaire engine for building conditionally-branching
|
|
106
105
|
intake forms, qualification wizards, and surveys in pure Ruby, with additional plugins
|
data/lib/.DS_Store
DELETED
|
Binary file
|