check_http 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/check_http.gemspec +1 -1
- data/lib/check_http/cli.rb +2 -0
- data/lib/check_http/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
data/check_http.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = CheckHTTP::VERSION
|
9
9
|
gem.authors = ["Michael Gorsuch"]
|
10
10
|
gem.email = ["michael.gorsuch@gmail.com"]
|
11
|
-
gem.description = %q{a simple interface to gather curl stats
|
11
|
+
gem.description = %q{a simple interface to gather curl stats against an HTTP resource}
|
12
12
|
gem.summary = gem.description
|
13
13
|
gem.homepage = "https://github.com/gorsuch/check_http"
|
14
14
|
|
data/lib/check_http/cli.rb
CHANGED
data/lib/check_http/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: check_http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description: a simple interface to gather curl stats
|
46
|
+
description: a simple interface to gather curl stats against an HTTP resource
|
47
47
|
email:
|
48
48
|
- michael.gorsuch@gmail.com
|
49
49
|
executables:
|
@@ -85,5 +85,5 @@ rubyforge_project:
|
|
85
85
|
rubygems_version: 1.8.23
|
86
86
|
signing_key:
|
87
87
|
specification_version: 3
|
88
|
-
summary: a simple interface to gather curl stats
|
88
|
+
summary: a simple interface to gather curl stats against an HTTP resource
|
89
89
|
test_files: []
|