has_enum 0.9.2 → 0.9.2.1

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/Rakefile CHANGED
@@ -1,10 +1,10 @@
1
1
  require 'bundler'
2
2
  Bundler::GemHelper.install_tasks
3
3
 
4
- require 'rspec/core'
5
- require 'rspec/core/rake_task'
6
- RSpec::Core::RakeTask.new(:spec) do |spec|
7
- spec.pattern = FileList['spec/**/*_spec.rb']
8
- end
4
+ #require 'rspec/core'
5
+ #require 'rspec/core/rake_task'
6
+ #RSpec::Core::RakeTask.new(:spec) do |spec|
7
+ #spec.pattern = FileList['spec/**/*_spec.rb']
8
+ #end
9
9
 
10
- task :default => :spec
10
+ #task :default => :spec
@@ -1,3 +1,3 @@
1
1
  module HasEnum
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.2.1"
3
3
  end
data/lib/has_enum.rb CHANGED
@@ -8,6 +8,8 @@ module HasEnum
8
8
 
9
9
  end
10
10
 
11
+ require 'active_record'
12
+
11
13
  class ActiveRecord::Base
12
14
  include HasEnum
13
15
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 2
9
- version: 0.9.2
9
+ - 1
10
+ version: 0.9.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Andreas Korth
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2011-05-12 00:00:00 +07:00
20
+ date: 2011-09-06 00:00:00 +07:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency