notification-pusher-actioncable 1.0.0.beta9 → 1.0.0.beta10

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
  SHA256:
3
- metadata.gz: 1b15a15ed0e6efaf913f3ddc4037f2c71f4b6da8c9353b9808466e41e8723ac9
4
- data.tar.gz: bba6940e64bdbd79569d6f135b1048e7835f9159325c1a30cc277566a2818897
3
+ metadata.gz: 1f64ff03a6db9357ff1de28de696e43f5d0837fa0a286a97a7b58bcfbcbc8e74
4
+ data.tar.gz: 9982b61be14185fe196aaa23787518e0093c4b407fbb59b6c6b109497f447cce
5
5
  SHA512:
6
- metadata.gz: d4f4d018d8d94736cb8217fc42e7a4bdf7d23da918e8729f1f63ae421afba3aed4e0974dbc29515dc9d33af95591b09fb5274903bcdf77794ebbf03eb9aad00e
7
- data.tar.gz: 91cac6a0265effb06ad9cdd9cc740674403f4dcb647432bc38ede17c726c204f0991f114da66ac2c0afe3592b857411141b5fb9febd239f58a4aef796492f3cd
6
+ metadata.gz: ad3f579024358d903dd2fee3baeb1e84326833b4b4e999c2aeaaaea34a48ecb29e5db9958ca75b19b1473d65af78b6c9c8829649c80e7b18e8779955df27abee
7
+ data.tar.gz: 73c24043da1cb99164c5dba8d704ad9776e97cb17751e0342f4bd036d526913d7226a61ff0da7a909ff2edae89c6314945e6ca64a0bf167c554546243368e43f
@@ -0,0 +1 @@
1
+ require 'notification_pusher/action_cable'
@@ -1,7 +1,7 @@
1
- require 'railties'
1
+ require 'rails/railtie'
2
2
 
3
3
  module NotificationPusher
4
- module ActionCable
4
+ class ActionCable
5
5
  class Engine < ::Rails::Engine
6
6
  end
7
7
  end
@@ -1,11 +1,9 @@
1
- module NotificationPusher
2
- class ActionCable
1
+ class NotificationPusher::ActionCable
3
2
 
4
- require 'action_cable/engine'
5
-
6
- def initialize notification, options = {}
7
- # ...
8
- end
3
+ require 'notification_pusher/action_cable/engine'
9
4
 
5
+ def initialize notification, options = {}
6
+ # ...
10
7
  end
8
+
11
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notification-pusher-actioncable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta9
4
+ version: 1.0.0.beta10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
@@ -44,28 +44,28 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 1.0.0.beta9
47
+ version: 1.0.0.beta10
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 1.0.0.beta9
54
+ version: 1.0.0.beta10
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: notification-renderer
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.0.beta9
61
+ version: 1.0.0.beta10
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 1.0.0.beta9
68
+ version: 1.0.0.beta10
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -103,7 +103,7 @@ files:
103
103
  - CHANGELOG.md
104
104
  - LICENSE
105
105
  - README.md
106
- - lib/notification-pusher.rb
106
+ - lib/notification-pusher-actioncable.rb
107
107
  - lib/notification_pusher/action_cable.rb
108
108
  - lib/notification_pusher/action_cable/engine.rb
109
109
  homepage: https://github.com/jonhue/notifications-rails/tree/master/notification-pusher/notification-pusher-actioncable
@@ -1,5 +0,0 @@
1
- module NotificationPusher
2
-
3
- require 'notification_pusher/action_cable'
4
-
5
- end