front_end_builds 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a4d2e6eac89811c5e5781df016a660143303506
4
- data.tar.gz: b69d465aa8f33ca73d5b5fc217b380536adcd300
3
+ metadata.gz: bbd733e1ee237d3f02e2f7a1af58ee75dd5ea9fe
4
+ data.tar.gz: 9a6693a162761752eb8985421b8d5f8c4f557317
5
5
  SHA512:
6
- metadata.gz: 4d7c27fa0ac6631d240589b8aa4acf42f9b046150865fd9b0ab498b1fecd025f69cc8a04683de26215aa6443bc767cbca59b3000a9408a1ce8dcf3bbefb0a19a
7
- data.tar.gz: c1f30ca9fcbec3f8b04f80795a3a7623f938ec56d6d3e4b779633161a5b930c08d5b7b89a4799d3962732d718d277bb66b3b2ccf7ccafec0014d87686e987631
6
+ metadata.gz: 5a372da351aab547cd003421c498744a7d265c36d017778f2040eae7fe7295f3fa64c1a8a98cfa9ef68191dc214864425cf1cebde86b8392861600f509495072
7
+ data.tar.gz: 26744dc2a083103f4773c3a33cc70bd6c0dcec86039916271215ae541e5a3a5936bbe3904ff9e73c740b867165d80f322424f527d7db006cdc9df41a94406ed9
@@ -1,3 +1,5 @@
1
+ require 'action_dispatch/middleware/static'
2
+
1
3
  module FrontEndBuilds
2
4
  class Engine < ::Rails::Engine
3
5
  isolate_namespace FrontEndBuilds
@@ -9,7 +11,7 @@ module FrontEndBuilds
9
11
  g.helper false
10
12
  end
11
13
 
12
- # Initializer to combine this engines static assets with the static assets of the hosting site.
14
+ # Initializer to combine this engines static assets with the static assets of the hosting site.
13
15
  initializer "static assets" do |app|
14
16
  app.middleware.insert_before(::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public")
15
17
  end
@@ -1,3 +1,3 @@
1
1
  module FrontEndBuilds
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: front_end_builds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Toronto