corn_starch 1.9.29 → 1.9.30
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9fe4f57a9bf416de8f6367f34a0300df14d2788
|
|
4
|
+
data.tar.gz: 73a92c134442ce556e52e8e0a353a72c84a8dbdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fb38913f9faaa5534daf0fc4a12baddbe83cf0211dc7c5a17b12584350ee8016ba6e5b5efa8572870a8d584c06c5185406987bf5132834e6737ceaf9ad31387
|
|
7
|
+
data.tar.gz: 06beda6145adede2eff16bedd5d2bc7ceb4415a786b1bb1664663a516eed817ba24886a96d55294d517760265795e961d49a40767195cb4b5fe037ccc9fcddb2
|
|
@@ -38,7 +38,7 @@ module CornStarch
|
|
|
38
38
|
|
|
39
39
|
# Authentication Filter
|
|
40
40
|
def auth_filter
|
|
41
|
-
redirect_to new_session_url, alert: { head: t('auth.access_denied'), body: t('auth.login_required') } unless is_authed
|
|
41
|
+
redirect_to corn_starch.new_session_url, alert: { head: t('auth.access_denied'), body: t('auth.login_required') } unless is_authed
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
# Un-Authentication Filter
|
data/lib/corn_starch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: corn_starch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eresse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|