okcomputer 0.5.3 → 0.5.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.
- checksums.yaml +7 -0
- data/lib/okcomputer.rb +1 -0
- data/lib/okcomputer/built_in_checks/ruby_version_check.rb +7 -0
- data/lib/okcomputer/version.rb +1 -1
- metadata +28 -41
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 9268124fdbf87b4a54885c060b24a2108d0ad1af
|
|
4
|
+
data.tar.gz: 9ed43a200aea9617c44754af597f2c6eeb507b1b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6635fc4eb45da4d9ff41ad88dec2a0b8da286e9600379363f878bf319899b437367e4547b6492d4eb14176b7afe1a811ff2d45cbdf29982ff6eeab0cb63ef667
|
|
7
|
+
data.tar.gz: 03f1bced39e075f5a1fbe4cc0f8bca89dcb46b886a14f545266e4e31b9b10b60591c43a1a200ce47ed38d320aa9a9fc6f27f6f1f2c0120f3645289a41871f5cd
|
data/lib/okcomputer.rb
CHANGED
|
@@ -12,6 +12,7 @@ require "okcomputer/built_in_checks/mongoid_check"
|
|
|
12
12
|
require "okcomputer/built_in_checks/resque_backed_up_check"
|
|
13
13
|
require "okcomputer/built_in_checks/resque_down_check"
|
|
14
14
|
require "okcomputer/built_in_checks/delayed_job_backed_up_check"
|
|
15
|
+
require "okcomputer/built_in_checks/ruby_version_check"
|
|
15
16
|
|
|
16
17
|
module OKComputer
|
|
17
18
|
end
|
data/lib/okcomputer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,82 +1,80 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: okcomputer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.5.4
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Patrick Byrne
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: sqlite3
|
|
16
|
-
type: :development
|
|
17
15
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
16
|
requirements:
|
|
20
|
-
- -
|
|
17
|
+
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: '0'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
|
-
none: false
|
|
25
23
|
requirements:
|
|
26
|
-
- -
|
|
24
|
+
- - ">="
|
|
27
25
|
- !ruby/object:Gem::Version
|
|
28
26
|
version: '0'
|
|
29
|
-
prerelease: false
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: rspec-rails
|
|
32
|
-
type: :development
|
|
33
29
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
30
|
requirements:
|
|
36
|
-
- -
|
|
31
|
+
- - ">="
|
|
37
32
|
- !ruby/object:Gem::Version
|
|
38
33
|
version: '0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
|
-
none: false
|
|
41
37
|
requirements:
|
|
42
|
-
- -
|
|
38
|
+
- - ">="
|
|
43
39
|
- !ruby/object:Gem::Version
|
|
44
40
|
version: '0'
|
|
45
|
-
prerelease: false
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
|
47
42
|
name: coveralls
|
|
48
|
-
type: :development
|
|
49
43
|
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
44
|
requirements:
|
|
52
|
-
- -
|
|
45
|
+
- - ">="
|
|
53
46
|
- !ruby/object:Gem::Version
|
|
54
47
|
version: '0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
55
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
56
|
-
none: false
|
|
57
51
|
requirements:
|
|
58
|
-
- -
|
|
52
|
+
- - ">="
|
|
59
53
|
- !ruby/object:Gem::Version
|
|
60
54
|
version: '0'
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
ensure your\n app is working as intended.\n "
|
|
55
|
+
description: "\n Inspired by the simplicity of Fitter Happier, but frustrated by
|
|
56
|
+
its lack of\n flexibility, we built OK Computer. Create and register your own
|
|
57
|
+
custom\n health checks, or choose from the built-in library of checks to ensure
|
|
58
|
+
your\n app is working as intended.\n "
|
|
66
59
|
email:
|
|
67
60
|
- patrick.byrne@tstmedia.com
|
|
68
61
|
executables: []
|
|
69
62
|
extensions: []
|
|
70
63
|
extra_rdoc_files: []
|
|
71
64
|
files:
|
|
65
|
+
- MIT-LICENSE
|
|
66
|
+
- README.markdown
|
|
67
|
+
- Rakefile
|
|
72
68
|
- app/controllers/ok_computer_controller.rb
|
|
73
69
|
- config/routes.rb
|
|
70
|
+
- lib/okcomputer.rb
|
|
74
71
|
- lib/okcomputer/built_in_checks/active_record_check.rb
|
|
75
72
|
- lib/okcomputer/built_in_checks/default_check.rb
|
|
76
73
|
- lib/okcomputer/built_in_checks/delayed_job_backed_up_check.rb
|
|
77
74
|
- lib/okcomputer/built_in_checks/mongoid_check.rb
|
|
78
75
|
- lib/okcomputer/built_in_checks/resque_backed_up_check.rb
|
|
79
76
|
- lib/okcomputer/built_in_checks/resque_down_check.rb
|
|
77
|
+
- lib/okcomputer/built_in_checks/ruby_version_check.rb
|
|
80
78
|
- lib/okcomputer/built_in_checks/size_threshold_check.rb
|
|
81
79
|
- lib/okcomputer/check.rb
|
|
82
80
|
- lib/okcomputer/check_collection.rb
|
|
@@ -84,40 +82,29 @@ files:
|
|
|
84
82
|
- lib/okcomputer/engine.rb
|
|
85
83
|
- lib/okcomputer/registry.rb
|
|
86
84
|
- lib/okcomputer/version.rb
|
|
87
|
-
- lib/okcomputer.rb
|
|
88
85
|
- lib/tasks/okcomputer_tasks.rake
|
|
89
|
-
- MIT-LICENSE
|
|
90
|
-
- Rakefile
|
|
91
|
-
- README.markdown
|
|
92
86
|
homepage: https://github.com/sportngin/okcomputer
|
|
93
87
|
licenses:
|
|
94
88
|
- MIT
|
|
89
|
+
metadata: {}
|
|
95
90
|
post_install_message:
|
|
96
91
|
rdoc_options: []
|
|
97
92
|
require_paths:
|
|
98
93
|
- lib
|
|
99
94
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
100
|
-
none: false
|
|
101
95
|
requirements:
|
|
102
|
-
- -
|
|
96
|
+
- - ">="
|
|
103
97
|
- !ruby/object:Gem::Version
|
|
104
|
-
segments:
|
|
105
|
-
- 0
|
|
106
98
|
version: '0'
|
|
107
|
-
hash: 2464436518700252543
|
|
108
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
|
-
none: false
|
|
110
100
|
requirements:
|
|
111
|
-
- -
|
|
101
|
+
- - ">="
|
|
112
102
|
- !ruby/object:Gem::Version
|
|
113
|
-
segments:
|
|
114
|
-
- 0
|
|
115
103
|
version: '0'
|
|
116
|
-
hash: 2464436518700252543
|
|
117
104
|
requirements: []
|
|
118
105
|
rubyforge_project:
|
|
119
|
-
rubygems_version:
|
|
106
|
+
rubygems_version: 2.2.0
|
|
120
107
|
signing_key:
|
|
121
|
-
specification_version:
|
|
108
|
+
specification_version: 4
|
|
122
109
|
summary: A simple, extensible health-check monitor
|
|
123
110
|
test_files: []
|