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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8104ced622e0b1641020699aa84277e7f5ab39e583fb258018c50853ebeaef95
4
- data.tar.gz: 2ebcb19ca70047b6dec0db437b0e4e5247619dfa1c9503d956648526825bdfb3
3
+ metadata.gz: 9d5eb71832126e703f6044abfe2faf293c226c06462ee7309cd563a8028bef1c
4
+ data.tar.gz: 7d03f04eaea017c37e47b4e608d354a6f352814302aea1e415db1ef990631aa2
5
5
  SHA512:
6
- metadata.gz: f1960f28308bceb5164274a111725019a1596fa2938800535cf7452355b72a6e644c5a35b1573c2d1aac433e643da604a09af801dc63d114694e0a41ead88216
7
- data.tar.gz: e633b465d42e02fb5563f5ad9bbc887d3de07cae1005753e9c1c457f72802cd9015d986b90a5ef6b7af20bd448290366ab3af4471ff26ed0f3115ee0acb5c3ba
6
+ metadata.gz: 37c6fca320b03e520a9429b8643b5e8adb905985d70e2015a330ccfbaf9968b1b691e357ec2a8b73459d1cb0fa79aeaf1b4bb5be24a1a02bf14b4121a8a11a3e
7
+ data.tar.gz: 6c939caeed4fbf78a24dfb0d86a6b45852e64e4af9971279c1b78d597fff127dd1244652182a4fd866f60deb720fe6c7cf714eb43c477506bf253b982513ffa7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Inquirex
4
- VERSION = "0.9.5"
4
+ VERSION = "0.10.0"
5
5
  end
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.5
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.17
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