web_checker 0.1.2 → 0.1.21

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f1cd10771d7f76d00bfa144400ee87148a88bdf
4
- data.tar.gz: 7bf020c2d5c6733e5636528ff2914a25f4834516
3
+ metadata.gz: 5f37cbf17b9ba9ffdd3aae459cbf64db1cdf49a3
4
+ data.tar.gz: a168c0057cad5ad71e44240a7fcf2a539638d0ce
5
5
  SHA512:
6
- metadata.gz: b9a6845c7d07df1f637026018d76e1fba13207e331193ae7f2eac178c16d8822be0c5615e0b37d4da09449a83ca59c6589f9fd131838679448fccc810c3f108f
7
- data.tar.gz: fe48e0df9400e4e95dd638f0952272d20157e90474a88dfcd22ac0021be58f7d86b9600c3ab4d54d66a5ba1140b27363d1f355cdc379679e56aded270d52bb80
6
+ metadata.gz: 0bda5d060d137d77b4235ec6d6ee724e59b0d53e9f03871ba2734b499cef4e8a302b6466ce73f142e762b1f5b9dd9acf04c5056b02f0761b1108e35472cc21c0
7
+ data.tar.gz: 4213af5b1ab08f50b8011bc8e37b4f99731877253b84d993539ea19b8fc0f2adc0e3aea16164c6a7aca63b96f5f3cd236c416207f6f13549337921d09d557f42
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # WebChecker
2
2
 
3
- A simple service for checking a availability of web resource
3
+ A simple service for checking the availability of web resource
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module WebChecker
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.21"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = WebChecker::VERSION
9
9
  spec.authors = ['Vitaliy V. Shopov']
10
10
  spec.email = ['vitaliy.shopov@cleawing.com']
11
- spec.summary = %q{A simple service for checking a availability of web resource}
12
- spec.description = %q{A simple service for checking a availability of web resource}
11
+ spec.summary = %q{A simple service for checking the availability of web resource}
12
+ spec.description = %q{A simple service for checking the availability of web resource}
13
13
  spec.homepage = 'https://github.com/unitymind/web_checker'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitaliy V. Shopov
@@ -164,7 +164,7 @@ dependencies:
164
164
  - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
- description: A simple service for checking a availability of web resource
167
+ description: A simple service for checking the availability of web resource
168
168
  email:
169
169
  - vitaliy.shopov@cleawing.com
170
170
  executables:
@@ -215,7 +215,7 @@ rubyforge_project:
215
215
  rubygems_version: 2.2.2
216
216
  signing_key:
217
217
  specification_version: 4
218
- summary: A simple service for checking a availability of web resource
218
+ summary: A simple service for checking the availability of web resource
219
219
  test_files:
220
220
  - spec/spec_helper.rb
221
221
  - spec/web_checker/http_spec.rb