unagi-notifications 1.0.1 → 1.0.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: 3ff62367f62bc3591074aeca8799fa36fa7313af
4
- data.tar.gz: da6680c48b3f67ed2b6a3692bc4a6e8d5334a2b8
3
+ metadata.gz: 68281404e71b823246df3724f6ae876615e8b0cf
4
+ data.tar.gz: 171d7daf92230c21f8b51769c9218e8fd91ae7a8
5
5
  SHA512:
6
- metadata.gz: 6b920e66425a6e11af4b1cd7712d92c0a72afc29acdc49807a3ba57c3748069c833aaf118cd00d871f0d0867f3303d19935e3cb490a717ccd7322a4af355b193
7
- data.tar.gz: 96f399e4b94928b8b5ca12943c5c31f8dc53a9a9a46646422b49712ded3fe3ca7cb60a431ef4387faca8db1acb4cf2ef81fa5ff861d5338c33b8ef303cc10202
6
+ metadata.gz: 01b5cb09abd38a49b835f8b1cf3684392c60f0d6edcce3e2ed75963b935fa9f6ffc60b0cc10c4ed2347817c2e1ca78d7e0f0315158c3ab193ac62459aba81bcf
7
+ data.tar.gz: e95fdd1186f21bbc7a01ef4f1b0145b9fabe3f5a626f020d99a1b914c3c69a80b0c92fc9114c6e50a56683ebd5771e718c83e36b9d63e3a7e2bfd01e67700bd1
@@ -1,13 +1,10 @@
1
1
  module Notifications
2
2
  class Engine < ::Rails::Engine
3
3
  config.autoload_paths += Dir["#{config.root}/lib/**/"]
4
+ config.assets.paths << root.join('lib', 'assets', 'javascripts').to_s
4
5
 
5
6
  initializer 'notifications' do
6
7
  ActionView::Base.send(:include, Notifications::Helper)
7
8
  end
8
-
9
- initializer 'notifications.assets' do |app|
10
- app.config.assets.paths << root.join('lib', 'assets', 'javascripts').to_s
11
- end
12
9
  end
13
10
  end
@@ -1,3 +1,3 @@
1
1
  module Notifications
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unagi-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Hourquebie