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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 584a7e1f8c27155d4c252fd7586f22acfb745da7
4
- data.tar.gz: 931fc430e63e79ffa0df41e175ce8af03f7b1521
3
+ metadata.gz: a9e608c122b7e00701db412d5d78e889759be020
4
+ data.tar.gz: 371f8f35ab021668207acb73653229b1f4fac52a
5
5
  SHA512:
6
- metadata.gz: 0a07a335e50096e6c51433a23d68a2f5f8d35af58a15babf481aec7892c4f4de556d2ce4870d97e3c4cf727dec7089e7361a17d9b402f5cf34c3804f55dc5de1
7
- data.tar.gz: 0c6fd20a957fcf1382cec1e754e248a99ee328875ab6b7f97ab415f7c54dacf13a8d67b3c73af1829da757fd34cfc1911f7fd2c3fc87ee35d310df842e91e92d
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(separator: "_").to_sym
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"
@@ -1,3 +1,3 @@
1
1
  module Spektrix
2
- VERSION = "0.0.2.4"
2
+ VERSION = "0.0.2.5"
3
3
  end
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
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-04-25 00:00:00.000000000 Z
12
+ date: 2017-05-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler