mschuerig-easy_enums 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +5 -0
  2. data/lib/easy_enums.rb +1 -1
  3. metadata +4 -4
@@ -6,6 +6,11 @@
6
6
 
7
7
  Simplistic enumerations for ActiveRecord.
8
8
 
9
+ Consider using enumerate_by, a more mature solution to the
10
+ same problem
11
+
12
+ http://github.com/pluginaweek/enumerate_by
13
+
9
14
  == FEATURES/PROBLEMS:
10
15
 
11
16
  * Easy access to cached enumerations.
@@ -1,6 +1,6 @@
1
1
 
2
2
  module EasyEnumerations
3
- VERSION = '0.0.6'
3
+ VERSION = '0.0.7'
4
4
 
5
5
  def self.included(base)
6
6
  base.extend(ClassMethods)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mschuerig-easy_enums
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Schuerig
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-26 00:00:00 -07:00
12
+ date: 2009-05-30 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,7 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.8.0
44
44
  version:
45
- description: Simplistic enumerations for ActiveRecord.
45
+ description: Simplistic enumerations for ActiveRecord. Consider using enumerate_by, a more mature solution to the same problem http://github.com/pluginaweek/enumerate_by
46
46
  email:
47
47
  - michael@schuerig.de
48
48
  executables: []
@@ -88,7 +88,7 @@ rubyforge_project: easy_enums
88
88
  rubygems_version: 1.2.0
89
89
  signing_key:
90
90
  specification_version: 3
91
- summary: Simplistic enumerations for ActiveRecord.
91
+ summary: Simplistic enumerations for ActiveRecord
92
92
  test_files:
93
93
  - test/test_helper.rb
94
94
  - test/test_easy_enums.rb