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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0b37fa28e3130b06c5458f8e5e37695d340b5c7
4
- data.tar.gz: c251c2f9d6235c29c913917f7bbf4366bfce7e5f
3
+ metadata.gz: 8ff58a21566d3436c9fcf1c84f6324748e7c5151
4
+ data.tar.gz: b2238ed5c84294a8d5b6ada664dfa21e32824822
5
5
  SHA512:
6
- metadata.gz: d8a2675abf7fafe9c6e4f73bf0935d86d6f9469463d3a07b48afe34e25ea8a017a7dc239683917dae44a6f8c0c0cfa65b6b60fcec7409864096ae15450842efc
7
- data.tar.gz: 20c6c6da2a3b323c94bf84e44d0584756efcc56efe8836fa7ace1939a7ee0ea26afad7eabf6c4a834e01730d5eea6b4c47fb41e441cd36c6af8427bc235cf569
6
+ metadata.gz: e2a5628170fa8bfc553d92c7d56f2e0ea098610303aed7568b8fada4f6f0eff8336792f02ad024c45fd9f4b2a4d7e364b29f9bd9066a03716e2e7cc29be8d7ae
7
+ data.tar.gz: dd8725ae311ad455b8a3d81b70c02c396168ae994059ffa824df20ccb762c77a3a562e3f74e2eebc7b32f88bafe09b7fa76deacfeb001d542022cc528ea13e81
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Pantopoda
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
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.8
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-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler