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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f64ff03a6db9357ff1de28de696e43f5d0837fa0a286a97a7b58bcfbcbc8e74
|
4
|
+
data.tar.gz: 9982b61be14185fe196aaa23787518e0093c4b407fbb59b6c6b109497f447cce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad3f579024358d903dd2fee3baeb1e84326833b4b4e999c2aeaaaea34a48ecb29e5db9958ca75b19b1473d65af78b6c9c8829649c80e7b18e8779955df27abee
|
7
|
+
data.tar.gz: 73c24043da1cb99164c5dba8d704ad9776e97cb17751e0342f4bd036d526913d7226a61ff0da7a909ff2edae89c6314945e6ca64a0bf167c554546243368e43f
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'notification_pusher/action_cable'
|
@@ -1,11 +1,9 @@
|
|
1
|
-
|
2
|
-
class ActionCable
|
1
|
+
class NotificationPusher::ActionCable
|
3
2
|
|
4
|
-
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|