notify_user 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notify_user
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Spacek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09
|
11
|
+
date: 2014-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -94,6 +94,20 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: pubnub
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
97
111
|
- !ruby/object:Gem::Dependency
|
98
112
|
name: pg
|
99
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -199,6 +213,7 @@ files:
|
|
199
213
|
- app/mailers/notify_user/notification_mailer.rb
|
200
214
|
- app/models/notify_user/apns.rb
|
201
215
|
- app/models/notify_user/base_notification.rb
|
216
|
+
- app/models/notify_user/pub_nub.rb
|
202
217
|
- app/models/notify_user/unsubscribe.rb
|
203
218
|
- app/models/notify_user/user_hash.rb
|
204
219
|
- app/serializers/notify_user/notification_serializer.rb
|
@@ -228,6 +243,7 @@ files:
|
|
228
243
|
- lib/notify_user.rb
|
229
244
|
- lib/notify_user/channels/action_mailer/action_mailer_channel.rb
|
230
245
|
- lib/notify_user/channels/apns/apns_channel.rb
|
246
|
+
- lib/notify_user/channels/pubnub/pubnub_channel.rb
|
231
247
|
- lib/notify_user/engine.rb
|
232
248
|
- lib/notify_user/railtie.rb
|
233
249
|
- lib/notify_user/version.rb
|