arrayfields 4.7.2 → 4.7.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -5,7 +5,7 @@
5
5
  # Array#fields= is called
6
6
  #
7
7
  module ArrayFields
8
- self::VERSION = '4.7.2' unless defined? self::VERSION
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
- end
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.2
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-02-21 00:00:00 -07:00
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