apit 0.0.36 → 0.0.37

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/lib/apit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Apit
2
- VERSION = "0.0.36"
2
+ VERSION = "0.0.37"
3
3
  end
@@ -14,7 +14,7 @@ module Apit
14
14
  #Devise
15
15
  if yes?("Would you like to use OmniAuth authentication?")
16
16
  gem("omniauth")
17
- generate("model", "provider:string uid:string name:string")
17
+ generate("model", "user provider:string uid:string name:string")
18
18
  template "sessions_controller.rb", "app/controllers/sessions_controller.rb"
19
19
  template "user.rb", "app/models/user.rb"
20
20
  route("match \"/auth/:provider/callback\" => \"sessions#create\"")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 36
9
- version: 0.0.36
8
+ - 37
9
+ version: 0.0.37
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avocado