xmppify 0.0.58 → 0.0.59
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.
- checksums.yaml +4 -4
- data/config/initializers/devise.rb +0 -1
- data/config/routes.rb +0 -2
- data/lib/xmppify/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dc8b9cc7901c67fb98bd8c489ca1e0bb1d83d73
|
4
|
+
data.tar.gz: 923ad7ecd3c8a8c60e1a9002f95f71e5f65c8bbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfe22f3d06394edde45a43cb94ed448f29d3237b4ea9a14b2ac53fbfbc2f029867db78cb675b169969c5312c145b55f06fd7c0b74a7ee19d6cd60652234804fe
|
7
|
+
data.tar.gz: be68dd495017f90f91ff1f9ebdc6e76da9604cd2fad1d4bcfd4c047914b5e3c84ec404199991404348596d5f756418b670bea20b729d2e4ba2ec9c4c4eab8073
|
@@ -5,7 +5,6 @@ Devise.setup do |config|
|
|
5
5
|
# random tokens. Changing this key will render invalid all existing
|
6
6
|
# confirmation, reset password and unlock tokens in the database.
|
7
7
|
# config.secret_key = '058e80931a360732d9e5a15541e5bbeb5b3cba57450fe85086d977567624e4909b2669021ad9cd0aa53c38a08be0757f72928c46250a44900e6456e05e594e7f'
|
8
|
-
|
9
8
|
# ==> Mailer Configuration
|
10
9
|
# Configure the e-mail address which will be shown in Devise::Mailer,
|
11
10
|
# note that it will be overwritten if you use your own mailer class
|
data/config/routes.rb
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
Xmppify::Engine.routes.draw do
|
2
2
|
devise_for :users, path_names: {sign_in: "login", signout: "logout"}, controllers: {omniauth_callbacks: "omniauth_callbacks", :invitations => 'invitations', :registrations => "registrations", confirmations: "confirmations"}
|
3
3
|
root to: 'high_voltage/pages#show', id: 'index'
|
4
|
-
path_prefix = Devise.omniauth_path_prefix || "/#{mapping.path}/auth".squeeze("/")
|
5
|
-
set_omniauth_path_prefix!(path_prefix)
|
6
4
|
end
|
data/lib/xmppify/version.rb
CHANGED