apit 0.0.37 → 0.0.38

Sign up to get free protection for your applications and to get access to all the features.
data/lib/apit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Apit
2
- VERSION = "0.0.37"
2
+ VERSION = "0.0.38"
3
3
  end
@@ -18,7 +18,7 @@ module Apit
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\"")
21
- route("match \"/signout\" => \"sessions#destroy\", :as => :signout\"")
21
+ route("match \"/signout\" => \"sessions#destroy\", :as => :signout")
22
22
  template "omniauth_initalizer.rb", "config/initializers/omniauth.rb"
23
23
 
24
24
  #CanCan
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 37
9
- version: 0.0.37
8
+ - 38
9
+ version: 0.0.38
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avocado