activity_notification 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module ActivityNotification
2
2
  # Controller to manage subscriptions with Devise authentication.
3
3
  class SubscriptionsWithDeviseController < SubscriptionsController
4
- include DeviceAuthenticationController
4
+ include DeviseAuthenticationController
5
5
  end
6
6
  end
@@ -34,7 +34,7 @@
34
34
 
35
35
  <div class='<%= "notification_#{notification.id}" %>'>
36
36
  <% if notification.unopened? %>
37
- <%= link_to open_notification_path_for(notification, reload: false), method: :post, remote: true, class: "unopned_wrapper" do %>
37
+ <%= link_to open_notification_path_for(notification, reload: false), method: :post, remote: true, class: "unopened_wrapper" do %>
38
38
  <div class="unopned_circle"></div>
39
39
  <div class="unopned_description_wrapper">
40
40
  <p class="unopned_description">Open</p>
@@ -64,12 +64,12 @@
64
64
 
65
65
  <style>
66
66
  /* unopned_circle */
67
- .unopned_wrapper{
67
+ .unopened_wrapper{
68
68
  position: absolute;
69
69
  margin-top: 20px;
70
70
  margin-left: 56px;
71
71
  }
72
- .unopned_wrapper .unopned_circle {
72
+ .unopened_wrapper .unopned_circle {
73
73
  display: block;
74
74
  width: 10px;
75
75
  height: 10px;
@@ -78,16 +78,16 @@
78
78
  background-color: #27a5eb;
79
79
  z-index: 2;
80
80
  }
81
- .unopned_wrapper:hover > .unopned_description_wrapper{
81
+ .unopened_wrapper:hover > .unopned_description_wrapper{
82
82
  display: block;
83
83
  }
84
- .unopned_wrapper .unopned_description_wrapper {
84
+ .unopened_wrapper .unopned_description_wrapper {
85
85
  display: none;
86
86
  position: absolute;
87
87
  margin-top: 26px;
88
88
  margin-left: -24px;
89
89
  }
90
- .unopned_wrapper .unopned_description_wrapper .unopned_description {
90
+ .unopened_wrapper .unopned_description_wrapper .unopned_description {
91
91
  position: absolute;
92
92
  color: #fff;
93
93
  font-size: 12px;
@@ -98,7 +98,7 @@
98
98
  padding: 4px 12px;
99
99
  z-index: 999;
100
100
  }
101
- .unopned_wrapper .unopned_description_wrapper .unopned_description:before {
101
+ .unopened_wrapper .unopned_description_wrapper .unopned_description:before {
102
102
  border: solid transparent;
103
103
  border-top-width: 0;
104
104
  content: "";
@@ -23,7 +23,7 @@
23
23
 
24
24
  <div class='<%= "notification_#{notification.id}" %>'>
25
25
  <% if notification.unopened? %>
26
- <%= link_to open_notification_path_for(notification, reload: false, without_grouping: parameters[:with_group_members]), method: :post, remote: true, class: "unopned_wrapper" do %>
26
+ <%= link_to open_notification_path_for(notification, reload: false, without_grouping: parameters[:with_group_members]), method: :post, remote: true, class: "unopened_wrapper" do %>
27
27
  <div class="unopned_circle"></div>
28
28
  <div class="unopned_description_wrapper">
29
29
  <p class="unopned_description">Open</p>
@@ -53,12 +53,12 @@
53
53
 
54
54
  <style>
55
55
  /* unopned_circle */
56
- .unopned_wrapper{
56
+ .unopened_wrapper{
57
57
  position: absolute;
58
58
  margin-top: 20px;
59
59
  margin-left: 56px;
60
60
  }
61
- .unopned_wrapper .unopned_circle {
61
+ .unopened_wrapper .unopned_circle {
62
62
  display: block;
63
63
  width: 10px;
64
64
  height: 10px;
@@ -67,16 +67,16 @@
67
67
  background-color: #27a5eb;
68
68
  z-index: 2;
69
69
  }
70
- .unopned_wrapper:hover > .unopned_description_wrapper{
70
+ .unopened_wrapper:hover > .unopned_description_wrapper{
71
71
  display: block;
72
72
  }
73
- .unopned_wrapper .unopned_description_wrapper {
73
+ .unopened_wrapper .unopned_description_wrapper {
74
74
  display: none;
75
75
  position: absolute;
76
76
  margin-top: 26px;
77
77
  margin-left: -24px;
78
78
  }
79
- .unopned_wrapper .unopned_description_wrapper .unopned_description {
79
+ .unopened_wrapper .unopned_description_wrapper .unopned_description {
80
80
  position: absolute;
81
81
  color: #fff;
82
82
  font-size: 12px;
@@ -87,7 +87,7 @@
87
87
  padding: 4px 12px;
88
88
  z-index: 999;
89
89
  }
90
- .unopned_wrapper .unopned_description_wrapper .unopned_description:before {
90
+ .unopened_wrapper .unopned_description_wrapper .unopned_description:before {
91
91
  border: solid transparent;
92
92
  border-top-width: 0;
93
93
  content: "";
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activity_notification (1.4.1)
4
+ activity_notification (1.4.2)
5
5
  i18n (>= 0.5.0)
6
6
  jquery-rails (>= 3.1.1)
7
7
  railties (>= 4.2.0, < 5.2)
@@ -9,36 +9,36 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.8)
13
- actionpack (= 4.2.8)
14
- actionview (= 4.2.8)
15
- activejob (= 4.2.8)
12
+ actionmailer (4.2.9)
13
+ actionpack (= 4.2.9)
14
+ actionview (= 4.2.9)
15
+ activejob (= 4.2.9)
16
16
  mail (~> 2.5, >= 2.5.4)
17
17
  rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.8)
19
- actionview (= 4.2.8)
20
- activesupport (= 4.2.8)
18
+ actionpack (4.2.9)
19
+ actionview (= 4.2.9)
20
+ activesupport (= 4.2.9)
21
21
  rack (~> 1.6)
22
22
  rack-test (~> 0.6.2)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.8)
26
- activesupport (= 4.2.8)
25
+ actionview (4.2.9)
26
+ activesupport (= 4.2.9)
27
27
  builder (~> 3.1)
28
28
  erubis (~> 2.7.0)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
30
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
31
- activejob (4.2.8)
32
- activesupport (= 4.2.8)
31
+ activejob (4.2.9)
32
+ activesupport (= 4.2.9)
33
33
  globalid (>= 0.3.0)
34
- activemodel (4.2.8)
35
- activesupport (= 4.2.8)
34
+ activemodel (4.2.9)
35
+ activesupport (= 4.2.9)
36
36
  builder (~> 3.1)
37
- activerecord (4.2.8)
38
- activemodel (= 4.2.8)
39
- activesupport (= 4.2.8)
37
+ activerecord (4.2.9)
38
+ activemodel (= 4.2.9)
39
+ activesupport (= 4.2.9)
40
40
  arel (~> 6.0)
41
- activesupport (4.2.8)
41
+ activesupport (4.2.9)
42
42
  i18n (~> 0.7)
43
43
  minitest (~> 5.1)
44
44
  thread_safe (~> 0.3, >= 0.3.4)
@@ -48,18 +48,18 @@ GEM
48
48
  railties (>= 3.0)
49
49
  rspec-rails (>= 2.2)
50
50
  arel (6.0.4)
51
- aws-sdk (2.9.19)
52
- aws-sdk-resources (= 2.9.19)
53
- aws-sdk-core (2.9.19)
51
+ aws-sdk (2.10.15)
52
+ aws-sdk-resources (= 2.10.15)
53
+ aws-sdk-core (2.10.15)
54
54
  aws-sigv4 (~> 1.0)
55
55
  jmespath (~> 1.0)
56
- aws-sdk-resources (2.9.19)
57
- aws-sdk-core (= 2.9.19)
58
- aws-sigv4 (1.0.0)
56
+ aws-sdk-resources (2.10.15)
57
+ aws-sdk-core (= 2.10.15)
58
+ aws-sigv4 (1.0.1)
59
59
  bcrypt (3.1.11)
60
- bson (4.2.1)
60
+ bson (4.2.2)
61
61
  builder (3.2.3)
62
- bullet (5.5.1)
62
+ bullet (5.6.0)
63
63
  activesupport (>= 3.0.0)
64
64
  uniform_notifier (~> 1.10.0)
65
65
  concurrent-ruby (1.0.5)
@@ -89,7 +89,7 @@ GEM
89
89
  railties (>= 3.0.0)
90
90
  globalid (0.4.0)
91
91
  activesupport (>= 4.2.0)
92
- i18n (0.8.1)
92
+ i18n (0.8.6)
93
93
  jmespath (1.3.1)
94
94
  jquery-rails (4.3.1)
95
95
  rails-dom-testing (>= 1, < 3)
@@ -98,39 +98,39 @@ GEM
98
98
  json (2.1.0)
99
99
  loofah (2.0.3)
100
100
  nokogiri (>= 1.5.9)
101
- mail (2.6.5)
101
+ mail (2.6.6)
102
102
  mime-types (>= 1.16, < 4)
103
103
  mime-types (3.1)
104
104
  mime-types-data (~> 3.2015)
105
105
  mime-types-data (3.2016.0521)
106
- mini_portile2 (2.1.0)
107
- minitest (5.10.2)
108
- mongo (2.4.1)
106
+ mini_portile2 (2.2.0)
107
+ minitest (5.10.3)
108
+ mongo (2.4.2)
109
109
  bson (>= 4.2.1, < 5.0.0)
110
110
  mongoid (5.2.1)
111
111
  activemodel (~> 4.0)
112
112
  mongo (>= 2.4.1, < 3.0.0)
113
113
  origin (~> 2.3)
114
114
  tzinfo (>= 0.3.37)
115
- mysql2 (0.4.6)
116
- nokogiri (1.7.2)
117
- mini_portile2 (~> 2.1.0)
118
- origin (2.3.0)
115
+ mysql2 (0.4.8)
116
+ nokogiri (1.8.0)
117
+ mini_portile2 (~> 2.2.0)
118
+ origin (2.3.1)
119
119
  orm_adapter (0.5.0)
120
- pg (0.20.0)
120
+ pg (0.21.0)
121
121
  rack (1.6.8)
122
122
  rack-test (0.6.3)
123
123
  rack (>= 1.0)
124
- rails (4.2.8)
125
- actionmailer (= 4.2.8)
126
- actionpack (= 4.2.8)
127
- actionview (= 4.2.8)
128
- activejob (= 4.2.8)
129
- activemodel (= 4.2.8)
130
- activerecord (= 4.2.8)
131
- activesupport (= 4.2.8)
124
+ rails (4.2.9)
125
+ actionmailer (= 4.2.9)
126
+ actionpack (= 4.2.9)
127
+ actionview (= 4.2.9)
128
+ activejob (= 4.2.9)
129
+ activemodel (= 4.2.9)
130
+ activerecord (= 4.2.9)
131
+ activesupport (= 4.2.9)
132
132
  bundler (>= 1.3.0, < 2.0)
133
- railties (= 4.2.8)
133
+ railties (= 4.2.9)
134
134
  sprockets-rails
135
135
  rails-deprecated_sanitizer (1.0.3)
136
136
  activesupport (>= 4.2.0.alpha)
@@ -140,9 +140,9 @@ GEM
140
140
  rails-deprecated_sanitizer (>= 1.0.1)
141
141
  rails-html-sanitizer (1.0.3)
142
142
  loofah (~> 2.0)
143
- railties (4.2.8)
144
- actionpack (= 4.2.8)
145
- activesupport (= 4.2.8)
143
+ railties (4.2.9)
144
+ actionpack (= 4.2.9)
145
+ activesupport (= 4.2.9)
146
146
  rake (>= 0.8.7)
147
147
  thor (>= 0.18.1, < 2.0)
148
148
  rake (12.0.0)
@@ -170,8 +170,8 @@ GEM
170
170
  docile (~> 1.1.0)
171
171
  json (>= 1.8, < 3)
172
172
  simplecov-html (~> 0.10.0)
173
- simplecov-html (0.10.0)
174
- slack-notifier (2.1.0)
173
+ simplecov-html (0.10.1)
174
+ slack-notifier (2.2.2)
175
175
  sprockets (3.7.1)
176
176
  concurrent-ruby (~> 1.0)
177
177
  rack (> 1, < 3)
@@ -184,8 +184,8 @@ GEM
184
184
  tins (~> 1.0)
185
185
  thor (0.19.4)
186
186
  thread_safe (0.3.6)
187
- timecop (0.8.1)
188
- tins (1.14.0)
187
+ timecop (0.9.1)
188
+ tins (1.15.0)
189
189
  tzinfo (1.2.3)
190
190
  thread_safe (~> 0.1)
191
191
  uniform_notifier (1.10.0)
@@ -208,8 +208,8 @@ DEPENDENCIES
208
208
  dotenv-rails
209
209
  factory_girl_rails (~> 4.8.0)
210
210
  mongoid (>= 4.0.0)
211
- mysql2 (~> 0.4.6)
212
- pg (~> 0.20.0)
211
+ mysql2 (~> 0.4.8)
212
+ pg (~> 0.21.0)
213
213
  rails (~> 4.2.0)
214
214
  rspec-rails (~> 3.6.0)
215
215
  simplecov (~> 0.14.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activity_notification (1.4.1)
4
+ activity_notification (1.4.2)
5
5
  i18n (>= 0.5.0)
6
6
  jquery-rails (>= 3.1.1)
7
7
  railties (>= 4.2.0, < 5.2)
@@ -9,39 +9,39 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.0.3)
13
- actionpack (= 5.0.3)
12
+ actioncable (5.0.4)
13
+ actionpack (= 5.0.4)
14
14
  nio4r (>= 1.2, < 3.0)
15
15
  websocket-driver (~> 0.6.1)
16
- actionmailer (5.0.3)
17
- actionpack (= 5.0.3)
18
- actionview (= 5.0.3)
19
- activejob (= 5.0.3)
16
+ actionmailer (5.0.4)
17
+ actionpack (= 5.0.4)
18
+ actionview (= 5.0.4)
19
+ activejob (= 5.0.4)
20
20
  mail (~> 2.5, >= 2.5.4)
21
21
  rails-dom-testing (~> 2.0)
22
- actionpack (5.0.3)
23
- actionview (= 5.0.3)
24
- activesupport (= 5.0.3)
22
+ actionpack (5.0.4)
23
+ actionview (= 5.0.4)
24
+ activesupport (= 5.0.4)
25
25
  rack (~> 2.0)
26
26
  rack-test (~> 0.6.3)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.0.3)
30
- activesupport (= 5.0.3)
29
+ actionview (5.0.4)
30
+ activesupport (= 5.0.4)
31
31
  builder (~> 3.1)
32
32
  erubis (~> 2.7.0)
33
33
  rails-dom-testing (~> 2.0)
34
34
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.0.3)
36
- activesupport (= 5.0.3)
35
+ activejob (5.0.4)
36
+ activesupport (= 5.0.4)
37
37
  globalid (>= 0.3.6)
38
- activemodel (5.0.3)
39
- activesupport (= 5.0.3)
40
- activerecord (5.0.3)
41
- activemodel (= 5.0.3)
42
- activesupport (= 5.0.3)
38
+ activemodel (5.0.4)
39
+ activesupport (= 5.0.4)
40
+ activerecord (5.0.4)
41
+ activemodel (= 5.0.4)
42
+ activesupport (= 5.0.4)
43
43
  arel (~> 7.0)
44
- activesupport (5.0.3)
44
+ activesupport (5.0.4)
45
45
  concurrent-ruby (~> 1.0, >= 1.0.2)
46
46
  i18n (~> 0.7)
47
47
  minitest (~> 5.1)
@@ -51,18 +51,18 @@ GEM
51
51
  railties (>= 3.0)
52
52
  rspec-rails (>= 2.2)
53
53
  arel (7.1.4)
54
- aws-sdk (2.9.19)
55
- aws-sdk-resources (= 2.9.19)
56
- aws-sdk-core (2.9.19)
54
+ aws-sdk (2.10.15)
55
+ aws-sdk-resources (= 2.10.15)
56
+ aws-sdk-core (2.10.15)
57
57
  aws-sigv4 (~> 1.0)
58
58
  jmespath (~> 1.0)
59
- aws-sdk-resources (2.9.19)
60
- aws-sdk-core (= 2.9.19)
61
- aws-sigv4 (1.0.0)
59
+ aws-sdk-resources (2.10.15)
60
+ aws-sdk-core (= 2.10.15)
61
+ aws-sigv4 (1.0.1)
62
62
  bcrypt (3.1.11)
63
- bson (4.2.1)
63
+ bson (4.2.2)
64
64
  builder (3.2.3)
65
- bullet (5.5.1)
65
+ bullet (5.6.0)
66
66
  activesupport (>= 3.0.0)
67
67
  uniform_notifier (~> 1.10.0)
68
68
  concurrent-ruby (1.0.5)
@@ -92,7 +92,7 @@ GEM
92
92
  railties (>= 3.0.0)
93
93
  globalid (0.4.0)
94
94
  activesupport (>= 4.2.0)
95
- i18n (0.8.1)
95
+ i18n (0.8.6)
96
96
  jmespath (1.3.1)
97
97
  jquery-rails (4.3.1)
98
98
  rails-dom-testing (>= 1, < 3)
@@ -101,39 +101,39 @@ GEM
101
101
  json (2.1.0)
102
102
  loofah (2.0.3)
103
103
  nokogiri (>= 1.5.9)
104
- mail (2.6.5)
104
+ mail (2.6.6)
105
105
  mime-types (>= 1.16, < 4)
106
106
  method_source (0.8.2)
107
107
  mime-types (3.1)
108
108
  mime-types-data (~> 3.2015)
109
109
  mime-types-data (3.2016.0521)
110
- mini_portile2 (2.1.0)
111
- minitest (5.10.2)
112
- mongo (2.4.1)
110
+ mini_portile2 (2.2.0)
111
+ minitest (5.10.3)
112
+ mongo (2.4.2)
113
113
  bson (>= 4.2.1, < 5.0.0)
114
- mongoid (6.1.0)
114
+ mongoid (6.1.1)
115
115
  activemodel (~> 5.0)
116
116
  mongo (>= 2.4.1, < 3.0.0)
117
- mysql2 (0.4.6)
118
- nio4r (2.0.0)
119
- nokogiri (1.7.2)
120
- mini_portile2 (~> 2.1.0)
117
+ mysql2 (0.4.8)
118
+ nio4r (2.1.0)
119
+ nokogiri (1.8.0)
120
+ mini_portile2 (~> 2.2.0)
121
121
  orm_adapter (0.5.0)
122
- pg (0.20.0)
122
+ pg (0.21.0)
123
123
  rack (2.0.3)
124
124
  rack-test (0.6.3)
125
125
  rack (>= 1.0)
126
- rails (5.0.3)
127
- actioncable (= 5.0.3)
128
- actionmailer (= 5.0.3)
129
- actionpack (= 5.0.3)
130
- actionview (= 5.0.3)
131
- activejob (= 5.0.3)
132
- activemodel (= 5.0.3)
133
- activerecord (= 5.0.3)
134
- activesupport (= 5.0.3)
126
+ rails (5.0.4)
127
+ actioncable (= 5.0.4)
128
+ actionmailer (= 5.0.4)
129
+ actionpack (= 5.0.4)
130
+ actionview (= 5.0.4)
131
+ activejob (= 5.0.4)
132
+ activemodel (= 5.0.4)
133
+ activerecord (= 5.0.4)
134
+ activesupport (= 5.0.4)
135
135
  bundler (>= 1.3.0, < 2.0)
136
- railties (= 5.0.3)
136
+ railties (= 5.0.4)
137
137
  sprockets-rails (>= 2.0.0)
138
138
  rails-controller-testing (1.0.2)
139
139
  actionpack (~> 5.x, >= 5.0.1)
@@ -144,9 +144,9 @@ GEM
144
144
  nokogiri (>= 1.6)
145
145
  rails-html-sanitizer (1.0.3)
146
146
  loofah (~> 2.0)
147
- railties (5.0.3)
148
- actionpack (= 5.0.3)
149
- activesupport (= 5.0.3)
147
+ railties (5.0.4)
148
+ actionpack (= 5.0.4)
149
+ activesupport (= 5.0.4)
150
150
  method_source
151
151
  rake (>= 0.8.7)
152
152
  thor (>= 0.18.1, < 2.0)
@@ -175,8 +175,8 @@ GEM
175
175
  docile (~> 1.1.0)
176
176
  json (>= 1.8, < 3)
177
177
  simplecov-html (~> 0.10.0)
178
- simplecov-html (0.10.0)
179
- slack-notifier (2.1.0)
178
+ simplecov-html (0.10.1)
179
+ slack-notifier (2.2.2)
180
180
  sprockets (3.7.1)
181
181
  concurrent-ruby (~> 1.0)
182
182
  rack (> 1, < 3)
@@ -189,8 +189,8 @@ GEM
189
189
  tins (~> 1.0)
190
190
  thor (0.19.4)
191
191
  thread_safe (0.3.6)
192
- timecop (0.8.1)
193
- tins (1.14.0)
192
+ timecop (0.9.1)
193
+ tins (1.15.0)
194
194
  tzinfo (1.2.3)
195
195
  thread_safe (~> 0.1)
196
196
  uniform_notifier (1.10.0)
@@ -216,8 +216,8 @@ DEPENDENCIES
216
216
  dotenv-rails
217
217
  factory_girl_rails (~> 4.8.0)
218
218
  mongoid (>= 4.0.0)
219
- mysql2 (~> 0.4.6)
220
- pg (~> 0.20.0)
219
+ mysql2 (~> 0.4.8)
220
+ pg (~> 0.21.0)
221
221
  rails (~> 5.0.0)
222
222
  rails-controller-testing
223
223
  rspec-rails (~> 3.6.0)