has_enum 0.9.2.1 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ module HasEnum::ClassMethods
26
26
  has_enum column_name
27
27
  end
28
28
  end
29
- end
29
+ end if table_exists?
30
30
  end
31
31
 
32
32
  def has_enum(*params)
@@ -1,3 +1,3 @@
1
1
  module HasEnum
2
- VERSION = "0.9.2.1"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -5,9 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 2
9
- - 1
10
- version: 0.9.2.1
8
+ - 3
9
+ version: 0.9.3
11
10
  platform: ruby
12
11
  authors:
13
12
  - Andreas Korth
@@ -17,7 +16,7 @@ autorequire:
17
16
  bindir: bin
18
17
  cert_chain: []
19
18
 
20
- date: 2011-09-06 00:00:00 +07:00
19
+ date: 2011-09-15 00:00:00 +07:00
21
20
  default_executable:
22
21
  dependencies:
23
22
  - !ruby/object:Gem::Dependency