typed_form 0.1.4 → 0.1.5
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 +9 -0
- data/lib/typed_form/form_data/answers.rb +1 -1
- data/lib/typed_form/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dea2e5cf910569b3daf3dff7eff7645b5abf8e33
|
|
4
|
+
data.tar.gz: b8bb58ad56431e0655909db568b0ae4e3e8347ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0b4b12cffa15dc3c4534401a54cf9602b213f225e413e09473ecf66877c29d4b9755c2b93202b844871afcade0500ef5ef992ba6a26a8a4c62c52d593f0bfe7
|
|
7
|
+
data.tar.gz: 8b5360f05bb2581acb6b313599c5dee1dd94d1686d7d5708fcbdd58cc1f5a43984f3a44a91da396bd6bef6b5aaddde629066e3762d056d8cbe3479a9f33b4785
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
### [0.1.5] - 2017-03-20
|
|
4
|
+
|
|
5
|
+
Update Arendelle.
|
|
6
|
+
|
|
7
|
+
Arendelle 0.1.1 introduced a change in their naming of instance
|
|
8
|
+
variables in order to support ivars that start with numbers. This
|
|
9
|
+
updates the ivar behavior (which relies on a private implementation
|
|
10
|
+
detail to handle Typeform's bizarre multiple choice question format).
|
|
11
|
+
|
|
3
12
|
### [0.1.4] - 2017-03-16
|
|
4
13
|
|
|
5
14
|
Strips additional whitespace and isolates whitespace stripping behavior to a Util class, to allow for easier test coverage. Adds raw_json accessors to models where we normalize JSON input to allow for end-users to determine whether they want clean/normalized JSON or the original results from Typeform. This prevents mismatches in the regular expression => attribute matching in VirtualModel, which were running into issues when `" " != " "`, preventing the regular expressions from matching.
|
data/lib/typed_form/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typed_form
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Cole
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-03-
|
|
12
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|