lazy-check 1.2.0 → 1.2.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lazy-check.gemspec +3 -3
- data/lib/lazy/check/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a356d327311f566f5327c5f614e5de2b1978a3e8332e93f46b2e780ba39e266
|
|
4
|
+
data.tar.gz: 198d81f34d63fb71225b4c639845069feb7f5b0a2a07c25766142cfbd57ed516
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d351d75801a9159e5c07d38eefc9d16d5c1b1799dea46560ffa1be921c1d37a4b1de57daf60f9bbf58af4ecdf7e6518dcf521c18adaf49a90d5fe5dc74bc375f
|
|
7
|
+
data.tar.gz: 4da6ebe703af6252be932aee3dc1e9c9cf00fe8ac36d8c4c91546e354615d39a497dde210342ac10e31bdf23ac9645b61e3ebfc2fdc46ed7f5e0dd7666f918fd
|
data/Gemfile.lock
CHANGED
data/lazy-check.gemspec
CHANGED
|
@@ -3,11 +3,11 @@ require_relative 'lib/lazy/check/version'
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "lazy-check"
|
|
5
5
|
s.version = Lazy::Check::VERSION
|
|
6
|
-
s.authors = ["
|
|
6
|
+
s.authors = ["Philippe Perret"]
|
|
7
7
|
s.email = ["philippe.perret@yahoo.fr"]
|
|
8
8
|
|
|
9
|
-
s.summary = %q{
|
|
10
|
-
s.description = %q{
|
|
9
|
+
s.summary = %q{Check lazilly your web site pages}
|
|
10
|
+
s.description = %q{This gem is a lazy but serious way of testing that a website is valid in terms of its pages and content.}
|
|
11
11
|
s.homepage = "https://rubygems.org/gems/lazy-check"
|
|
12
12
|
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
13
13
|
|
data/lib/lazy/check/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lazy-check
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Philippe Perret
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description:
|
|
70
|
-
|
|
69
|
+
description: This gem is a lazy but serious way of testing that a website is valid
|
|
70
|
+
in terms of its pages and content.
|
|
71
71
|
email:
|
|
72
72
|
- philippe.perret@yahoo.fr
|
|
73
73
|
executables: []
|
|
@@ -128,5 +128,5 @@ requirements: []
|
|
|
128
128
|
rubygems_version: 3.1.6
|
|
129
129
|
signing_key:
|
|
130
130
|
specification_version: 4
|
|
131
|
-
summary:
|
|
131
|
+
summary: Check lazilly your web site pages
|
|
132
132
|
test_files: []
|