lotus_admin 1.0.2 → 1.1.0

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
  SHA256:
3
- metadata.gz: 4398379a31a5394d89a2afb785e1c9ab334523aa84c419363ca4be7d812d6846
4
- data.tar.gz: 6c453e3ac7713b27b10764018f21bbe898cbc5b1903497837afb000566621c7b
3
+ metadata.gz: f317d0e84d10ab899a19609c0e03378afb506fab67024def6db274083e7a3cc6
4
+ data.tar.gz: 7aa186d47a96b63045c87c6c7d2a4e76db95b412f7e8acb38b709f3b6baf0819
5
5
  SHA512:
6
- metadata.gz: 26c243b53f82aecbcec522fa597d40fe32aac0e31dd67297e585e954084577d84aa25ef652f8c982b1b4f65fde7e8dcee502ac49a2bbefbcc45426e1d7ffe05a
7
- data.tar.gz: ab8fee03884513fe5120b2a1eb470b1d989c47e86a3f7e02e7e0283a6782a1ad9bd3d3863d49c2eeb5c3dd8986b2030936459ce1c16dc39e3c644c49940a5399
6
+ metadata.gz: 5c73a2575a6b9beca6f25d9345282d46a444709b3656ccdf91a4b430284417e42510cd4d5f503536aaf6016fb3aec20a7b23b2a96f0ed24a81bc80c6262cbef6
7
+ data.tar.gz: 8f1604d2da4ef998d6d5f09f95d12aad05b151fc0a138fcc50d8c5cd3e7ce51c9da5a4ca013a92a75dc19d1aa34080e653cfdfb2ab46c12b3964936acd208785
@@ -271,8 +271,8 @@ Devise.setup do |config|
271
271
  # mount MyEngine, at: '/my_engine'
272
272
  #
273
273
  # The router that invoked `devise_for`, in the example above, would be:
274
- config.router_name = :lotus_admin
275
- config.parent_controller = 'LotusAdmin::ApplicationController'
274
+ # config.router_name = :lotus_admin
275
+ # config.parent_controller = 'LotusAdmin::ApplicationController'
276
276
  #
277
277
  # When using OmniAuth, Devise cannot automatically set OmniAuth path,
278
278
  # so you need to do it manually. For the users scope, it would be:
@@ -1,3 +1,3 @@
1
1
  module LotusAdmin
2
- VERSION = '1.0.2'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lotus_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Millsaps-Brewer