xmppify 0.0.50 → 0.0.51

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b77cd10741a45957ec53ab68f50b2e09ad4dc66c
4
- data.tar.gz: 3e856e667953f419c51fa5b4d0a1ae889aff7ea6
3
+ metadata.gz: 39a709764fa93344b774d61d8962edc43bea2eec
4
+ data.tar.gz: 6526cb70ec0d9e150a43326f021833683674a129
5
5
  SHA512:
6
- metadata.gz: 2567e2e7579dfc0d5000f752835277cd56eb90d93a42f280c5837ff055f3556a5b46d29a8a958bd79ebd63c92ac5c0aea0697e79a52ce8310ba601fd4b1ba674
7
- data.tar.gz: fa954941c531e9c6b0320059ff7b6129e922149d36a128625eadfac3c507d24a21641de3879a261fcf6f8a6eebc48b8695edaa3f490b800dc5465378998d5e3e
6
+ metadata.gz: d043bd1f684cd6f8a239ca737954ec62d450eb0f450cc0ee6cfd1d04e4ef0e6bf38d03e64c5020e7541eed20d44fb802f9ca4cb395c1c28b6673ec906c3b0373
7
+ data.tar.gz: 9dcb1256052645d63f19331a3d147062f504d47abaaf8ebe15e053f66c30c6fd151bca9183bac443db1f798dae56f8c083d55279effb4eeb72d8ee7da27d0359
data/config/routes.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  Xmppify::Engine.routes.draw do
2
- devise_for :users
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
4
  end
@@ -1,3 +1,3 @@
1
1
  module Xmppify
2
- VERSION = "0.0.50"
2
+ VERSION = "0.0.51"
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.50
4
+ version: 0.0.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie