adminsite 3.1.0 → 3.1.1

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: a77aace1878bec05464bc819f93f016b2cb264b9
4
- data.tar.gz: 9e2923bfc266f94420be21a62b2156fa00839d59
3
+ metadata.gz: 2b9917bb89c1758f5b912fe378a321ccb2dfcf3f
4
+ data.tar.gz: 82c75a8124b52e800be93fda790763d22e10a3a6
5
5
  SHA512:
6
- metadata.gz: a3816534c56c82ef0af32a78355dec3a651ea556b6d4ec4610c247886962b47e45b96d37e5ffa007f0c0a6247a4487e76769d79814493f5f6fb9ae6ee26fa386
7
- data.tar.gz: bde740774f9938548bfb0923736e864a18935503a7a2ba601f118f5395d85e3dfcd6f42b8b8208962d4242bbbeae02cacae0be172b723249e92c14bcaeb12978
6
+ metadata.gz: 1999291d4c58aeb799090c5c1676502618d23ca20447f033212d2ee8d8f02ab7f2eed693d48aaa7fd80d0871b723f2a54006c507e91157966dd3cae425eb1191
7
+ data.tar.gz: 0dba034c1993f29dccc1a8e69dab4041287f5cc2ccc86b8137cbcfc07972b9af0c9ee005b2a2701cc1517c32ae668fd84364502d56a00ba9c39b1b51ea912768
data/Find Results ADDED
@@ -0,0 +1,37 @@
1
+ Searching 189 files for "device"
2
+
3
+ /Users/row/code/github/adminsite/spec/dummy/public/422.html:
4
+ 3 <head>
5
+ 4 <title>The change you wanted was rejected (422)</title>
6
+ 5: <meta name="viewport" content="width=device-width,initial-scale=1">
7
+ 6 <style>
8
+ 7 body {
9
+
10
+ /Users/row/code/github/adminsite/spec/dummy/public/500.html:
11
+ 3 <head>
12
+ 4 <title>We're sorry, but something went wrong (500)</title>
13
+ 5: <meta name="viewport" content="width=device-width,initial-scale=1">
14
+ 6 <style>
15
+ 7 body {
16
+
17
+ 2 matches across 2 files
18
+
19
+
20
+ Searching 189 files for "logouy"
21
+
22
+ 0 matches
23
+
24
+ Searching 189 files for "logout"
25
+
26
+ 0 matches
27
+
28
+ Searching 189 files for "adminsite_root_path"
29
+
30
+ /Users/row/code/github/adminsite/app/controllers/adminsite/admin_user_sessions_controller.rb:
31
+ 9
32
+ 10 def after_sign_out_path_for(resource_or_scope)
33
+ 11: adminsite_root_path
34
+ 12 end
35
+ 13
36
+
37
+ 1 match in 1 file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adminsite (3.1.0)
4
+ adminsite (3.1.1)
5
5
  actionpack-page_caching
6
6
  cancancan (~> 1.10)
7
7
  codemirror-rails (>= 4.8)
@@ -7,4 +7,8 @@ class Adminsite::AdminUserSessionsController < Devise::SessionsController
7
7
  self
8
8
  end
9
9
 
10
+ def after_sign_out_path_for(resource_or_scope)
11
+ new_adminsite_admin_user_session_path
12
+ end
13
+
10
14
  end
@@ -1,3 +1,3 @@
1
1
  module Adminsite
2
- VERSION = "3.1.0" unless defined?(Adminsite::VERSION)
2
+ VERSION = "3.1.1" unless defined?(Adminsite::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminsite
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robin Wunderlin
@@ -241,6 +241,7 @@ extensions: []
241
241
  extra_rdoc_files:
242
242
  - README.markdown
243
243
  files:
244
+ - Find Results
244
245
  - Gemfile
245
246
  - Gemfile.lock
246
247
  - LICENSE