kea-on-rails 0.4.2 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kea/routes.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be85885430a4334ffccc95d8686cf5cee3469fe3
|
4
|
+
data.tar.gz: 3f542790140cb6bb6449c9424de9edd7f0ff90fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6281c904b4ace806d9333aa960577ca7adfb23b0fb70d19dea87933d04256e24dc1bba23166f54f2551f940ae22e95cea9cbf1013e32b4a55ad48f5ee8be04f7
|
7
|
+
data.tar.gz: ca619389580b76b4d0f04fa0254f9ea2ffe05cdd4e07aa1fa15f3edab1d9b5558da0bbc93bb63eb8d9cc7a21eee500abb9ce2befba72ee26eb0065215f5c66ba
|
data/lib/kea/routes.rb
CHANGED
@@ -9,7 +9,7 @@ module ActionDispatch::Routing
|
|
9
9
|
def kea_bundle(*resources)
|
10
10
|
options = resources.extract_options!
|
11
11
|
bundle = options[:bundle] || resources[0] || 'common'
|
12
|
-
component = options[:component] ||
|
12
|
+
component = options[:component] || 'AppContainer'
|
13
13
|
prerender = options[:prerender].nil? ? true : options[:prerender]
|
14
14
|
|
15
15
|
constraint = lambda do |request|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kea-on-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marius Andra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails connector for kea and kea-rails-loader
|
14
14
|
email: marius.andra@gmail.com
|