cascading-configuration-array 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/cascading-configuration-array/_private_/CascadingConfiguration/Array/CompositingArray.rb
CHANGED
@@ -45,15 +45,15 @@ class ::CascadingConfiguration::Array::CompositingArray < ::Array
|
|
45
45
|
@local_index_for_parent_index[ this_time ] = this_time
|
46
46
|
end
|
47
47
|
|
48
|
+
# since we have a super array we have to note how many objects it has before we insert any
|
49
|
+
@parent_and_interpolated_object_count = @super_composite_array.count
|
50
|
+
|
48
51
|
else
|
49
52
|
|
50
53
|
@super_composite_array = nil
|
51
54
|
|
52
55
|
end
|
53
56
|
|
54
|
-
# since we have a super array we have to note how many objects it has before we insert any
|
55
|
-
@parent_and_interpolated_object_count = @super_composite_array.count
|
56
|
-
|
57
57
|
end
|
58
58
|
|
59
59
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cascading-configuration-array
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: module-cluster
|
16
|
-
requirement: &
|
16
|
+
requirement: &70165363277020 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70165363277020
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: cascading-configuration-variable
|
27
|
-
requirement: &
|
27
|
+
requirement: &70165363276340 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70165363276340
|
36
36
|
description: Provides :attr_configuration_array.
|
37
37
|
email: asher@ridiculouspower.com
|
38
38
|
executables: []
|