xmppify 0.0.60 → 0.0.61

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64d9488436c255253026f7edab1d84afb5a9e9aa
4
- data.tar.gz: 4a219c00aeabed3423995af161e91116b39239d5
3
+ metadata.gz: 70218e6c0f9922dcaf5e7de5c1371e4519300d27
4
+ data.tar.gz: 699f72c6deae78da9a630ba5d57a3c58bbe48bb7
5
5
  SHA512:
6
- metadata.gz: 994adee064cd15d01232e5810d0e63f02130963d43484bb3033d2215406ae403263892f687a9c8ae21cd90e640cf8fb36eb9aeb9c4e5744f568c5283e00a5c15
7
- data.tar.gz: debb6a2b4e4a3ee75d3b715bb65346a8c8718bd4574c31dbff25689715512352325eb30058ac5fb89ce1f6deef2d768a273bf0f7ede732d87cb2352ace7870ef
6
+ metadata.gz: 7db106479af8b5d4a4138957c6b45c76c6c5f82226e8bd112d4aa5b3563c59196e2d3c8b4a78d77efaa8f32e08a07463efb177b2c8c3573fb525c9cb1d333d6a
7
+ data.tar.gz: 4e491b1db1c14389ce0de94ef65f0844516127edd396aea285db62d6823410885ce2517f4bedceb2367055a4877c623742cf204e4b7a9aa3d02a952cc32dd629
@@ -246,7 +246,7 @@ Devise.setup do |config|
246
246
  # mount MyEngine, at: '/my_engine'
247
247
  #
248
248
  # The router that invoked `devise_for`, in the example above, would be:
249
- # config.router_name = :my_engine
249
+ config.router_name = :xmppify
250
250
  #
251
251
  # When using omniauth, Devise cannot automatically set Omniauth path,
252
252
  # so you need to do it manually. For the users scope, it would be:
@@ -1,4 +1,4 @@
1
1
  Xmppify::Engine.routes.draw do
2
- devise_for :users, path_names: {sign_in: "login", signout: "logout"}, controllers: {omniauth_callbacks: "omniauth_callbacks", :invitations => 'invitations', :registrations => "registrations", confirmations: "confirmations"}
2
+ devise_for :users, path_names: {sign_in: "login", signout: "logout"}, controllers: {omniauth_callbacks: "omniauth_callbacks", :invitations => 'invitations', :registrations => "registrations", confirmations: "confirmations"}, class_name: 'Xmppify::User'
3
3
  root to: 'high_voltage/pages#show', id: 'index'
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module Xmppify
2
- VERSION = "0.0.60"
2
+ VERSION = "0.0.61"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmppify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.60
4
+ version: 0.0.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie