chaplinks-library-timeline 2.5.1 → 2.5.2

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: caf76af359c865fae769ae66cfb1d8ee3d3857cf
4
- data.tar.gz: 8205d20f721b3228f08f028909447732b99cddd4
3
+ metadata.gz: 0a8f53562add69793d89a68dac44efa391926cea
4
+ data.tar.gz: f0d17084ed56d6bcbf72fed8f2ed1dfd81cbc650
5
5
  SHA512:
6
- metadata.gz: ad49ffa917880ed5b463c6a8310c956afc19b3a33f90d283ff7c17b937bb3d08e0ef2db7414ff69fbbeab1f94334d3a4ae5ce27cbb363d4c81b29395c900f376
7
- data.tar.gz: 44e4bc081401f9bf9cafa78ec2dcc32df9c48d1ab55dc043991fcd60bea4e5a667c15084a18f514cae71778bbae429a23fa95f84ddc451c9cfd1532e77cfc733
6
+ metadata.gz: 7a9da21f27199e33e7fba30a83094ce2ca56ee6fe162a127d68e29f1fce6fb52f90160f9117d45a72c88bcb0e9367da55d0428d0655b5a9ef9f87ff7a723f40b
7
+ data.tar.gz: ecbe9929769c711354cd7781aa8671a2a9208331ff400f1e4408817084fcde1426248bcbade76214d091ac9980341efe57e6e5503b9e1a050e74893157687289
@@ -6,9 +6,8 @@ module Chaplinks
6
6
  module Timeline
7
7
  class Engine < ::Rails::Engine
8
8
  initializer "assets.precompile" do |app|
9
- app.config.assets.precompile += %w( chaplinks-library/timeline )
9
+ app.config.assets.precompile += %w( chaplinks-library/timeline chaplinks-library/timeline/index.js chaplinks-library/timeline/timeline.css )
10
10
  end
11
-
12
11
  end
13
12
  end
14
13
  end
@@ -7,6 +7,9 @@ module Chaplinks
7
7
  initializer "placehold.view_helpers" do |app|
8
8
  ActionView::Base.send :include, ViewHelpers
9
9
  end
10
+ initializer "assets.precompile" do |app|
11
+ app.config.assets.precompile += %w( chaplinks-library/timeline chaplinks-library/timeline/index.js chaplinks-library/timeline/timeline.css )
12
+ end
10
13
  end
11
14
  end
12
15
  end
@@ -1,7 +1,7 @@
1
1
  module Chaplinks
2
2
  module Library
3
3
  module Timeline
4
- VERSION = "2.5.1"
4
+ VERSION = "2.5.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chaplinks-library-timeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Almende B.V.