monit 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +10 -8
- data/lib/monit.rb +1 -0
- data/lib/monit/version.rb +1 -1
- data/monit.gemspec +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
monit (0.1.
|
4
|
+
monit (0.1.2)
|
5
5
|
crack (~> 0.1.8)
|
6
6
|
curb (~> 0.7.8)
|
7
7
|
|
@@ -13,14 +13,16 @@ GEM
|
|
13
13
|
curb (0.7.8)
|
14
14
|
diff-lcs (1.1.2)
|
15
15
|
rake (0.8.7)
|
16
|
-
rspec (2.0.0.beta.
|
17
|
-
rspec-core (= 2.0.0.beta.
|
18
|
-
rspec-expectations (= 2.0.0.beta.
|
19
|
-
rspec-mocks (= 2.0.0.beta.
|
20
|
-
rspec-core (2.0.0.beta.
|
21
|
-
rspec-expectations (2.0.0.beta.
|
16
|
+
rspec (2.0.0.beta.22)
|
17
|
+
rspec-core (= 2.0.0.beta.22)
|
18
|
+
rspec-expectations (= 2.0.0.beta.22)
|
19
|
+
rspec-mocks (= 2.0.0.beta.22)
|
20
|
+
rspec-core (2.0.0.beta.22)
|
21
|
+
rspec-expectations (2.0.0.beta.22)
|
22
22
|
diff-lcs (>= 1.1.2)
|
23
|
-
rspec-mocks (2.0.0.beta.
|
23
|
+
rspec-mocks (2.0.0.beta.22)
|
24
|
+
rspec-core (= 2.0.0.beta.22)
|
25
|
+
rspec-expectations (= 2.0.0.beta.22)
|
24
26
|
|
25
27
|
PLATFORMS
|
26
28
|
ruby
|
data/lib/monit.rb
CHANGED
data/lib/monit/version.rb
CHANGED
data/monit.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
s.authors = ["Matias Korhonen"]
|
9
9
|
s.email = ["matias@kiskolabs.com"]
|
10
|
-
s.homepage = "http://
|
10
|
+
s.homepage = "http://github.com/k33l0r/monit"
|
11
11
|
s.summary = "Connect to Monit"
|
12
12
|
s.description = "Retrieve server information from Monit."
|
13
13
|
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Matias Korhonen
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-09-
|
17
|
+
date: 2010-09-14 00:00:00 +03:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -134,7 +134,7 @@ files:
|
|
134
134
|
- spec/samples/smallish_status.xml
|
135
135
|
- spec/spec_helper.rb
|
136
136
|
has_rdoc: true
|
137
|
-
homepage: http://
|
137
|
+
homepage: http://github.com/k33l0r/monit
|
138
138
|
licenses: []
|
139
139
|
|
140
140
|
post_install_message:
|