activity_notification 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/.travis.yml +0 -1
- data/CHANGELOG.md +14 -0
- data/README.md +4 -4
- data/activity_notification.gemspec +9 -9
- data/lib/activity_notification/config.rb +10 -0
- data/lib/activity_notification/mailers/helpers.rb +2 -2
- data/lib/activity_notification/models/concerns/notifiable.rb +1 -1
- data/lib/activity_notification/models/concerns/subscriber.rb +1 -1
- data/lib/activity_notification/orm/active_record/notification.rb +0 -8
- data/lib/activity_notification/version.rb +1 -1
- data/lib/generators/templates/activity_notification.rb +3 -0
- data/spec/concerns/apis/notification_api_spec.rb +8 -8
- data/spec/factories/notifications.rb +1 -1
- data/spec/factories/subscriptions.rb +3 -3
- data/spec/factories/users.rb +3 -3
- data/spec/rails_app/config/initializers/activity_notification.rb +3 -0
- data/spec/rails_app/lib/mailer_previews/mailer_preview.rb +4 -2
- metadata +34 -33
- data/Gemfile.lock +0 -242
- data/gemfiles/Gemfile.rails-4.2.lock +0 -225
- data/gemfiles/Gemfile.rails-5.0.lock +0 -234
- data/gemfiles/Gemfile.rails-5.1.lock +0 -234
- data/gemfiles/Gemfile.rails-5.2.lock +0 -242
@@ -1,242 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
activity_notification (1.5.0)
|
5
|
-
i18n (>= 0.5.0)
|
6
|
-
jquery-rails (>= 3.1.1)
|
7
|
-
railties (>= 4.2.0, < 5.3)
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actioncable (5.2.0)
|
13
|
-
actionpack (= 5.2.0)
|
14
|
-
nio4r (~> 2.0)
|
15
|
-
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailer (5.2.0)
|
17
|
-
actionpack (= 5.2.0)
|
18
|
-
actionview (= 5.2.0)
|
19
|
-
activejob (= 5.2.0)
|
20
|
-
mail (~> 2.5, >= 2.5.4)
|
21
|
-
rails-dom-testing (~> 2.0)
|
22
|
-
actionpack (5.2.0)
|
23
|
-
actionview (= 5.2.0)
|
24
|
-
activesupport (= 5.2.0)
|
25
|
-
rack (~> 2.0)
|
26
|
-
rack-test (>= 0.6.3)
|
27
|
-
rails-dom-testing (~> 2.0)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
actionview (5.2.0)
|
30
|
-
activesupport (= 5.2.0)
|
31
|
-
builder (~> 3.1)
|
32
|
-
erubi (~> 1.4)
|
33
|
-
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
-
activejob (5.2.0)
|
36
|
-
activesupport (= 5.2.0)
|
37
|
-
globalid (>= 0.3.6)
|
38
|
-
activemodel (5.2.0)
|
39
|
-
activesupport (= 5.2.0)
|
40
|
-
activerecord (5.2.0)
|
41
|
-
activemodel (= 5.2.0)
|
42
|
-
activesupport (= 5.2.0)
|
43
|
-
arel (>= 9.0)
|
44
|
-
activestorage (5.2.0)
|
45
|
-
actionpack (= 5.2.0)
|
46
|
-
activerecord (= 5.2.0)
|
47
|
-
marcel (~> 0.3.1)
|
48
|
-
activesupport (5.2.0)
|
49
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
|
-
i18n (>= 0.7, < 2)
|
51
|
-
minitest (~> 5.1)
|
52
|
-
tzinfo (~> 1.1)
|
53
|
-
ammeter (1.1.4)
|
54
|
-
activesupport (>= 3.0)
|
55
|
-
railties (>= 3.0)
|
56
|
-
rspec-rails (>= 2.2)
|
57
|
-
arel (9.0.0)
|
58
|
-
aws-partitions (1.83.0)
|
59
|
-
aws-sdk-core (3.20.2)
|
60
|
-
aws-partitions (~> 1.0)
|
61
|
-
aws-sigv4 (~> 1.0)
|
62
|
-
jmespath (~> 1.0)
|
63
|
-
aws-sdk-sns (1.1.0)
|
64
|
-
aws-sdk-core (~> 3)
|
65
|
-
aws-sigv4 (~> 1.0)
|
66
|
-
aws-sigv4 (1.0.2)
|
67
|
-
bcrypt (3.1.11)
|
68
|
-
bson (4.3.0)
|
69
|
-
builder (3.2.3)
|
70
|
-
bullet (5.7.5)
|
71
|
-
activesupport (>= 3.0.0)
|
72
|
-
uniform_notifier (~> 1.11.0)
|
73
|
-
concurrent-ruby (1.0.5)
|
74
|
-
coveralls (0.8.21)
|
75
|
-
json (>= 1.8, < 3)
|
76
|
-
simplecov (~> 0.14.1)
|
77
|
-
term-ansicolor (~> 1.3)
|
78
|
-
thor (~> 0.19.4)
|
79
|
-
tins (~> 1.6)
|
80
|
-
crass (1.0.4)
|
81
|
-
devise (4.4.3)
|
82
|
-
bcrypt (~> 3.0)
|
83
|
-
orm_adapter (~> 0.1)
|
84
|
-
railties (>= 4.1.0, < 6.0)
|
85
|
-
responders
|
86
|
-
warden (~> 1.2.3)
|
87
|
-
diff-lcs (1.3)
|
88
|
-
docile (1.1.5)
|
89
|
-
dotenv (2.4.0)
|
90
|
-
dotenv-rails (2.4.0)
|
91
|
-
dotenv (= 2.4.0)
|
92
|
-
railties (>= 3.2, < 6.0)
|
93
|
-
erubi (1.7.1)
|
94
|
-
factory_bot (4.8.2)
|
95
|
-
activesupport (>= 3.0.0)
|
96
|
-
factory_bot_rails (4.8.2)
|
97
|
-
factory_bot (~> 4.8.2)
|
98
|
-
railties (>= 3.0.0)
|
99
|
-
globalid (0.4.1)
|
100
|
-
activesupport (>= 4.2.0)
|
101
|
-
i18n (1.0.1)
|
102
|
-
concurrent-ruby (~> 1.0)
|
103
|
-
jmespath (1.4.0)
|
104
|
-
jquery-rails (4.3.3)
|
105
|
-
rails-dom-testing (>= 1, < 3)
|
106
|
-
railties (>= 4.2.0)
|
107
|
-
thor (>= 0.14, < 2.0)
|
108
|
-
json (2.1.0)
|
109
|
-
loofah (2.2.2)
|
110
|
-
crass (~> 1.0.2)
|
111
|
-
nokogiri (>= 1.5.9)
|
112
|
-
mail (2.7.0)
|
113
|
-
mini_mime (>= 0.1.1)
|
114
|
-
marcel (0.3.2)
|
115
|
-
mimemagic (~> 0.3.2)
|
116
|
-
method_source (0.9.0)
|
117
|
-
mimemagic (0.3.2)
|
118
|
-
mini_mime (1.0.0)
|
119
|
-
mini_portile2 (2.3.0)
|
120
|
-
minitest (5.11.3)
|
121
|
-
mongo (2.5.3)
|
122
|
-
bson (>= 4.3.0, < 5.0.0)
|
123
|
-
mongoid (7.0.1)
|
124
|
-
activemodel (>= 5.1, < 6.0.0)
|
125
|
-
mongo (>= 2.5.1, < 3.0.0)
|
126
|
-
mysql2 (0.5.1)
|
127
|
-
nio4r (2.3.1)
|
128
|
-
nokogiri (1.8.2)
|
129
|
-
mini_portile2 (~> 2.3.0)
|
130
|
-
orm_adapter (0.5.0)
|
131
|
-
pg (1.0.0)
|
132
|
-
rack (2.0.5)
|
133
|
-
rack-test (1.0.0)
|
134
|
-
rack (>= 1.0, < 3)
|
135
|
-
rails (5.2.0)
|
136
|
-
actioncable (= 5.2.0)
|
137
|
-
actionmailer (= 5.2.0)
|
138
|
-
actionpack (= 5.2.0)
|
139
|
-
actionview (= 5.2.0)
|
140
|
-
activejob (= 5.2.0)
|
141
|
-
activemodel (= 5.2.0)
|
142
|
-
activerecord (= 5.2.0)
|
143
|
-
activestorage (= 5.2.0)
|
144
|
-
activesupport (= 5.2.0)
|
145
|
-
bundler (>= 1.3.0)
|
146
|
-
railties (= 5.2.0)
|
147
|
-
sprockets-rails (>= 2.0.0)
|
148
|
-
rails-controller-testing (1.0.2)
|
149
|
-
actionpack (~> 5.x, >= 5.0.1)
|
150
|
-
actionview (~> 5.x, >= 5.0.1)
|
151
|
-
activesupport (~> 5.x)
|
152
|
-
rails-dom-testing (2.0.3)
|
153
|
-
activesupport (>= 4.2.0)
|
154
|
-
nokogiri (>= 1.6)
|
155
|
-
rails-html-sanitizer (1.0.4)
|
156
|
-
loofah (~> 2.2, >= 2.2.2)
|
157
|
-
railties (5.2.0)
|
158
|
-
actionpack (= 5.2.0)
|
159
|
-
activesupport (= 5.2.0)
|
160
|
-
method_source
|
161
|
-
rake (>= 0.8.7)
|
162
|
-
thor (>= 0.18.1, < 2.0)
|
163
|
-
rake (12.3.1)
|
164
|
-
responders (2.4.0)
|
165
|
-
actionpack (>= 4.2.0, < 5.3)
|
166
|
-
railties (>= 4.2.0, < 5.3)
|
167
|
-
rspec-core (3.7.1)
|
168
|
-
rspec-support (~> 3.7.0)
|
169
|
-
rspec-expectations (3.7.0)
|
170
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
171
|
-
rspec-support (~> 3.7.0)
|
172
|
-
rspec-mocks (3.7.0)
|
173
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
174
|
-
rspec-support (~> 3.7.0)
|
175
|
-
rspec-rails (3.7.2)
|
176
|
-
actionpack (>= 3.0)
|
177
|
-
activesupport (>= 3.0)
|
178
|
-
railties (>= 3.0)
|
179
|
-
rspec-core (~> 3.7.0)
|
180
|
-
rspec-expectations (~> 3.7.0)
|
181
|
-
rspec-mocks (~> 3.7.0)
|
182
|
-
rspec-support (~> 3.7.0)
|
183
|
-
rspec-support (3.7.1)
|
184
|
-
simplecov (0.14.1)
|
185
|
-
docile (~> 1.1.0)
|
186
|
-
json (>= 1.8, < 3)
|
187
|
-
simplecov-html (~> 0.10.0)
|
188
|
-
simplecov-html (0.10.2)
|
189
|
-
slack-notifier (2.3.2)
|
190
|
-
sprockets (3.7.1)
|
191
|
-
concurrent-ruby (~> 1.0)
|
192
|
-
rack (> 1, < 3)
|
193
|
-
sprockets-rails (3.2.1)
|
194
|
-
actionpack (>= 4.0)
|
195
|
-
activesupport (>= 4.0)
|
196
|
-
sprockets (>= 3.0.0)
|
197
|
-
sqlite3 (1.3.13)
|
198
|
-
term-ansicolor (1.6.0)
|
199
|
-
tins (~> 1.0)
|
200
|
-
thor (0.19.4)
|
201
|
-
thread_safe (0.3.6)
|
202
|
-
timecop (0.9.1)
|
203
|
-
tins (1.16.3)
|
204
|
-
tzinfo (1.2.5)
|
205
|
-
thread_safe (~> 0.1)
|
206
|
-
uniform_notifier (1.11.0)
|
207
|
-
warden (1.2.7)
|
208
|
-
rack (>= 1.0)
|
209
|
-
websocket-driver (0.7.0)
|
210
|
-
websocket-extensions (>= 0.1.0)
|
211
|
-
websocket-extensions (0.1.3)
|
212
|
-
yard (0.9.12)
|
213
|
-
yard-activesupport-concern (0.0.1)
|
214
|
-
yard (>= 0.8)
|
215
|
-
|
216
|
-
PLATFORMS
|
217
|
-
ruby
|
218
|
-
|
219
|
-
DEPENDENCIES
|
220
|
-
activity_notification!
|
221
|
-
ammeter
|
222
|
-
aws-sdk-sns (~> 1)
|
223
|
-
bullet
|
224
|
-
coveralls
|
225
|
-
devise (~> 4.4.3)
|
226
|
-
dotenv-rails
|
227
|
-
factory_bot_rails (~> 4.8.2)
|
228
|
-
mongoid (>= 4.0.0)
|
229
|
-
mysql2 (~> 0.5.1)
|
230
|
-
pg (~> 1.0.0)
|
231
|
-
rails (~> 5.2.0)
|
232
|
-
rails-controller-testing
|
233
|
-
rspec-rails (~> 3.7.2)
|
234
|
-
simplecov (~> 0)
|
235
|
-
slack-notifier (>= 1.5.1)
|
236
|
-
sqlite3 (~> 1.3.13)
|
237
|
-
timecop
|
238
|
-
yard (~> 0.9.12)
|
239
|
-
yard-activesupport-concern (~> 0.0.1)
|
240
|
-
|
241
|
-
BUNDLED WITH
|
242
|
-
1.14.6
|