xmppify 0.0.58 → 0.0.59

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: 4094f729e145bb5d87d2f813f0f33f957bcd7fd8
4
- data.tar.gz: 36a40f9e5bcec294b966998f3b6cf2ce83ed0946
3
+ metadata.gz: 3dc8b9cc7901c67fb98bd8c489ca1e0bb1d83d73
4
+ data.tar.gz: 923ad7ecd3c8a8c60e1a9002f95f71e5f65c8bbf
5
5
  SHA512:
6
- metadata.gz: e5883d3e9e3f5f9620055debcda85d49502ede586d1d83e6f77f774dee697453ea07c175f87556d80d854f4a622c443fb0bbaa0097586d70959d26f2dfc10727
7
- data.tar.gz: 22e612fb21ed2c343a6ee81a8814d21d6885327a1c80114e7d061df83a1240345b9b7489d57f675ba4f8c9905034e86e3410bbdcd8e8bf957cd7bbed0fb7ca1d
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
@@ -1,3 +1,3 @@
1
1
  module Xmppify
2
- VERSION = "0.0.58"
2
+ VERSION = "0.0.59"
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.58
4
+ version: 0.0.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie