authentasaurus 0.5.13 → 0.5.14

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.
@@ -163,7 +163,7 @@ module Helpers::Migrations
163
163
  string :remember_me_token
164
164
  boolean :active, :null => false, :default => false
165
165
  if opts.include?(:authorizable)
166
- t.integer :group_id, :null => false
166
+ integer :group_id, :null => false
167
167
  end
168
168
  end
169
169
  end
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: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 13
10
- version: 0.5.13
9
+ - 14
10
+ version: 0.5.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky