easymon 1.3 → 1.4
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.
Potentially problematic release.
This version of easymon might be problematic. Click here for more details.
- checksums.yaml +5 -5
- data/README.md +2 -2
- data/lib/easymon/checks/redis_check.rb +1 -1
- data/lib/easymon/version.rb +1 -1
- data/test/controllers/easymon/checks_controller_test.rb +5 -5
- data/test/dummy/log/test.log +1777 -1718
- metadata +41 -41
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easymon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.4'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Anderson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: redis
|
@@ -56,14 +56,14 @@ dependencies:
|
|
56
56
|
requirements:
|
57
57
|
- - "~>"
|
58
58
|
- !ruby/object:Gem::Version
|
59
|
-
version: 0.
|
59
|
+
version: 0.5.0
|
60
60
|
type: :development
|
61
61
|
prerelease: false
|
62
62
|
version_requirements: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
64
|
- - "~>"
|
65
65
|
- !ruby/object:Gem::Version
|
66
|
-
version: 0.
|
66
|
+
version: 0.5.0
|
67
67
|
- !ruby/object:Gem::Dependency
|
68
68
|
name: pg
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
@@ -211,62 +211,62 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
213
|
rubyforge_project:
|
214
|
-
rubygems_version: 2.
|
214
|
+
rubygems_version: 2.7.6
|
215
215
|
signing_key:
|
216
216
|
specification_version: 4
|
217
217
|
summary: Simple availability checks for your rails app
|
218
218
|
test_files:
|
219
|
-
- test/
|
220
|
-
- test/
|
221
|
-
- test/
|
222
|
-
- test/
|
223
|
-
- test/
|
219
|
+
- test/unit/checks/memcached_check_test.rb
|
220
|
+
- test/unit/checks/http_check_test.rb
|
221
|
+
- test/unit/checks/semaphore_check_test.rb
|
222
|
+
- test/unit/checks/active_record_check_test.rb
|
223
|
+
- test/unit/checks/active_record_check_on_postgresql_test.rb
|
224
|
+
- test/unit/checks/split_active_record_check_test.rb
|
225
|
+
- test/unit/checks/redis_check_test.rb
|
226
|
+
- test/unit/checks/traffic_enabled_check_test.rb
|
227
|
+
- test/unit/repository_test.rb
|
228
|
+
- test/unit/checklist_test.rb
|
224
229
|
- test/dummy/app/controllers/application_controller.rb
|
225
230
|
- test/dummy/app/controllers/easymon_controller.rb
|
226
|
-
- test/dummy/app/helpers/application_helper.rb
|
227
|
-
- test/dummy/app/helpers/easymon_helper.rb
|
228
231
|
- test/dummy/app/views/easymon/index.html.erb
|
229
232
|
- test/dummy/app/views/easymon/show.html.erb
|
230
233
|
- test/dummy/app/views/layouts/application.html.erb
|
234
|
+
- test/dummy/app/assets/javascripts/easymon.js
|
235
|
+
- test/dummy/app/assets/javascripts/application.js
|
236
|
+
- test/dummy/app/assets/stylesheets/application.css
|
237
|
+
- test/dummy/app/assets/stylesheets/easymon.css
|
238
|
+
- test/dummy/app/helpers/easymon_helper.rb
|
239
|
+
- test/dummy/app/helpers/application_helper.rb
|
240
|
+
- test/dummy/config/routes.rb
|
241
|
+
- test/dummy/config/locales/en.yml
|
242
|
+
- test/dummy/config/environments/production.rb
|
243
|
+
- test/dummy/config/environments/development.rb
|
244
|
+
- test/dummy/config/environments/test.rb
|
245
|
+
- test/dummy/config/environment.rb
|
246
|
+
- test/dummy/config/redis.yml
|
231
247
|
- test/dummy/config/application.rb
|
232
|
-
- test/dummy/config/
|
248
|
+
- test/dummy/config/memcached.yml
|
233
249
|
- test/dummy/config/database.yml
|
250
|
+
- test/dummy/config/boot.rb
|
234
251
|
- test/dummy/config/elasticsearch.yml
|
235
|
-
- test/dummy/config/environment.rb
|
236
|
-
- test/dummy/config/environments/development.rb
|
237
|
-
- test/dummy/config/environments/production.rb
|
238
|
-
- test/dummy/config/environments/test.rb
|
239
252
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
240
|
-
- test/dummy/config/initializers/easymon.rb
|
241
|
-
- test/dummy/config/initializers/inflections.rb
|
242
253
|
- test/dummy/config/initializers/mime_types.rb
|
243
|
-
- test/dummy/config/initializers/secret_token.rb
|
244
254
|
- test/dummy/config/initializers/session_store.rb
|
245
255
|
- test/dummy/config/initializers/wrap_parameters.rb
|
246
|
-
- test/dummy/config/
|
247
|
-
- test/dummy/config/
|
248
|
-
- test/dummy/config/
|
249
|
-
- test/dummy/config/routes.rb
|
256
|
+
- test/dummy/config/initializers/easymon.rb
|
257
|
+
- test/dummy/config/initializers/secret_token.rb
|
258
|
+
- test/dummy/config/initializers/inflections.rb
|
250
259
|
- test/dummy/config.ru
|
251
|
-
- test/dummy/
|
252
|
-
- test/dummy/
|
253
|
-
- test/dummy/public/
|
260
|
+
- test/dummy/script/rails
|
261
|
+
- test/dummy/Rakefile
|
262
|
+
- test/dummy/public/favicon.ico
|
254
263
|
- test/dummy/public/422.html
|
255
264
|
- test/dummy/public/500.html
|
256
|
-
- test/dummy/public/
|
257
|
-
- test/dummy/
|
265
|
+
- test/dummy/public/404.html
|
266
|
+
- test/dummy/log/test.log
|
267
|
+
- test/dummy/log/development.log
|
258
268
|
- test/dummy/README.rdoc
|
259
|
-
- test/dummy/script/rails
|
260
|
-
- test/helpers/easymon/checks_helper_test.rb
|
261
269
|
- test/integration/navigation_test.rb
|
262
270
|
- test/test_helper.rb
|
263
|
-
- test/
|
264
|
-
- test/
|
265
|
-
- test/unit/checks/active_record_check_test.rb
|
266
|
-
- test/unit/checks/http_check_test.rb
|
267
|
-
- test/unit/checks/memcached_check_test.rb
|
268
|
-
- test/unit/checks/redis_check_test.rb
|
269
|
-
- test/unit/checks/semaphore_check_test.rb
|
270
|
-
- test/unit/checks/split_active_record_check_test.rb
|
271
|
-
- test/unit/checks/traffic_enabled_check_test.rb
|
272
|
-
- test/unit/repository_test.rb
|
271
|
+
- test/controllers/easymon/checks_controller_test.rb
|
272
|
+
- test/helpers/easymon/checks_helper_test.rb
|