lines-engine 1.2.2 → 1.2.3
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +2 -2
- data/lib/lines/engine.rb +5 -1
- data/lib/lines/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0aef2fa0f45914942069afc763cedcc3ce21e897
|
|
4
|
+
data.tar.gz: bb29b382a0362bd60538cd75cc9390d3c3cc818a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 691cc02c2e7e077a39d7174d9fa344f0789577309635cdce6da5ee8f77451aee2d097505d0ed31872ff47640792a72ae6244234136cdccbca1f2ef93882da9da
|
|
7
|
+
data.tar.gz: 5819682fec4c262a5651c2412ff991620836d264b5b5ac3a075b2c475c66d760fa775a764819c3cbb29cf1c0481f0f97de998719903533d24e855fad16c97102
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/lines/engine.rb
CHANGED
|
@@ -21,7 +21,7 @@ module Lines
|
|
|
21
21
|
|
|
22
22
|
# Initializer to combine this engines static assets with the static assets of the hosting site.
|
|
23
23
|
initializer "static assets" do |app|
|
|
24
|
-
app.middleware.
|
|
24
|
+
app.middleware.insert_after(::Rack::Runtime, ::ActionDispatch::Static, "#{root}/public")
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
initializer "lines.assets.precompile" do |app|
|
|
@@ -34,6 +34,10 @@ module Lines
|
|
|
34
34
|
end
|
|
35
35
|
end
|
|
36
36
|
|
|
37
|
+
initializer "host helpers" do |app|
|
|
38
|
+
Lines::ApplicationController.helper app.helpers
|
|
39
|
+
end
|
|
40
|
+
|
|
37
41
|
# Disable error wrapper around form fields
|
|
38
42
|
config.action_view.field_error_proc = Proc.new { |html_tag, instance|
|
|
39
43
|
class_attr_index = html_tag.index 'class="'
|
data/lib/lines/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lines-engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Opoloo GbR
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
wY3tQr5y6n09S9cmFLHMM1DRAqhYQWSbqw/R0RTB9gqsI+4uX4gW4Qd4bDPdL+i5
|
|
31
31
|
SdefFMfOAx3jQTFQ
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2017-
|
|
33
|
+
date: 2017-11-20 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: orm_adapter
|
metadata.gz.sig
CHANGED
|
Binary file
|