kirgudu_base 0.0.18 → 0.0.19

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/kirgudu_base/engine.rb +0 -9
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b53e4cddf8a393c41b2f4188865e5c88540b5941
4
- data.tar.gz: 1c145dd4f13449a6593c3f0537e25a5977e62671
3
+ metadata.gz: 8c3afda4aaf6e86c7012af7beb6d6b7d6624a872
4
+ data.tar.gz: ed106b2cee0d6e6d65c050d855ba5023b06499e9
5
5
  SHA512:
6
- metadata.gz: 6b1759557c374eedb363daa489fff87332ae3021286250271838ba71cd45c487293141af0a78f6f92ac3cab98378f972488246a69a1ca6945cf427370762acf6
7
- data.tar.gz: 802e4a6418081fd8b64270ffd1b1e819deaa38e4489ba124043dccf2491c0762e97d1c26f5405647c4d3c4d91623961318370135a523f4505cd693e58c4999d9
6
+ metadata.gz: d9e471a6456f285395be9921005b7174ba2613f884b1a56a62a31f152f0663b31af53790e1c1258b9253a7175c22cefaecc8679347e6a6dde0950d9137655c9a
7
+ data.tar.gz: f2eb8abe4be731b4782d6339890a44cfad3b0949784a783a4201ff48ea566800c953509cb2b4593a1b6e21ab152346c62e699123651350cdc7b5479968215f99
@@ -2,14 +2,5 @@
2
2
  module KirguduBase
3
3
  class Engine < ::Rails::Engine
4
4
  isolate_namespace KirguduBase
5
-
6
- # Initializer to combine this engines static assets with the static assets of the hosting site.
7
- # initializer "static assets" do |app|
8
- # app.middleware.use ::ActionDispatch::Static, "#{root}/public"
9
- # end
10
-
11
- initializer "static assets" do |app|
12
- app.middleware.insert_before(::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public")
13
- end
14
5
  end
15
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kirgudu_base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitrofanov Dmitry