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 +4 -4
- data/Find Results +37 -0
- data/Gemfile.lock +1 -1
- data/app/controllers/adminsite/admin_user_sessions_controller.rb +4 -0
- data/lib/adminsite/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b9917bb89c1758f5b912fe378a321ccb2dfcf3f
|
|
4
|
+
data.tar.gz: 82c75a8124b52e800be93fda790763d22e10a3a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/adminsite/version.rb
CHANGED
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.
|
|
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
|