notify_user 0.0.16 → 0.0.18

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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/notify_user/base_notification.rb +7 -1
  3. data/lib/notify_user/version.rb +1 -1
  4. data/spec/dummy/rails-4.0.4/config/initializers/secret_token.rb +1 -1
  5. data/spec/dummy/{rails-4.0.2/db/migrate/20140428015529_create_users.rb → rails-4.0.4/db/migrate/20140624075850_create_users.rb} +0 -0
  6. data/spec/dummy/{rails-4.0.2/db/migrate/20140428015531189189694000_create_notify_user_notifications.rb → rails-4.0.4/db/migrate/20140624075852587587217000_create_notify_user_notifications.rb} +0 -0
  7. data/spec/dummy/{rails-4.0.2/db/migrate/20140428015531190190743000_create_notify_user_unsubscribes.rb → rails-4.0.4/db/migrate/20140624075852588588765000_create_notify_user_unsubscribes.rb} +0 -0
  8. data/spec/dummy/{rails-4.0.2/db/migrate/20140428015531191191953000_create_notify_user_user_hashes.rb → rails-4.0.4/db/migrate/20140624075852590590153000_create_notify_user_user_hashes.rb} +0 -0
  9. data/spec/dummy/rails-4.0.4/db/schema.rb +1 -1
  10. data/spec/dummy/rails-4.0.4/log/test.log +8421 -19580
  11. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  12. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  13. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  14. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/{461686bcf3d7c88e0499f60b83be1fbd → 80e5f8379c6b79f7685b1a2124c2c032} +0 -0
  15. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/{8347cdde4e97e62f293aab2e5e6fcc2a → 8b79deab756579c0e92b62a86f6a5fef} +0 -0
  16. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  17. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  18. data/spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  19. data/spec/models/notify_user/notification_spec.rb +7 -0
  20. metadata +52 -190
  21. data/spec/dummy/rails-4.0.2/Gemfile +0 -45
  22. data/spec/dummy/rails-4.0.2/README.rdoc +0 -28
  23. data/spec/dummy/rails-4.0.2/Rakefile +0 -6
  24. data/spec/dummy/rails-4.0.2/app/assets/javascripts/application.js +0 -16
  25. data/spec/dummy/rails-4.0.2/app/assets/stylesheets/application.css +0 -13
  26. data/spec/dummy/rails-4.0.2/app/controllers/application_controller.rb +0 -5
  27. data/spec/dummy/rails-4.0.2/app/controllers/notify_user/notifications_controller.rb +0 -9
  28. data/spec/dummy/rails-4.0.2/app/helpers/application_helper.rb +0 -2
  29. data/spec/dummy/rails-4.0.2/app/models/user.rb +0 -2
  30. data/spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb +0 -11
  31. data/spec/dummy/rails-4.0.2/app/views/layouts/application.html.erb +0 -14
  32. data/spec/dummy/rails-4.0.2/app/views/notify_user/layouts/action_mailer.html.erb +0 -39
  33. data/spec/dummy/rails-4.0.2/app/views/notify_user/new_post_notification/action_mailer/notification.html.erb +0 -1
  34. data/spec/dummy/rails-4.0.2/app/views/notify_user/new_post_notification/mobile_sdk/notification.html.erb +0 -1
  35. data/spec/dummy/rails-4.0.2/bin/bundle +0 -3
  36. data/spec/dummy/rails-4.0.2/bin/rails +0 -4
  37. data/spec/dummy/rails-4.0.2/bin/rake +0 -4
  38. data/spec/dummy/rails-4.0.2/config/application.rb +0 -23
  39. data/spec/dummy/rails-4.0.2/config/boot.rb +0 -4
  40. data/spec/dummy/rails-4.0.2/config/database.yml +0 -54
  41. data/spec/dummy/rails-4.0.2/config/database2.yml +0 -57
  42. data/spec/dummy/rails-4.0.2/config/environment.rb +0 -5
  43. data/spec/dummy/rails-4.0.2/config/environments/development.rb +0 -29
  44. data/spec/dummy/rails-4.0.2/config/environments/production.rb +0 -80
  45. data/spec/dummy/rails-4.0.2/config/environments/test.rb +0 -36
  46. data/spec/dummy/rails-4.0.2/config/initializers/backtrace_silencers.rb +0 -7
  47. data/spec/dummy/rails-4.0.2/config/initializers/filter_parameter_logging.rb +0 -4
  48. data/spec/dummy/rails-4.0.2/config/initializers/inflections.rb +0 -16
  49. data/spec/dummy/rails-4.0.2/config/initializers/mime_types.rb +0 -5
  50. data/spec/dummy/rails-4.0.2/config/initializers/notify_user.rb +0 -14
  51. data/spec/dummy/rails-4.0.2/config/initializers/secret_token.rb +0 -12
  52. data/spec/dummy/rails-4.0.2/config/initializers/session_store.rb +0 -3
  53. data/spec/dummy/rails-4.0.2/config/initializers/wrap_parameters.rb +0 -14
  54. data/spec/dummy/rails-4.0.2/config/locales/en.yml +0 -23
  55. data/spec/dummy/rails-4.0.2/config/routes.rb +0 -56
  56. data/spec/dummy/rails-4.0.2/config.ru +0 -4
  57. data/spec/dummy/rails-4.0.2/db/schema.rb +0 -53
  58. data/spec/dummy/rails-4.0.2/db/seeds.rb +0 -7
  59. data/spec/dummy/rails-4.0.2/log/test.log +0 -3146
  60. data/spec/dummy/rails-4.0.2/public/404.html +0 -58
  61. data/spec/dummy/rails-4.0.2/public/422.html +0 -58
  62. data/spec/dummy/rails-4.0.2/public/500.html +0 -57
  63. data/spec/dummy/rails-4.0.2/public/favicon.ico +0 -0
  64. data/spec/dummy/rails-4.0.2/public/robots.txt +0 -5
  65. data/spec/dummy/rails-4.0.2/test/fixtures/users.yml +0 -7
  66. data/spec/dummy/rails-4.0.2/test/models/user_test.rb +0 -7
  67. data/spec/dummy/rails-4.0.2/test/test_helper.rb +0 -15
  68. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/13195a56ea8581e42f709ea01ea4604f +0 -0
  69. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  70. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/148f39f7dc2ea6cb194598111dbd4598 +0 -0
  71. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/1d6bc1877ba2bbb89f393e10e8303d39 +0 -0
  72. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  73. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce +0 -0
  74. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  75. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632 +0 -0
  76. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb +0 -0
  77. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306 +0 -0
  78. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/6961013077b8573ed19d1e33abb8ebc5 +0 -0
  79. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/7a316b3629b980c6d3a28924cb5fbbd8 +0 -0
  80. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f +0 -0
  81. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229 +0 -0
  82. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  83. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  84. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  85. data/spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05 +0 -0
  86. data/spec/dummy/rails-4.0.4/db/migrate/20140519075749_create_users.rb +0 -9
  87. data/spec/dummy/rails-4.0.4/db/migrate/20140519075751424424898000_create_notify_user_notifications.rb +0 -13
  88. data/spec/dummy/rails-4.0.4/db/migrate/20140519075751426426728000_create_notify_user_unsubscribes.rb +0 -10
  89. data/spec/dummy/rails-4.0.4/db/migrate/20140519075751428428230000_create_notify_user_user_hashes.rb +0 -12
@@ -66,6 +66,9 @@ module NotifyUser
66
66
  end
67
67
 
68
68
  describe "with aggregation enabled" do
69
+ before :each do
70
+ NewPostNotification.channel(:apns, {aggregate_per: false})
71
+ end
69
72
 
70
73
  it "schedules a job to wait for more notifications to aggregate if there is not one already" do
71
74
  BaseNotification.should_receive(:delay_for)
@@ -160,6 +163,9 @@ module NotifyUser
160
163
  end
161
164
 
162
165
  describe "#notify!" do
166
+ before :each do
167
+ NewPostNotification.channel(:apns, {aggregate_per: false})
168
+ end
163
169
 
164
170
  it "sends immediately, ignoring aggregation" do
165
171
  Apns.should_receive(:push_notification).at_least(1).times
@@ -180,6 +186,7 @@ module NotifyUser
180
186
  it "doesn't send if unsubscribed from mailer channel" do
181
187
  unsubscribe = NotifyUser::Unsubscribe.create({target: user, type: "action_mailer"})
182
188
  ActionMailerChannel.should_not_receive(:deliver)
189
+
183
190
  ApnsChannel.should_receive(:deliver)
184
191
  notification.notify!
185
192
  end
metadata CHANGED
@@ -1,181 +1,181 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify_user
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.18
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-06-11 00:00:00.000000000 Z
11
+ date: 2014-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aasm
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sidekiq
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
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
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: kaminari
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
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
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: active_model_serializers
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: urbanairship
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: pg
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rspec-rails
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - '>='
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - '>='
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec-sidekiq
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - '>='
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '>='
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: factory_girl_rails
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '>='
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - '>='
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: capybara
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - '>='
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - '>='
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: awesome_print
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - '>='
171
+ - - ">="
172
172
  - !ruby/object:Gem::Version
173
173
  version: '0'
174
174
  type: :development
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - '>='
178
+ - - ">="
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  description: Drop-in solution for user notifications. Handles notifying by email,
@@ -187,6 +187,9 @@ executables: []
187
187
  extensions: []
188
188
  extra_rdoc_files: []
189
189
  files:
190
+ - MIT-LICENSE
191
+ - README.md
192
+ - Rakefile
190
193
  - app/assets/javascripts/notify_user/application.js
191
194
  - app/assets/javascripts/notify_user/notification.js
192
195
  - app/assets/stylesheets/notify_user/notify_user.css
@@ -205,103 +208,34 @@ files:
205
208
  - app/views/notify_user/base_notifications/index.html.erb
206
209
  - app/views/notify_user/base_notifications/unsubscribe.html.erb
207
210
  - config/routes.rb
211
+ - lib/generators/notify_user/install/USAGE
208
212
  - lib/generators/notify_user/install/install_generator.rb
209
213
  - lib/generators/notify_user/install/templates/create_notify_user_notifications.rb
210
214
  - lib/generators/notify_user/install/templates/create_notify_user_unsubscribes.rb
211
215
  - lib/generators/notify_user/install/templates/create_notify_user_user_hashes.rb
212
216
  - lib/generators/notify_user/install/templates/initializer.rb
213
217
  - lib/generators/notify_user/install/templates/notifications_controller.rb
214
- - lib/generators/notify_user/install/USAGE
218
+ - lib/generators/notify_user/json_update/USAGE
215
219
  - lib/generators/notify_user/json_update/json_update_generator.rb
216
220
  - lib/generators/notify_user/json_update/templates/add_json_column_to_notifications.rb
217
221
  - lib/generators/notify_user/json_update/templates/move_params_to_json.rb
218
- - lib/generators/notify_user/json_update/USAGE
222
+ - lib/generators/notify_user/notification/USAGE
219
223
  - lib/generators/notify_user/notification/notification_generator.rb
220
224
  - lib/generators/notify_user/notification/templates/email_layout_template.html.erb.erb
221
225
  - lib/generators/notify_user/notification/templates/email_template.html.erb.erb
222
226
  - lib/generators/notify_user/notification/templates/mobile_sdk_template.html.erb.erb
223
227
  - lib/generators/notify_user/notification/templates/notification.rb.erb
224
- - lib/generators/notify_user/notification/USAGE
228
+ - lib/notify_user.rb
225
229
  - lib/notify_user/channels/action_mailer/action_mailer_channel.rb
226
230
  - lib/notify_user/channels/apns/apns_channel.rb
227
231
  - lib/notify_user/engine.rb
228
232
  - lib/notify_user/railtie.rb
229
233
  - lib/notify_user/version.rb
230
- - lib/notify_user.rb
231
234
  - lib/tasks/notify_user.rake
232
- - MIT-LICENSE
233
- - Rakefile
234
- - README.md
235
235
  - spec/controllers/notify_user/notifications_controller_spec.rb
236
- - spec/dummy/rails-4.0.2/app/assets/javascripts/application.js
237
- - spec/dummy/rails-4.0.2/app/assets/stylesheets/application.css
238
- - spec/dummy/rails-4.0.2/app/controllers/application_controller.rb
239
- - spec/dummy/rails-4.0.2/app/controllers/notify_user/notifications_controller.rb
240
- - spec/dummy/rails-4.0.2/app/helpers/application_helper.rb
241
- - spec/dummy/rails-4.0.2/app/models/user.rb
242
- - spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
243
- - spec/dummy/rails-4.0.2/app/views/layouts/application.html.erb
244
- - spec/dummy/rails-4.0.2/app/views/notify_user/layouts/action_mailer.html.erb
245
- - spec/dummy/rails-4.0.2/app/views/notify_user/new_post_notification/action_mailer/notification.html.erb
246
- - spec/dummy/rails-4.0.2/app/views/notify_user/new_post_notification/mobile_sdk/notification.html.erb
247
- - spec/dummy/rails-4.0.2/bin/bundle
248
- - spec/dummy/rails-4.0.2/bin/rails
249
- - spec/dummy/rails-4.0.2/bin/rake
250
- - spec/dummy/rails-4.0.2/config/application.rb
251
- - spec/dummy/rails-4.0.2/config/boot.rb
252
- - spec/dummy/rails-4.0.2/config/database.yml
253
- - spec/dummy/rails-4.0.2/config/database2.yml
254
- - spec/dummy/rails-4.0.2/config/environment.rb
255
- - spec/dummy/rails-4.0.2/config/environments/development.rb
256
- - spec/dummy/rails-4.0.2/config/environments/production.rb
257
- - spec/dummy/rails-4.0.2/config/environments/test.rb
258
- - spec/dummy/rails-4.0.2/config/initializers/backtrace_silencers.rb
259
- - spec/dummy/rails-4.0.2/config/initializers/filter_parameter_logging.rb
260
- - spec/dummy/rails-4.0.2/config/initializers/inflections.rb
261
- - spec/dummy/rails-4.0.2/config/initializers/mime_types.rb
262
- - spec/dummy/rails-4.0.2/config/initializers/notify_user.rb
263
- - spec/dummy/rails-4.0.2/config/initializers/secret_token.rb
264
- - spec/dummy/rails-4.0.2/config/initializers/session_store.rb
265
- - spec/dummy/rails-4.0.2/config/initializers/wrap_parameters.rb
266
- - spec/dummy/rails-4.0.2/config/locales/en.yml
267
- - spec/dummy/rails-4.0.2/config/routes.rb
268
- - spec/dummy/rails-4.0.2/config.ru
269
- - spec/dummy/rails-4.0.2/db/migrate/20140428015529_create_users.rb
270
- - spec/dummy/rails-4.0.2/db/migrate/20140428015531189189694000_create_notify_user_notifications.rb
271
- - spec/dummy/rails-4.0.2/db/migrate/20140428015531190190743000_create_notify_user_unsubscribes.rb
272
- - spec/dummy/rails-4.0.2/db/migrate/20140428015531191191953000_create_notify_user_user_hashes.rb
273
- - spec/dummy/rails-4.0.2/db/schema.rb
274
- - spec/dummy/rails-4.0.2/db/seeds.rb
275
- - spec/dummy/rails-4.0.2/Gemfile
276
- - spec/dummy/rails-4.0.2/log/test.log
277
- - spec/dummy/rails-4.0.2/public/404.html
278
- - spec/dummy/rails-4.0.2/public/422.html
279
- - spec/dummy/rails-4.0.2/public/500.html
280
- - spec/dummy/rails-4.0.2/public/favicon.ico
281
- - spec/dummy/rails-4.0.2/public/robots.txt
282
- - spec/dummy/rails-4.0.2/Rakefile
283
- - spec/dummy/rails-4.0.2/README.rdoc
284
- - spec/dummy/rails-4.0.2/test/fixtures/users.yml
285
- - spec/dummy/rails-4.0.2/test/models/user_test.rb
286
- - spec/dummy/rails-4.0.2/test/test_helper.rb
287
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/13195a56ea8581e42f709ea01ea4604f
288
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
289
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/148f39f7dc2ea6cb194598111dbd4598
290
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/1d6bc1877ba2bbb89f393e10e8303d39
291
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
292
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce
293
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
294
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632
295
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb
296
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306
297
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/6961013077b8573ed19d1e33abb8ebc5
298
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/7a316b3629b980c6d3a28924cb5fbbd8
299
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f
300
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229
301
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
302
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
303
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
304
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05
236
+ - spec/dummy/rails-4.0.4/Gemfile
237
+ - spec/dummy/rails-4.0.4/README.rdoc
238
+ - spec/dummy/rails-4.0.4/Rakefile
305
239
  - spec/dummy/rails-4.0.4/app/assets/javascripts/application.js
306
240
  - spec/dummy/rails-4.0.4/app/assets/stylesheets/application.css
307
241
  - spec/dummy/rails-4.0.4/app/controllers/application_controller.rb
@@ -316,6 +250,7 @@ files:
316
250
  - spec/dummy/rails-4.0.4/bin/bundle
317
251
  - spec/dummy/rails-4.0.4/bin/rails
318
252
  - spec/dummy/rails-4.0.4/bin/rake
253
+ - spec/dummy/rails-4.0.4/config.ru
319
254
  - spec/dummy/rails-4.0.4/config/application.rb
320
255
  - spec/dummy/rails-4.0.4/config/boot.rb
321
256
  - spec/dummy/rails-4.0.4/config/database.yml
@@ -333,22 +268,18 @@ files:
333
268
  - spec/dummy/rails-4.0.4/config/initializers/wrap_parameters.rb
334
269
  - spec/dummy/rails-4.0.4/config/locales/en.yml
335
270
  - spec/dummy/rails-4.0.4/config/routes.rb
336
- - spec/dummy/rails-4.0.4/config.ru
337
- - spec/dummy/rails-4.0.4/db/migrate/20140519075749_create_users.rb
338
- - spec/dummy/rails-4.0.4/db/migrate/20140519075751424424898000_create_notify_user_notifications.rb
339
- - spec/dummy/rails-4.0.4/db/migrate/20140519075751426426728000_create_notify_user_unsubscribes.rb
340
- - spec/dummy/rails-4.0.4/db/migrate/20140519075751428428230000_create_notify_user_user_hashes.rb
271
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075850_create_users.rb
272
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075852587587217000_create_notify_user_notifications.rb
273
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075852588588765000_create_notify_user_unsubscribes.rb
274
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075852590590153000_create_notify_user_user_hashes.rb
341
275
  - spec/dummy/rails-4.0.4/db/schema.rb
342
276
  - spec/dummy/rails-4.0.4/db/seeds.rb
343
- - spec/dummy/rails-4.0.4/Gemfile
344
277
  - spec/dummy/rails-4.0.4/log/test.log
345
278
  - spec/dummy/rails-4.0.4/public/404.html
346
279
  - spec/dummy/rails-4.0.4/public/422.html
347
280
  - spec/dummy/rails-4.0.4/public/500.html
348
281
  - spec/dummy/rails-4.0.4/public/favicon.ico
349
282
  - spec/dummy/rails-4.0.4/public/robots.txt
350
- - spec/dummy/rails-4.0.4/Rakefile
351
- - spec/dummy/rails-4.0.4/README.rdoc
352
283
  - spec/dummy/rails-4.0.4/test/fixtures/users.yml
353
284
  - spec/dummy/rails-4.0.4/test/models/user_test.rb
354
285
  - spec/dummy/rails-4.0.4/test/test_helper.rb
@@ -360,11 +291,11 @@ files:
360
291
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce
361
292
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
362
293
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632
363
- - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/461686bcf3d7c88e0499f60b83be1fbd
364
294
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb
365
295
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306
366
- - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8347cdde4e97e62f293aab2e5e6fcc2a
296
+ - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/80e5f8379c6b79f7685b1a2124c2c032
367
297
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f
298
+ - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8b79deab756579c0e92b62a86f6a5fef
368
299
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229
369
300
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
370
301
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
@@ -390,91 +321,22 @@ require_paths:
390
321
  - lib
391
322
  required_ruby_version: !ruby/object:Gem::Requirement
392
323
  requirements:
393
- - - '>='
324
+ - - ">="
394
325
  - !ruby/object:Gem::Version
395
326
  version: '0'
396
327
  required_rubygems_version: !ruby/object:Gem::Requirement
397
328
  requirements:
398
- - - '>='
329
+ - - ">="
399
330
  - !ruby/object:Gem::Version
400
331
  version: '0'
401
332
  requirements: []
402
333
  rubyforge_project:
403
- rubygems_version: 2.0.14
334
+ rubygems_version: 2.2.2
404
335
  signing_key:
405
336
  specification_version: 4
406
337
  summary: A Rails engine for user notifications.
407
338
  test_files:
408
339
  - spec/controllers/notify_user/notifications_controller_spec.rb
409
- - spec/dummy/rails-4.0.2/app/assets/javascripts/application.js
410
- - spec/dummy/rails-4.0.2/app/assets/stylesheets/application.css
411
- - spec/dummy/rails-4.0.2/app/controllers/application_controller.rb
412
- - spec/dummy/rails-4.0.2/app/controllers/notify_user/notifications_controller.rb
413
- - spec/dummy/rails-4.0.2/app/helpers/application_helper.rb
414
- - spec/dummy/rails-4.0.2/app/models/user.rb
415
- - spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
416
- - spec/dummy/rails-4.0.2/app/views/layouts/application.html.erb
417
- - spec/dummy/rails-4.0.2/app/views/notify_user/layouts/action_mailer.html.erb
418
- - spec/dummy/rails-4.0.2/app/views/notify_user/new_post_notification/action_mailer/notification.html.erb
419
- - spec/dummy/rails-4.0.2/app/views/notify_user/new_post_notification/mobile_sdk/notification.html.erb
420
- - spec/dummy/rails-4.0.2/bin/bundle
421
- - spec/dummy/rails-4.0.2/bin/rails
422
- - spec/dummy/rails-4.0.2/bin/rake
423
- - spec/dummy/rails-4.0.2/config/application.rb
424
- - spec/dummy/rails-4.0.2/config/boot.rb
425
- - spec/dummy/rails-4.0.2/config/database.yml
426
- - spec/dummy/rails-4.0.2/config/database2.yml
427
- - spec/dummy/rails-4.0.2/config/environment.rb
428
- - spec/dummy/rails-4.0.2/config/environments/development.rb
429
- - spec/dummy/rails-4.0.2/config/environments/production.rb
430
- - spec/dummy/rails-4.0.2/config/environments/test.rb
431
- - spec/dummy/rails-4.0.2/config/initializers/backtrace_silencers.rb
432
- - spec/dummy/rails-4.0.2/config/initializers/filter_parameter_logging.rb
433
- - spec/dummy/rails-4.0.2/config/initializers/inflections.rb
434
- - spec/dummy/rails-4.0.2/config/initializers/mime_types.rb
435
- - spec/dummy/rails-4.0.2/config/initializers/notify_user.rb
436
- - spec/dummy/rails-4.0.2/config/initializers/secret_token.rb
437
- - spec/dummy/rails-4.0.2/config/initializers/session_store.rb
438
- - spec/dummy/rails-4.0.2/config/initializers/wrap_parameters.rb
439
- - spec/dummy/rails-4.0.2/config/locales/en.yml
440
- - spec/dummy/rails-4.0.2/config/routes.rb
441
- - spec/dummy/rails-4.0.2/config.ru
442
- - spec/dummy/rails-4.0.2/db/migrate/20140428015529_create_users.rb
443
- - spec/dummy/rails-4.0.2/db/migrate/20140428015531189189694000_create_notify_user_notifications.rb
444
- - spec/dummy/rails-4.0.2/db/migrate/20140428015531190190743000_create_notify_user_unsubscribes.rb
445
- - spec/dummy/rails-4.0.2/db/migrate/20140428015531191191953000_create_notify_user_user_hashes.rb
446
- - spec/dummy/rails-4.0.2/db/schema.rb
447
- - spec/dummy/rails-4.0.2/db/seeds.rb
448
- - spec/dummy/rails-4.0.2/Gemfile
449
- - spec/dummy/rails-4.0.2/log/test.log
450
- - spec/dummy/rails-4.0.2/public/404.html
451
- - spec/dummy/rails-4.0.2/public/422.html
452
- - spec/dummy/rails-4.0.2/public/500.html
453
- - spec/dummy/rails-4.0.2/public/favicon.ico
454
- - spec/dummy/rails-4.0.2/public/robots.txt
455
- - spec/dummy/rails-4.0.2/Rakefile
456
- - spec/dummy/rails-4.0.2/README.rdoc
457
- - spec/dummy/rails-4.0.2/test/fixtures/users.yml
458
- - spec/dummy/rails-4.0.2/test/models/user_test.rb
459
- - spec/dummy/rails-4.0.2/test/test_helper.rb
460
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/13195a56ea8581e42f709ea01ea4604f
461
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
462
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/148f39f7dc2ea6cb194598111dbd4598
463
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/1d6bc1877ba2bbb89f393e10e8303d39
464
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
465
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce
466
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
467
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632
468
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb
469
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306
470
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/6961013077b8573ed19d1e33abb8ebc5
471
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/7a316b3629b980c6d3a28924cb5fbbd8
472
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f
473
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229
474
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
475
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
476
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
477
- - spec/dummy/rails-4.0.2/tmp/cache/assets/test/sprockets/fa138a16887e031c0ae1b4caccfb4c05
478
340
  - spec/dummy/rails-4.0.4/app/assets/javascripts/application.js
479
341
  - spec/dummy/rails-4.0.4/app/assets/stylesheets/application.css
480
342
  - spec/dummy/rails-4.0.4/app/controllers/application_controller.rb
@@ -507,10 +369,10 @@ test_files:
507
369
  - spec/dummy/rails-4.0.4/config/locales/en.yml
508
370
  - spec/dummy/rails-4.0.4/config/routes.rb
509
371
  - spec/dummy/rails-4.0.4/config.ru
510
- - spec/dummy/rails-4.0.4/db/migrate/20140519075749_create_users.rb
511
- - spec/dummy/rails-4.0.4/db/migrate/20140519075751424424898000_create_notify_user_notifications.rb
512
- - spec/dummy/rails-4.0.4/db/migrate/20140519075751426426728000_create_notify_user_unsubscribes.rb
513
- - spec/dummy/rails-4.0.4/db/migrate/20140519075751428428230000_create_notify_user_user_hashes.rb
372
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075850_create_users.rb
373
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075852587587217000_create_notify_user_notifications.rb
374
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075852588588765000_create_notify_user_unsubscribes.rb
375
+ - spec/dummy/rails-4.0.4/db/migrate/20140624075852590590153000_create_notify_user_user_hashes.rb
514
376
  - spec/dummy/rails-4.0.4/db/schema.rb
515
377
  - spec/dummy/rails-4.0.4/db/seeds.rb
516
378
  - spec/dummy/rails-4.0.4/Gemfile
@@ -533,11 +395,11 @@ test_files:
533
395
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/311d2b645a860b78f79ff156f12092ce
534
396
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
535
397
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/39651f0f2ac78423732234ebf092c632
536
- - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/461686bcf3d7c88e0499f60b83be1fbd
537
398
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/5c85b1b5ac27b699c5f800c4e7ec82fb
538
399
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/68752c7ddc300bee3e9823db8befc306
539
- - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8347cdde4e97e62f293aab2e5e6fcc2a
400
+ - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/80e5f8379c6b79f7685b1a2124c2c032
540
401
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8698d6fed0ef2f173a377160752b959f
402
+ - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8b79deab756579c0e92b62a86f6a5fef
541
403
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/8bab520aad78da438df1c428288cf229
542
404
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
543
405
  - spec/dummy/rails-4.0.4/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6