enumerations_mixin 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/enumerations_mixin.rb +1 -1
- metadata +22 -6
data/lib/enumerations_mixin.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enumerations_mixin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Trevor Squires
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-11-
|
19
|
+
date: 2010-11-24 00:00:00 -08:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -35,6 +35,22 @@ dependencies:
|
|
35
35
|
version: 3.0.0
|
36
36
|
type: :runtime
|
37
37
|
version_requirements: *id001
|
38
|
+
- !ruby/object:Gem::Dependency
|
39
|
+
name: rails
|
40
|
+
prerelease: false
|
41
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ~>
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
hash: 7
|
47
|
+
segments:
|
48
|
+
- 3
|
49
|
+
- 0
|
50
|
+
- 0
|
51
|
+
version: 3.0.0
|
52
|
+
type: :runtime
|
53
|
+
version_requirements: *id002
|
38
54
|
description: Allows you to treat instances of your ActiveRecord models as though they were an enumeration of values
|
39
55
|
email: pivotal-opensource@googlegroups.com
|
40
56
|
executables: []
|
@@ -57,8 +73,8 @@ homepage: http://github.com/pivotal/enumerations_mixin
|
|
57
73
|
licenses: []
|
58
74
|
|
59
75
|
post_install_message:
|
60
|
-
rdoc_options:
|
61
|
-
|
76
|
+
rdoc_options: []
|
77
|
+
|
62
78
|
require_paths:
|
63
79
|
- lib
|
64
80
|
required_ruby_version: !ruby/object:Gem::Requirement
|