unagi-notifications 1.0.0 → 1.0.1

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: 3902435573c80a3be0426000abb3d1503ee39985
4
- data.tar.gz: 3a5c22e2fd5268616c2949c032fab23aa3bef8bf
3
+ metadata.gz: 3ff62367f62bc3591074aeca8799fa36fa7313af
4
+ data.tar.gz: da6680c48b3f67ed2b6a3692bc4a6e8d5334a2b8
5
5
  SHA512:
6
- metadata.gz: c02a69a3a07afa1bcd303cd728642d5260c814dde6eb909bb87ffe5610365304155e8948144be8661f950e8d09c1337d1ba2d1d1ba43e1b736d4efa16a32facf
7
- data.tar.gz: f96e3014cd93a8a8413ea9d74501700350639eff4d1a125891308a091d3a0d14277adbdc11315ec0cf7fb2cedbf662b5c692d19ddc1fcace805bf19e445781a9
6
+ metadata.gz: 6b920e66425a6e11af4b1cd7712d92c0a72afc29acdc49807a3ba57c3748069c833aaf118cd00d871f0d0867f3303d19935e3cb490a717ccd7322a4af355b193
7
+ data.tar.gz: 96f399e4b94928b8b5ca12943c5c31f8dc53a9a9a46646422b49712ded3fe3ca7cb60a431ef4387faca8db1acb4cf2ef81fa5ff861d5338c33b8ef303cc10202
@@ -1,7 +1,13 @@
1
1
  module Notifications
2
- class Engine < Rails::Engine
2
+ class Engine < ::Rails::Engine
3
+ config.autoload_paths += Dir["#{config.root}/lib/**/"]
4
+
3
5
  initializer 'notifications' do
4
6
  ActionView::Base.send(:include, Notifications::Helper)
5
7
  end
8
+
9
+ initializer 'notifications.assets' do |app|
10
+ app.config.assets.paths << root.join('lib', 'assets', 'javascripts').to_s
11
+ end
6
12
  end
7
13
  end
@@ -1,3 +1,3 @@
1
1
  module Notifications
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unagi-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Hourquebie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-11 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler