broken_link_finder 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00dd2be1d5bc9a2fe1d6c94a66a27dc29844aa986b9742328135b70ed490e289
4
- data.tar.gz: 72669b20d0a080254b1e6481cb08887126aed78f37c138f6d3658c696c719fae
3
+ metadata.gz: 134dfae975f01be474a18d86cfa173a8509a6548f3d48343b7c4dc26de40dc53
4
+ data.tar.gz: bbf9d2d32bc016637c9dfb97ab7a74f8fe6d50ea21f4998d167ed226926ad12d
5
5
  SHA512:
6
- metadata.gz: c21b88afb280842f4fc72723a1dbfca6cd80cd8a3d821bff53b385bc793c009fe02c5e58c3feeb836b86f867014ca468037a3d863b6b50cf1833af29327c15f9
7
- data.tar.gz: b471806008dafff72fd66994cc95c5622314115faaf939c739bd2f09c1d8055b6abcdc3507530821f93787678d0c52b91f25c727e6f4061d1e281afc4a27c31d
6
+ metadata.gz: 9698dda0c3a1b513c425060a29207df1e6b56c32aff9fbfd3ada97d4e57fcb77ee893073c4cd4a1af40d425bba9c6a47fbe23730b87f2cd85f3088f1afab1581
7
+ data.tar.gz: 581f2acd266a151b567708f6fe7e522972367fbcf4db0f6e746105483766a8ba2d3bfc699434961c4a6291d71a722dc11f47ea299a80074aed89fe46388cca4d
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- broken_link_finder (0.4.0)
4
+ broken_link_finder (0.4.1)
5
5
  thor (= 0.20.3)
6
6
  thread (= 0.2)
7
- wgit (= 0.0.9)
7
+ wgit (= 0.0.10)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -36,8 +36,8 @@ GEM
36
36
  addressable (>= 2.3.6)
37
37
  crack (>= 0.3.2)
38
38
  hashdiff
39
- wgit (0.0.9)
40
- mongo (~> 2.6)
39
+ wgit (0.0.10)
40
+ mongo (~> 2.8.0)
41
41
  nokogiri (~> 1.10)
42
42
 
43
43
  PLATFORMS
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Broken Link Finder
2
2
 
3
- Does what it says on the tin. Finds a website's broken links.
3
+ Does what it says on the tin. Finds a website's broken links.
4
4
 
5
5
  Simply point it at a website and it will crawl all of its webpages searching for and identifing any broken links. You will then be presented with a nice concise summary of the broken links found.
6
6
 
@@ -34,7 +34,7 @@ Installing this gem installs the `broken_link_finder` executable into your `$PAT
34
34
 
35
35
  Adding the `-r` switch would crawl the entire txti.es site, not just it's index page.
36
36
 
37
- See the [output](##Output) section below for an example of a site with broken links.
37
+ See the [output](#Output) section below for an example of a site with broken links.
38
38
 
39
39
  ### Library
40
40
 
@@ -74,6 +74,7 @@ http://imgur.com
74
74
 
75
75
  ## TODO
76
76
 
77
+ - Improve the intelligence of the finder. Currently a custom 'Not Found' webpage will not be discovered as a broken link; it should.
77
78
  - Add logger functionality (especially useful in the console during development).
78
79
 
79
80
  ## Development
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
43
43
  spec.add_development_dependency "byebug", "~> 11.0"
44
44
  spec.add_development_dependency "webmock", "~> 3.5"
45
45
 
46
- spec.add_runtime_dependency "wgit", "0.0.9"
46
+ spec.add_runtime_dependency "wgit", "0.0.10"
47
47
  spec.add_runtime_dependency "thread", "0.2"
48
48
  spec.add_runtime_dependency "thor", "0.20.3"
49
49
  end
@@ -1,3 +1,3 @@
1
1
  module BrokenLinkFinder
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: broken_link_finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Telford
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-18 00:00:00.000000000 Z
11
+ date: 2019-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 0.0.9
103
+ version: 0.0.10
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 0.0.9
110
+ version: 0.0.10
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: thread
113
113
  requirement: !ruby/object:Gem::Requirement