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 +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/quby/compiler/outputs/quby_frontend_v2_serializer.rb +4 -1
- data/lib/quby/compiler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb884b82a733382fca3791ab2b9f2f72062dbb7c378f7ed2cd97c10bcd8f2aae
|
4
|
+
data.tar.gz: 4a4835da650c648b416246797a550d5ea02f0923eee774c0bf269058f1b0a025
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
7
|
+
* roqua.json: Don't parse markdown in title/descriptions for layout_version :v2
|
4
8
|
|
5
9
|
# 0.5.27
|
6
10
|
|