quby-compiler 0.5.28 → 0.5.29

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: 258b02451b98e7d37bda66a027d936e29dc81de2ec230e6cb304e957aa707daa
4
- data.tar.gz: 32afc3c10ac8dc491dea798046ae4175e0c71cdcf31137dc22c822bdf81d5c8b
3
+ metadata.gz: fb884b82a733382fca3791ab2b9f2f72062dbb7c378f7ed2cd97c10bcd8f2aae
4
+ data.tar.gz: 4a4835da650c648b416246797a550d5ea02f0923eee774c0bf269058f1b0a025
5
5
  SHA512:
6
- metadata.gz: 71caf12ba67af3315949989b6b37213168cb5c18ea1ee2199668ed10c91123af67e23304b55bedbea6522acf89af939b47d3891b1aa24c47197aa7b86aea9fb2
7
- data.tar.gz: c52b9f16bdbf8bd70094dd6d51ec7e29890a55f24e15adb8e727ae42cb4df85db1b3ebc69bf238ec09974c9bab14615c49d02f884b4d96073ab8e7f50ebcf0a6
6
+ metadata.gz: 86ab18bb6a9bdadee7ad7ab299cb823c601dc5aeaccc48740353326b68cae8f4b775fbdba79fdd2a241e9643f7e466d16ef12d49fff1152c640eb4b222fa5799
7
+ data.tar.gz: e76c0cd997943943648f5d1d0a01f2753fa544a6ff2f712bfd97feea87ae6119e74b7378790f6862d99ace2729779bce16141ad579cef126a6c68e3e5bdfb052
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ # 0.5.29
2
+
3
+ * quby2.json: force scale questions to horizontal (so quby2 doesn't have to anymore)
4
+
1
5
  # 0.5.28
2
6
 
3
- * roqua.json: Don't parse markdown in title/descriptions for layour_version :v2
7
+ * roqua.json: Don't parse markdown in title/descriptions for layout_version :v2
4
8
 
5
9
  # 0.5.27
6
10
 
@@ -163,7 +163,10 @@ module Quby
163
163
  end
164
164
 
165
165
  def scale_question(question)
166
- radio_question(question)
166
+ {
167
+ **radio_question(question),
168
+ presentation: :horizontal
169
+ }
167
170
  end
168
171
 
169
172
  def select_question(question)
@@ -1,5 +1,5 @@
1
1
  module Quby
2
2
  module Compiler
3
- VERSION = "0.5.28"
3
+ VERSION = "0.5.29"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quby-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.28
4
+ version: 0.5.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marten Veldthuis