ominous 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/app/helpers/ominous/warnings_helper.rb +1 -1
- data/lib/ominous/version.rb +8 -2
- data/test/dummy/app/views/layouts/application.html.erb +13 -0
- data/test/dummy/app/views/things/index.html.erb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1272 -0
- data/test/dummy/log/test.log +1211 -0
- data/test/dummy/tmp/cache/assets/C4E/860/sprockets%2F3846e91221a1804781ed844616a37b2f +0 -0
- data/test/dummy/tmp/cache/assets/C8C/290/sprockets%2F638827bda7464853364b3e374fa6d552 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/DA5/C50/sprockets%2F7927a05ef7b30ffae83363a81fdfb3c8 +0 -0
- data/test/dummy/tmp/cache/assets/DFF/160/sprockets%2Fcabc0678d4fc6e9077e4e0ee21d6a3ed +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/unit/helpers/ominous/warnings_helper_test.rb +12 -2
- metadata +96 -102
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -5,7 +5,7 @@ module Ominous
|
|
5
5
|
|
6
6
|
def setup
|
7
7
|
@warning = Ominous::Warning.find(1)
|
8
|
-
@closer = @warning.closers.
|
8
|
+
@closer = @warning.closers.find(1)
|
9
9
|
end
|
10
10
|
|
11
11
|
def test_classes_for_when_closer_hidden
|
@@ -18,7 +18,17 @@ module Ominous
|
|
18
18
|
@closer.update_attribute(:start_hidden, false)
|
19
19
|
expected = 'closer start_visible'
|
20
20
|
assert_equal(expected, ominous_classes_for(@closer))
|
21
|
-
end
|
21
|
+
end
|
22
|
+
|
23
|
+
def test_ominous_closer_url
|
24
|
+
closer = @warning.closers.find(2)
|
25
|
+
assert_equal closer.url, ominous_closer_url(@warning, closer)
|
26
|
+
end
|
27
|
+
|
28
|
+
def test_ominous_closer_url_when_closer_close_and_dismiss_warning
|
29
|
+
assert_match /ominous\/warnings\/\d+\/dismiss/, ominous_closer_url(@warning, @closer)
|
30
|
+
assert_match /^http/, ominous_closer_url(@warning, @closer)
|
31
|
+
end
|
22
32
|
|
23
33
|
end
|
24
34
|
end
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ominous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Rob Nichols
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-08-26 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rails
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,7 +27,6 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: jquery-rails
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ! '>='
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ! '>='
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -46,7 +41,6 @@ dependencies:
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: sass-rails
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ~>
|
52
46
|
- !ruby/object:Gem::Version
|
@@ -54,7 +48,6 @@ dependencies:
|
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ~>
|
60
53
|
- !ruby/object:Gem::Version
|
@@ -62,7 +55,6 @@ dependencies:
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: acts_as_list
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
59
|
- - ! '>='
|
68
60
|
- !ruby/object:Gem::Version
|
@@ -70,7 +62,6 @@ dependencies:
|
|
70
62
|
type: :runtime
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
66
|
- - ! '>='
|
76
67
|
- !ruby/object:Gem::Version
|
@@ -78,7 +69,6 @@ dependencies:
|
|
78
69
|
- !ruby/object:Gem::Dependency
|
79
70
|
name: sqlite3
|
80
71
|
requirement: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
72
|
requirements:
|
83
73
|
- - ! '>='
|
84
74
|
- !ruby/object:Gem::Version
|
@@ -86,7 +76,6 @@ dependencies:
|
|
86
76
|
type: :development
|
87
77
|
prerelease: false
|
88
78
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
-
none: false
|
90
79
|
requirements:
|
91
80
|
- - ! '>='
|
92
81
|
- !ruby/object:Gem::Version
|
@@ -94,7 +83,6 @@ dependencies:
|
|
94
83
|
- !ruby/object:Gem::Dependency
|
95
84
|
name: dibber
|
96
85
|
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
86
|
requirements:
|
99
87
|
- - ! '>='
|
100
88
|
- !ruby/object:Gem::Version
|
@@ -102,7 +90,6 @@ dependencies:
|
|
102
90
|
type: :development
|
103
91
|
prerelease: false
|
104
92
|
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
93
|
requirements:
|
107
94
|
- - ! '>='
|
108
95
|
- !ruby/object:Gem::Version
|
@@ -115,156 +102,159 @@ executables: []
|
|
115
102
|
extensions: []
|
116
103
|
extra_rdoc_files: []
|
117
104
|
files:
|
118
|
-
-
|
105
|
+
- MIT-LICENSE
|
106
|
+
- README.rdoc
|
107
|
+
- Rakefile
|
108
|
+
- app/assets/javascripts/ominous/application.js
|
109
|
+
- app/assets/javascripts/ominous/warnings.js
|
110
|
+
- app/assets/stylesheets/ominous/_ominous_colours.scss
|
111
|
+
- app/assets/stylesheets/ominous/application.scss
|
112
|
+
- app/assets/stylesheets/ominous/warnings.scss
|
113
|
+
- app/controllers/ominous/application_controller.rb
|
114
|
+
- app/controllers/ominous/warnings_controller.rb
|
119
115
|
- app/helpers/ominous/application_helper.rb
|
120
|
-
- app/
|
116
|
+
- app/helpers/ominous/warnings_helper.rb
|
121
117
|
- app/models/ominous/closer.rb
|
118
|
+
- app/models/ominous/warning.rb
|
122
119
|
- app/models/ominous/warning_closer.rb
|
123
120
|
- app/views/layouts/ominous/application.html.erb
|
124
121
|
- app/views/ominous/warnings/_list.html.erb
|
125
|
-
- app/controllers/ominous/application_controller.rb
|
126
|
-
- app/controllers/ominous/warnings_controller.rb
|
127
|
-
- app/assets/javascripts/ominous/warnings.js
|
128
|
-
- app/assets/javascripts/ominous/application.js
|
129
|
-
- app/assets/stylesheets/ominous/application.scss
|
130
|
-
- app/assets/stylesheets/ominous/_ominous_colours.scss
|
131
|
-
- app/assets/stylesheets/ominous/warnings.scss
|
132
122
|
- config/locales/en.yml
|
133
123
|
- config/routes.rb
|
134
124
|
- db/migrate/20121206144249_create_ominous_warnings.rb
|
135
|
-
- db/migrate/20121206153254_create_ominous_closers.rb
|
136
|
-
- db/migrate/20130131131934_add_link_text_and_message_to_ominous_closers.rb
|
137
125
|
- db/migrate/20121206145743_create_ominous_warning_closers.rb
|
126
|
+
- db/migrate/20121206153254_create_ominous_closers.rb
|
138
127
|
- db/migrate/20130131131756_add_title_and_description_to_ominous_warnings.rb
|
128
|
+
- db/migrate/20130131131934_add_link_text_and_message_to_ominous_closers.rb
|
139
129
|
- lib/ominous.rb
|
140
|
-
- lib/ominous/version.rb
|
141
130
|
- lib/ominous/engine.rb
|
131
|
+
- lib/ominous/version.rb
|
142
132
|
- lib/tasks/ominous_tasks.rake
|
143
|
-
-
|
144
|
-
- Rakefile
|
145
|
-
-
|
146
|
-
- test/
|
133
|
+
- test/dummy/README.rdoc
|
134
|
+
- test/dummy/Rakefile
|
135
|
+
- test/dummy/app/assets/javascripts/application.js
|
136
|
+
- test/dummy/app/assets/javascripts/things.js
|
137
|
+
- test/dummy/app/assets/stylesheets/application.scss
|
138
|
+
- test/dummy/app/assets/stylesheets/scaffold.scss
|
139
|
+
- test/dummy/app/assets/stylesheets/things.scss
|
140
|
+
- test/dummy/app/controllers/application_controller.rb
|
141
|
+
- test/dummy/app/controllers/things_controller.rb
|
147
142
|
- test/dummy/app/helpers/application_helper.rb
|
148
143
|
- test/dummy/app/helpers/things_helper.rb
|
149
144
|
- test/dummy/app/models/thing.rb
|
150
145
|
- test/dummy/app/views/layouts/application.html.erb
|
151
|
-
- test/dummy/app/views/things/show.html.erb
|
152
|
-
- test/dummy/app/views/things/new.html.erb
|
153
|
-
- test/dummy/app/views/things/index.html.erb
|
154
|
-
- test/dummy/app/views/things/edit.html.erb
|
155
146
|
- test/dummy/app/views/things/_form.html.erb
|
156
|
-
- test/dummy/app/
|
157
|
-
- test/dummy/app/
|
158
|
-
- test/dummy/app/
|
159
|
-
- test/dummy/app/
|
160
|
-
- test/dummy/
|
161
|
-
- test/dummy/
|
162
|
-
- test/dummy/
|
163
|
-
- test/dummy/
|
164
|
-
- test/dummy/
|
165
|
-
- test/dummy/
|
166
|
-
- test/dummy/
|
167
|
-
- test/dummy/
|
168
|
-
- test/dummy/
|
169
|
-
- test/dummy/
|
147
|
+
- test/dummy/app/views/things/edit.html.erb
|
148
|
+
- test/dummy/app/views/things/index.html.erb
|
149
|
+
- test/dummy/app/views/things/new.html.erb
|
150
|
+
- test/dummy/app/views/things/show.html.erb
|
151
|
+
- test/dummy/config.ru
|
152
|
+
- test/dummy/config/application.rb
|
153
|
+
- test/dummy/config/boot.rb
|
154
|
+
- test/dummy/config/database.yml
|
155
|
+
- test/dummy/config/environment.rb
|
156
|
+
- test/dummy/config/environments/development.rb
|
157
|
+
- test/dummy/config/environments/production.rb
|
158
|
+
- test/dummy/config/environments/test.rb
|
159
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
160
|
+
- test/dummy/config/initializers/inflections.rb
|
161
|
+
- test/dummy/config/initializers/mime_types.rb
|
162
|
+
- test/dummy/config/initializers/secret_token.rb
|
163
|
+
- test/dummy/config/initializers/session_store.rb
|
164
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
165
|
+
- test/dummy/config/locales/en.yml
|
166
|
+
- test/dummy/config/routes.rb
|
167
|
+
- test/dummy/db/development.sqlite3
|
170
168
|
- test/dummy/db/migrate/20121207090710_create_things.rb
|
169
|
+
- test/dummy/db/migrate/20130131134020_create_ominous_warnings.ominous.rb
|
170
|
+
- test/dummy/db/migrate/20130131134021_create_ominous_warning_closers.ominous.rb
|
171
171
|
- test/dummy/db/migrate/20130131134022_create_ominous_closers.ominous.rb
|
172
|
-
- test/dummy/db/
|
173
|
-
- test/dummy/db/
|
174
|
-
- test/dummy/db/seeds/ominous/closers.yml
|
175
|
-
- test/dummy/db/seeds.rb
|
176
|
-
- test/dummy/db/development.sqlite3
|
172
|
+
- test/dummy/db/migrate/20130131134023_add_title_and_description_to_ominous_warnings.ominous.rb
|
173
|
+
- test/dummy/db/migrate/20130131134024_add_link_text_and_message_to_ominous_closers.ominous.rb
|
177
174
|
- test/dummy/db/schema.rb
|
178
|
-
- test/dummy/
|
179
|
-
- test/dummy/
|
180
|
-
- test/dummy/
|
175
|
+
- test/dummy/db/seeds.rb
|
176
|
+
- test/dummy/db/seeds/ominous/closers.yml
|
177
|
+
- test/dummy/db/seeds/ominous/warnings.yml
|
178
|
+
- test/dummy/db/test.sqlite3
|
179
|
+
- test/dummy/log/development.log
|
180
|
+
- test/dummy/log/test.log
|
181
181
|
- test/dummy/public/404.html
|
182
|
+
- test/dummy/public/422.html
|
182
183
|
- test/dummy/public/500.html
|
184
|
+
- test/dummy/public/favicon.ico
|
185
|
+
- test/dummy/script/rails
|
183
186
|
- test/dummy/test/functional/things_controller_test.rb
|
184
187
|
- test/dummy/test/unit/helpers/things_helper_test.rb
|
185
188
|
- test/dummy/test/unit/thing_test.rb
|
186
|
-
- test/dummy/
|
187
|
-
- test/dummy/tmp/cache/assets/
|
188
|
-
- test/dummy/tmp/cache/assets/
|
189
|
-
- test/dummy/tmp/cache/assets/DAB/9C0/sprockets%2F8cadb8398e03f9730da11f8e7c9dc73b
|
189
|
+
- test/dummy/tmp/cache/assets/C4E/860/sprockets%2F3846e91221a1804781ed844616a37b2f
|
190
|
+
- test/dummy/tmp/cache/assets/C8C/290/sprockets%2F638827bda7464853364b3e374fa6d552
|
191
|
+
- test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
|
190
192
|
- test/dummy/tmp/cache/assets/CB1/FD0/sprockets%2F6e1bd95023705b5529e7ccc754a02867
|
191
|
-
- test/dummy/tmp/cache/assets/CDA/7C0/sprockets%2F12b62b18784b4353d97f6a97a41f0ad0
|
192
193
|
- test/dummy/tmp/cache/assets/CC9/A60/sprockets%2F07383698788b2e4738d47ae3ec6a1d87
|
193
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
194
|
-
- test/dummy/tmp/cache/assets/D77/D00/sprockets%2F4d1e5a8a96bd3c395214fd8ca879bf41
|
195
|
-
- test/dummy/tmp/cache/assets/DF4/C60/sprockets%2F9a20e4568aca578053dddb4e4aca0def
|
196
|
-
- test/dummy/tmp/cache/assets/CDC/310/sprockets%2Ffcc31591d15ae084c418fc172660b956
|
197
|
-
- test/dummy/tmp/cache/assets/D2B/540/sprockets%2Fc83f54ae55237ceb746bbb53c00b1142
|
198
|
-
- test/dummy/tmp/cache/assets/D47/090/sprockets%2F3f61bf7b226774e61d49a5c2bf4ba788
|
199
|
-
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
200
|
-
- test/dummy/tmp/cache/assets/D70/F20/sprockets%2F1769eda3bb9755fed833c4ba761231dc
|
201
|
-
- test/dummy/tmp/cache/assets/D6A/BF0/sprockets%2F762d06ba45dbecea1ec4f91d06449184
|
202
|
-
- test/dummy/tmp/cache/assets/D6B/810/sprockets%2Fb86f0cb0c0c0e267d26cf93fa606b578
|
203
194
|
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
204
195
|
- test/dummy/tmp/cache/assets/CD8/D80/sprockets%2Fc021b5f59c2af065ff29a632752434f2
|
205
|
-
- test/dummy/tmp/cache/assets/
|
196
|
+
- test/dummy/tmp/cache/assets/CDA/7C0/sprockets%2F12b62b18784b4353d97f6a97a41f0ad0
|
197
|
+
- test/dummy/tmp/cache/assets/CDC/310/sprockets%2Ffcc31591d15ae084c418fc172660b956
|
198
|
+
- test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2
|
206
199
|
- test/dummy/tmp/cache/assets/CFF/E00/sprockets%2F352bab412d75fa19d0a07504553b59df
|
207
|
-
- test/dummy/tmp/cache/assets/
|
208
|
-
- test/dummy/tmp/cache/assets/
|
209
|
-
- test/dummy/tmp/cache/assets/
|
200
|
+
- test/dummy/tmp/cache/assets/D06/CE0/sprockets%2F41d74669fa9b15be92441ba007ab0c68
|
201
|
+
- test/dummy/tmp/cache/assets/D2B/540/sprockets%2Fc83f54ae55237ceb746bbb53c00b1142
|
202
|
+
- test/dummy/tmp/cache/assets/D2C/6D0/sprockets%2F3d403240cf0f43b784f29abbcb44f206
|
203
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
204
|
+
- test/dummy/tmp/cache/assets/D47/090/sprockets%2F3f61bf7b226774e61d49a5c2bf4ba788
|
210
205
|
- test/dummy/tmp/cache/assets/D49/8D0/sprockets%2F92613a75279536c4bcf4f3ba6cfde494
|
211
|
-
- test/dummy/tmp/cache/assets/
|
206
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
212
207
|
- test/dummy/tmp/cache/assets/D55/D30/sprockets%2F7736f39574ccd9ee349df6370cacc753
|
213
|
-
- test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
|
214
208
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
209
|
+
- test/dummy/tmp/cache/assets/D63/460/sprockets%2Fb9c8c98e6433f883fef1c54e67727ae9
|
210
|
+
- test/dummy/tmp/cache/assets/D6A/BF0/sprockets%2F762d06ba45dbecea1ec4f91d06449184
|
211
|
+
- test/dummy/tmp/cache/assets/D6B/810/sprockets%2Fb86f0cb0c0c0e267d26cf93fa606b578
|
215
212
|
- test/dummy/tmp/cache/assets/D6D/E30/sprockets%2F22dcb449e5cb7993f426a6f2ba336b2d
|
216
|
-
- test/dummy/tmp/cache/assets/
|
217
|
-
- test/dummy/
|
218
|
-
- test/dummy/
|
219
|
-
- test/dummy/
|
220
|
-
- test/dummy/
|
221
|
-
- test/dummy/
|
222
|
-
- test/dummy/
|
223
|
-
- test/dummy/
|
224
|
-
- test/dummy/
|
225
|
-
- test/dummy/
|
226
|
-
- test/dummy/config/initializers/session_store.rb
|
227
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
228
|
-
- test/dummy/config/initializers/secret_token.rb
|
229
|
-
- test/dummy/config/initializers/mime_types.rb
|
230
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
231
|
-
- test/dummy/config/application.rb
|
232
|
-
- test/dummy/script/rails
|
233
|
-
- test/fixtures/ominous/warnings.yml
|
234
|
-
- test/fixtures/ominous/warning_closers.yml
|
213
|
+
- test/dummy/tmp/cache/assets/D70/F20/sprockets%2F1769eda3bb9755fed833c4ba761231dc
|
214
|
+
- test/dummy/tmp/cache/assets/D77/D00/sprockets%2F4d1e5a8a96bd3c395214fd8ca879bf41
|
215
|
+
- test/dummy/tmp/cache/assets/D96/950/sprockets%2F5eee98198ef9d6273cdca638b9865fa8
|
216
|
+
- test/dummy/tmp/cache/assets/DA5/C50/sprockets%2F7927a05ef7b30ffae83363a81fdfb3c8
|
217
|
+
- test/dummy/tmp/cache/assets/DA5/F70/sprockets%2F859ce38bab39b76b3dfcd28026aa8f62
|
218
|
+
- test/dummy/tmp/cache/assets/DAB/9C0/sprockets%2F8cadb8398e03f9730da11f8e7c9dc73b
|
219
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
220
|
+
- test/dummy/tmp/cache/assets/DF4/C60/sprockets%2F9a20e4568aca578053dddb4e4aca0def
|
221
|
+
- test/dummy/tmp/cache/assets/DFF/160/sprockets%2Fcabc0678d4fc6e9077e4e0ee21d6a3ed
|
222
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
235
223
|
- test/fixtures/ominous/closers.yml
|
224
|
+
- test/fixtures/ominous/warning_closers.yml
|
225
|
+
- test/fixtures/ominous/warnings.yml
|
236
226
|
- test/fixtures/things.yml
|
237
227
|
- test/functional/ominous/warnings_controller_test.rb
|
228
|
+
- test/integration/navigation_test.rb
|
229
|
+
- test/ominous_test.rb
|
238
230
|
- test/test_helper.rb
|
239
231
|
- test/unit/helpers/ominous/warnings_helper_test.rb
|
240
232
|
- test/unit/ominous/closer_test.rb
|
241
233
|
- test/unit/ominous/warning_closer_test.rb
|
242
234
|
- test/unit/ominous/warning_test.rb
|
243
|
-
- test/ominous_test.rb
|
244
235
|
homepage: https://github.com/reggieb/ominous
|
245
236
|
licenses:
|
246
237
|
- MIT-LICENSE
|
238
|
+
metadata: {}
|
247
239
|
post_install_message:
|
248
240
|
rdoc_options: []
|
249
241
|
require_paths:
|
250
242
|
- lib
|
251
243
|
required_ruby_version: !ruby/object:Gem::Requirement
|
252
|
-
none: false
|
253
244
|
requirements:
|
254
245
|
- - ! '>='
|
255
246
|
- !ruby/object:Gem::Version
|
256
247
|
version: '0'
|
257
248
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
258
|
-
none: false
|
259
249
|
requirements:
|
260
250
|
- - ! '>='
|
261
251
|
- !ruby/object:Gem::Version
|
262
252
|
version: '0'
|
263
253
|
requirements: []
|
264
254
|
rubyforge_project:
|
265
|
-
rubygems_version:
|
255
|
+
rubygems_version: 2.2.2
|
266
256
|
signing_key:
|
267
|
-
specification_version:
|
257
|
+
specification_version: 4
|
268
258
|
summary: A rails warning engine
|
269
259
|
test_files:
|
270
260
|
- test/integration/navigation_test.rb
|
@@ -320,6 +310,7 @@ test_files:
|
|
320
310
|
- test/dummy/tmp/cache/assets/CDC/310/sprockets%2Ffcc31591d15ae084c418fc172660b956
|
321
311
|
- test/dummy/tmp/cache/assets/D2B/540/sprockets%2Fc83f54ae55237ceb746bbb53c00b1142
|
322
312
|
- test/dummy/tmp/cache/assets/D47/090/sprockets%2F3f61bf7b226774e61d49a5c2bf4ba788
|
313
|
+
- test/dummy/tmp/cache/assets/DFF/160/sprockets%2Fcabc0678d4fc6e9077e4e0ee21d6a3ed
|
323
314
|
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
324
315
|
- test/dummy/tmp/cache/assets/D70/F20/sprockets%2F1769eda3bb9755fed833c4ba761231dc
|
325
316
|
- test/dummy/tmp/cache/assets/D6A/BF0/sprockets%2F762d06ba45dbecea1ec4f91d06449184
|
@@ -331,9 +322,12 @@ test_files:
|
|
331
322
|
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
332
323
|
- test/dummy/tmp/cache/assets/D63/460/sprockets%2Fb9c8c98e6433f883fef1c54e67727ae9
|
333
324
|
- test/dummy/tmp/cache/assets/DA5/F70/sprockets%2F859ce38bab39b76b3dfcd28026aa8f62
|
325
|
+
- test/dummy/tmp/cache/assets/DA5/C50/sprockets%2F7927a05ef7b30ffae83363a81fdfb3c8
|
334
326
|
- test/dummy/tmp/cache/assets/D49/8D0/sprockets%2F92613a75279536c4bcf4f3ba6cfde494
|
335
327
|
- test/dummy/tmp/cache/assets/D96/950/sprockets%2F5eee98198ef9d6273cdca638b9865fa8
|
328
|
+
- test/dummy/tmp/cache/assets/C4E/860/sprockets%2F3846e91221a1804781ed844616a37b2f
|
336
329
|
- test/dummy/tmp/cache/assets/D55/D30/sprockets%2F7736f39574ccd9ee349df6370cacc753
|
330
|
+
- test/dummy/tmp/cache/assets/C8C/290/sprockets%2F638827bda7464853364b3e374fa6d552
|
337
331
|
- test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
|
338
332
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
339
333
|
- test/dummy/tmp/cache/assets/D6D/E30/sprockets%2F22dcb449e5cb7993f426a6f2ba336b2d
|