spektrix 0.0.2.4 → 0.0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spektrix/response_parser.rb +1 -1
- data/lib/spektrix/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: a9e608c122b7e00701db412d5d78e889759be020
|
4
|
+
data.tar.gz: 371f8f35ab021668207acb73653229b1f4fac52a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fea5e71af28eae3db39e7285af612df909840b300588d735aca1762dd86d70f084d2805bca0c0ee03be532a46cb0caf8a52d9f786af34836d04d3d80fe9de17
|
7
|
+
data.tar.gz: f30bb378109c3a075d0df2481b070bcac9d139bdb943ea151ba2a363f0d9b774823ba336f2a3978b8a8eda6ce2aedfcda09d080ca208fe26eb9f67a2dbd52d2c
|
@@ -25,7 +25,7 @@ module Spektrix
|
|
25
25
|
if item.has_key?(:attribute)
|
26
26
|
item[:attribute].each do |attribute_pair|
|
27
27
|
next unless attribute_pair.is_a?(Hash)
|
28
|
-
key = attribute_pair.values.first.underscore.downcase.parameterize(
|
28
|
+
key = attribute_pair.values.first.underscore.downcase.parameterize("_").to_sym
|
29
29
|
value = attribute_pair.values.last
|
30
30
|
value = false if value == "0"
|
31
31
|
value = true if value == "1"
|
data/lib/spektrix/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spektrix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.2.
|
4
|
+
version: 0.0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ed Jones
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-05-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|