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: 942e7c5392df609582946b1b334378935e2b8bc8
4
- data.tar.gz: 73d1923a3911a02866961d3a98fa10c078135b1f
3
+ metadata.gz: c9fe4f57a9bf416de8f6367f34a0300df14d2788
4
+ data.tar.gz: 73a92c134442ce556e52e8e0a353a72c84a8dbdf
5
5
  SHA512:
6
- metadata.gz: 47b6cb7bc261d83922dee8b250ab21b5fde50fe4ca9596780f631d1ee5890c97b07497c73782d81926b5d2fa7fa9394e6cc81f0964255b1676d1e9ea385ec602
7
- data.tar.gz: c9795191aa433738617eaaa00da76b4b4c5a706457eb4abfa43e01b7ab673954f08e34e01421c8e8062cbd33d816875bbeb7dd9e6551930c0f3cb74c1255c838
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
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.9.29'
2
+ VERSION = '1.9.30'
3
3
  end
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.29
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-10 00:00:00.000000000 Z
11
+ date: 2016-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler