user_notifier 0.0.4 → 0.0.5
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 +4 -4
- data/app/models/user_notifier/base.rb +2 -1
- data/app/workers/user_notifier/email_worker.rb +1 -0
- data/lib/user_notifier/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +62 -97
- data/spec/dummy/log/test.log +801 -5909
- metadata +36 -35
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: user_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diogo Biazus
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -94,7 +94,8 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description:
|
|
97
|
+
description: Simple pattern for keeping track of messages sent to users based on model
|
|
98
|
+
events with different templates.
|
|
98
99
|
email:
|
|
99
100
|
- diogo@biazus.me
|
|
100
101
|
executables: []
|
|
@@ -165,7 +166,8 @@ files:
|
|
|
165
166
|
- spec/models/user_notifier/base_spec.rb
|
|
166
167
|
- spec/spec_helper.rb
|
|
167
168
|
homepage: https://github.com/diogob/user_notifier
|
|
168
|
-
licenses:
|
|
169
|
+
licenses:
|
|
170
|
+
- MIT
|
|
169
171
|
metadata: {}
|
|
170
172
|
post_install_message:
|
|
171
173
|
rdoc_options: []
|
|
@@ -186,51 +188,50 @@ rubyforge_project:
|
|
|
186
188
|
rubygems_version: 2.2.2
|
|
187
189
|
signing_key:
|
|
188
190
|
specification_version: 4
|
|
189
|
-
summary:
|
|
190
|
-
events with different templates.
|
|
191
|
+
summary: Send notifications to your system's users
|
|
191
192
|
test_files:
|
|
192
|
-
- spec/
|
|
193
|
-
- spec/
|
|
194
|
-
- spec/dummy/
|
|
195
|
-
- spec/dummy/
|
|
196
|
-
- spec/dummy/config.ru
|
|
193
|
+
- spec/dummy/app/assets/javascripts/application.js
|
|
194
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
|
195
|
+
- spec/dummy/app/controllers/application_controller.rb
|
|
196
|
+
- spec/dummy/app/helpers/application_helper.rb
|
|
197
197
|
- spec/dummy/app/models/order.rb
|
|
198
198
|
- spec/dummy/app/models/user.rb
|
|
199
199
|
- spec/dummy/app/views/layouts/application.html.erb
|
|
200
|
-
- spec/dummy/
|
|
201
|
-
- spec/dummy/
|
|
202
|
-
- spec/dummy/
|
|
203
|
-
- spec/dummy/app/assets/javascripts/application.js
|
|
200
|
+
- spec/dummy/bin/bundle
|
|
201
|
+
- spec/dummy/bin/rails
|
|
202
|
+
- spec/dummy/bin/rake
|
|
204
203
|
- spec/dummy/config/application.rb
|
|
205
|
-
- spec/dummy/config/
|
|
204
|
+
- spec/dummy/config/boot.rb
|
|
205
|
+
- spec/dummy/config/database.yml
|
|
206
206
|
- spec/dummy/config/environment.rb
|
|
207
|
+
- spec/dummy/config/environments/development.rb
|
|
207
208
|
- spec/dummy/config/environments/production.rb
|
|
208
209
|
- spec/dummy/config/environments/test.rb
|
|
209
|
-
- spec/dummy/config/
|
|
210
|
-
- spec/dummy/config/routes.rb
|
|
211
|
-
- spec/dummy/config/database.yml
|
|
212
|
-
- spec/dummy/config/boot.rb
|
|
213
|
-
- spec/dummy/config/initializers/session_store.rb
|
|
214
|
-
- spec/dummy/config/initializers/secret_token.rb
|
|
210
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
215
211
|
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
216
|
-
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
217
|
-
- spec/dummy/config/initializers/mime_types.rb
|
|
218
212
|
- spec/dummy/config/initializers/inflections.rb
|
|
219
|
-
- spec/dummy/config/initializers/
|
|
220
|
-
- spec/dummy/
|
|
221
|
-
- spec/dummy/
|
|
222
|
-
- spec/dummy/
|
|
223
|
-
- spec/dummy/
|
|
224
|
-
- spec/dummy/
|
|
225
|
-
- spec/dummy/
|
|
226
|
-
- spec/dummy/bin/rake
|
|
213
|
+
- spec/dummy/config/initializers/mime_types.rb
|
|
214
|
+
- spec/dummy/config/initializers/secret_token.rb
|
|
215
|
+
- spec/dummy/config/initializers/session_store.rb
|
|
216
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
217
|
+
- spec/dummy/config/locales/en.yml
|
|
218
|
+
- spec/dummy/config/routes.rb
|
|
219
|
+
- spec/dummy/config.ru
|
|
227
220
|
- spec/dummy/db/development.sqlite3
|
|
228
|
-
- spec/dummy/db/
|
|
229
|
-
- spec/dummy/db/migrate/20140709164530_create_orders.rb
|
|
221
|
+
- spec/dummy/db/migrate/20140625163719_create_users.rb
|
|
230
222
|
- spec/dummy/db/migrate/20140625183616_create_user_notifications.rb
|
|
223
|
+
- spec/dummy/db/migrate/20140709164530_create_orders.rb
|
|
231
224
|
- spec/dummy/db/migrate/20140709170259_create_order_notifications.rb
|
|
232
|
-
- spec/dummy/db/
|
|
225
|
+
- spec/dummy/db/schema.rb
|
|
233
226
|
- spec/dummy/db/test.sqlite3
|
|
227
|
+
- spec/dummy/log/development.log
|
|
228
|
+
- spec/dummy/log/test.log
|
|
229
|
+
- spec/dummy/public/404.html
|
|
230
|
+
- spec/dummy/public/422.html
|
|
231
|
+
- spec/dummy/public/500.html
|
|
232
|
+
- spec/dummy/public/favicon.ico
|
|
234
233
|
- spec/dummy/Rakefile
|
|
235
234
|
- spec/dummy/README.rdoc
|
|
236
235
|
- spec/lib/user_notifier/configuration_spec.rb
|
|
236
|
+
- spec/models/user_notifier/base_spec.rb
|
|
237
|
+
- spec/spec_helper.rb
|