user_notifier 0.1.0 → 0.1.1
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 → lib/user_notifier/models}/base.rb +0 -0
- data/lib/user_notifier/version.rb +1 -1
- data/lib/user_notifier.rb +1 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +4 -4
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +35 -70
- data/spec/dummy/log/test.log +446 -5073
- metadata +4 -4
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.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diogo Biazus
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -105,7 +105,6 @@ files:
|
|
|
105
105
|
- MIT-LICENSE
|
|
106
106
|
- Rakefile
|
|
107
107
|
- app/mailers/user_notifier/mailer.rb
|
|
108
|
-
- app/models/user_notifier/base.rb
|
|
109
108
|
- app/workers/user_notifier/email_worker.rb
|
|
110
109
|
- config/routes.rb
|
|
111
110
|
- lib/generators/user_notifier/install/USAGE
|
|
@@ -118,6 +117,7 @@ files:
|
|
|
118
117
|
- lib/user_notifier.rb
|
|
119
118
|
- lib/user_notifier/configuration.rb
|
|
120
119
|
- lib/user_notifier/engine.rb
|
|
120
|
+
- lib/user_notifier/models/base.rb
|
|
121
121
|
- lib/user_notifier/models/has_notifications.rb
|
|
122
122
|
- lib/user_notifier/version.rb
|
|
123
123
|
- spec/dummy/README.rdoc
|
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
version: '0'
|
|
193
193
|
requirements: []
|
|
194
194
|
rubyforge_project:
|
|
195
|
-
rubygems_version: 2.
|
|
195
|
+
rubygems_version: 2.4.5
|
|
196
196
|
signing_key:
|
|
197
197
|
specification_version: 4
|
|
198
198
|
summary: Send notifications to your system's users
|