nagioscheck 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ *.sw?
@@ -1,3 +1,3 @@
1
1
  module NagiosCheck
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["aaron@9minutesnooze.com"]
11
11
  spec.description = %q{Makes writing Nagios checks easier}
12
12
  spec.summary = %q{Makes writing Nagios checks easier}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/9minutesnooze/nagioscheck_gem"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nagioscheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,7 +58,7 @@ files:
58
58
  - lib/nagioscheck.rb
59
59
  - lib/nagioscheck/version.rb
60
60
  - nagioscheck.gemspec
61
- homepage: ''
61
+ homepage: https://github.com/9minutesnooze/nagioscheck_gem
62
62
  licenses:
63
63
  - MIT
64
64
  post_install_message: