arachnid 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. data/lib/arachnid.rb +1 -1
  2. metadata +1 -1
data/lib/arachnid.rb CHANGED
@@ -120,7 +120,7 @@ class Arachnid
120
120
  not_found = true
121
121
 
122
122
  extensions.each do |e|
123
- if(url.to_s[-e.size .. -1] == e.to_s)
123
+ if(url.to_s[-e.size .. -1].downcase == e.to_s.downcase)
124
124
  not_found = false
125
125
  end
126
126
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: arachnid
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - dchuk