arrayfields 4.7.2 → 4.7.3
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.
- data/arrayfields-4.7.3.gem +0 -0
- data/lib/arrayfields.rb +2 -2
- metadata +3 -2
|
File without changes
|
data/lib/arrayfields.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Array#fields= is called
|
|
6
6
|
#
|
|
7
7
|
module ArrayFields
|
|
8
|
-
self::VERSION = '4.7.
|
|
8
|
+
self::VERSION = '4.7.3' unless defined? self::VERSION
|
|
9
9
|
def self.version() VERSION end
|
|
10
10
|
#
|
|
11
11
|
# multiton cache of fields - wraps fields and fieldpos map to save memory
|
|
@@ -435,6 +435,6 @@
|
|
|
435
435
|
each_pair{|f,v| map.add f,v}
|
|
436
436
|
end
|
|
437
437
|
end
|
|
438
|
-
|
|
438
|
+
end
|
|
439
439
|
end
|
|
440
440
|
Pseudohash = PseudoHash
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arrayfields
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.7.
|
|
4
|
+
version: 4.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ara T. Howard
|
|
@@ -9,7 +9,7 @@ autorequire: arrayfields
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-04-08 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -22,6 +22,7 @@ extensions: []
|
|
|
22
22
|
extra_rdoc_files: []
|
|
23
23
|
|
|
24
24
|
files:
|
|
25
|
+
- arrayfields-4.7.3.gem
|
|
25
26
|
- gemspec.rb
|
|
26
27
|
- gen_readme.rb
|
|
27
28
|
- install.rb
|