inquirex 0.9.5 → 0.9.6
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 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3f789eea3e1564807a635b598ecbf05aae28d6213d7da4ace70199185154f9b
|
|
4
|
+
data.tar.gz: 5bdf9d3a4c7ddd679e3d4cdb20cb9250c927dd0e10978f2ff079ab4c5eae86e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04bfa5d194c733f7a96c6115082af354f619f3278d3703c38b947968a35d19127310f42611fc8e5c4a992021305723ca7b0995499a8cad72392bfbb2dc308ffd
|
|
7
|
+
data.tar.gz: cf20d4d56966eb3791803b637753a892220e965feb8b8e7b8b9afdc3a78e09db7ddf1bcba5539589ed48469f25266cd06c63d3417ea5b1bd4802572befc6b9e9
|
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.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Gredeskoul
|
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
|
-
rubygems_version: 4.0.
|
|
103
|
+
rubygems_version: 4.0.16
|
|
104
104
|
specification_version: 4
|
|
105
105
|
summary: A declarative, rules-driven questionnaire engine for building conditionally-branching
|
|
106
106
|
intake forms, qualification wizards, and surveys in pure Ruby, with additional plugins
|