authentasaurus 0.5.13 → 0.5.14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/helpers/migrations.rb +1 -1
- data/rails/init.rb +4 -0
- metadata +3 -3
data/lib/helpers/migrations.rb
CHANGED
data/rails/init.rb
CHANGED
@@ -27,6 +27,10 @@ if defined? ActiveRecord
|
|
27
27
|
class ActiveRecord::ConnectionAdapters::AbstractAdapter
|
28
28
|
include Helpers::Migrations::Tables
|
29
29
|
end
|
30
|
+
|
31
|
+
class ActiveRecord::ConnectionAdapters::TableDefinition
|
32
|
+
include Helpers::Migrations::Columns
|
33
|
+
end
|
30
34
|
end
|
31
35
|
|
32
36
|
if defined? ActiveResource
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authentasaurus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 14
|
10
|
+
version: 0.5.14
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Omar Mekky
|