monit 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- monit (0.1.0)
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.20)
17
- rspec-core (= 2.0.0.beta.20)
18
- rspec-expectations (= 2.0.0.beta.20)
19
- rspec-mocks (= 2.0.0.beta.20)
20
- rspec-core (2.0.0.beta.20)
21
- rspec-expectations (2.0.0.beta.20)
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.20)
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
@@ -3,3 +3,4 @@ require "monit/platform"
3
3
  require "monit/server"
4
4
  require "monit/service"
5
5
  require "monit/status"
6
+ require "monit/version"
@@ -1,3 +1,3 @@
1
1
  module Monit
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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://rubygems.org/gems/monit"
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
- - 1
9
- version: 0.1.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-12 00:00:00 +03:00
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://rubygems.org/gems/monit
137
+ homepage: http://github.com/k33l0r/monit
138
138
  licenses: []
139
139
 
140
140
  post_install_message: