attribute_struct 0.2.14 → 0.2.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/attribute_struct/attribute_struct.rb +1 -1
- data/lib/attribute_struct/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: c0e791d7859e8be3556c850e185838bc7a27fa06
|
4
|
+
data.tar.gz: 0cf83a94bf5f113f9c4e0d36bd5346f483fe7416
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90d8ad05ab187dd2c47371675cf28a600c88eb73555d9003af1bee26d48d8ad09e7f5d74f609787e1e4f356e6fd69446d820eef0c4f5f01ff01c196c751673b5
|
7
|
+
data.tar.gz: 30d3794e724353d024317e8a50a794c92a662fccfe6544aecc4ba3bb455c29b1eb6b92cda6f698ea5bdab7d0042131588802b773afaa02bbebefcf2ba92dbc76
|
data/CHANGELOG.md
CHANGED
@@ -202,7 +202,7 @@ class AttributeStruct < BasicObject
|
|
202
202
|
else
|
203
203
|
orig = leaf
|
204
204
|
end
|
205
|
-
@table[sym] =
|
205
|
+
@table[sym] = result
|
206
206
|
else
|
207
207
|
if(args.size > 1 && args.all?{|i| i.is_a?(::String) || i.is_a?(::Symbol)} && !_state(:value_collapse))
|
208
208
|
@table[sym] = _klass_new unless @table[sym].is_a?(_klass)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: attribute_struct
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Roberts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Attribute structures
|
14
14
|
email: chrisroberts.code@gmail.com
|