numeric_hash 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/numeric_hash/version.rb +1 -1
- data/numeric_hash.gemspec +1 -1
- metadata +5 -5
data/lib/numeric_hash/version.rb
CHANGED
data/numeric_hash.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.name = "numeric_hash"
|
7
7
|
s.version = NumericHash::VERSION
|
8
8
|
s.authors = ["Clyde Law"]
|
9
|
-
s.email = ["
|
9
|
+
s.email = ["claw@alum.mit.edu"]
|
10
10
|
s.homepage = %q{http://github.com/Umofomia/numeric_hash}
|
11
11
|
s.summary = %q{Defines a hash whose values are Numeric or additional nested NumericHashes.}
|
12
12
|
s.description = %q{Defines a hash whose values are Numeric or additional nested NumericHashes.}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: numeric_hash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 2
|
10
|
+
version: 0.5.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Clyde Law
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-04-02 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -36,7 +36,7 @@ dependencies:
|
|
36
36
|
version_requirements: *id001
|
37
37
|
description: Defines a hash whose values are Numeric or additional nested NumericHashes.
|
38
38
|
email:
|
39
|
-
-
|
39
|
+
- claw@alum.mit.edu
|
40
40
|
executables: []
|
41
41
|
|
42
42
|
extensions: []
|