enum_column_strict 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enum_column_strict
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-08-
|
13
|
+
date: 2013-08-08 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: ! 'Allows your rails models and views to take advantage of MySQL''s native
|
16
16
|
enum type.
|
@@ -25,7 +25,7 @@ files:
|
|
25
25
|
- LICENSE
|
26
26
|
- init.rb
|
27
27
|
- lib/enum_column.rb
|
28
|
-
- lib/
|
28
|
+
- lib/enum_column_strict.rb
|
29
29
|
- lib/enum/active_record_helper.rb
|
30
30
|
- lib/enum/enum_adapter.rb
|
31
31
|
- lib/enum/mysql_adapter.rb
|