pantopoda 0.0.8 → 0.0.9
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/lib/pantopoda.rb +1 -1
- data/lib/pantopoda/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ff58a21566d3436c9fcf1c84f6324748e7c5151
|
|
4
|
+
data.tar.gz: b2238ed5c84294a8d5b6ada664dfa21e32824822
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2a5628170fa8bfc553d92c7d56f2e0ea098610303aed7568b8fada4f6f0eff8336792f02ad024c45fd9f4b2a4d7e364b29f9bd9066a03716e2e7cc29be8d7ae
|
|
7
|
+
data.tar.gz: dd8725ae311ad455b8a3d81b70c02c396168ae994059ffa824df20ccb762c77a3a562e3f74e2eebc7b32f88bafe09b7fa76deacfeb001d542022cc528ea13e81
|
data/lib/pantopoda.rb
CHANGED
|
@@ -136,7 +136,7 @@ module Pantopoda
|
|
|
136
136
|
def make_absolute(href, root)
|
|
137
137
|
begin
|
|
138
138
|
URI.parse(root).merge(URI.parse(split_url_at_hash(href.to_s.gsub(/\s+/, "%20")))).to_s
|
|
139
|
-
rescue URI::InvalidURIError, URI::InvalidComponentError => e
|
|
139
|
+
rescue URI::InvalidURIError, URI::InvalidComponentError, NoMethodError => e
|
|
140
140
|
return false
|
|
141
141
|
end
|
|
142
142
|
end
|
data/lib/pantopoda/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pantopoda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriel Lim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|