blinkr 0.3.4 → 0.3.5

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: 1df6688e98868b28398b0bb8cd3e31f4ad47e450
4
- data.tar.gz: d21bfa1954fbf9f2328c0baefefaff23eee6c98c
3
+ metadata.gz: 1ae9d41b67344e89b2be1a9114913c387bfe0137
4
+ data.tar.gz: adb4a85a366617189d158bcd3296ea31d0fd6a04
5
5
  SHA512:
6
- metadata.gz: 9db0fb41e32a587e2f20384473ed72642113a35545688f2777de887cb5a085be94baab09ff92832649a8618a927ac6b4f1977f9feb0da34f1ea98210e4812d8a
7
- data.tar.gz: e2bf502da1bf99a5e98120c934cd0d9507a9afd37bfe1fcf3a43f17cb29cb86f3eb979b921ea4dfbcc7894b514f93b689574c5f4ade17696dd7cb9e980904f2a
6
+ metadata.gz: 0a4d6eb3adf7dd35fc7a98f2c192cc6b8f04cee7536a06cec3559c617ebc172ede2c53366aa7818541b823937d5511c7265c3a14726948eb495016cf25843ec4
7
+ data.tar.gz: 30ddd5da3af3a0a4acaa03bda9096f40e7d9edb72529774d356f6907945aa9a389a2f0fd8d9edf2e9ae9b752363f7783241f44586b432e51309f50ce1eb30494
@@ -58,8 +58,8 @@ module Blinkr
58
58
  :icon => 'fa-bookmark-o'
59
59
  })
60
60
  # It wasn't in the sitemap, so we'll add it to the "external_links" to still be checked
61
- external_links[url] = locations
62
61
  end
62
+ external_links[link.to_s] = locations
63
63
  end
64
64
  end
65
65
  external_links.each do |url, metadata|
@@ -1,4 +1,4 @@
1
1
  module Blinkr
2
- VERSION='0.3.4'
2
+ VERSION='0.3.5'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blinkr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Muir
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-27 00:00:00.000000000 Z
12
+ date: 2015-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler