cherrypicker 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ class LinkChecker
12
12
 
13
13
  def initialize(links)
14
14
  @links = links
15
- if links[0] =~ /^http:\/\/(www.|)rapidshare.com/
15
+ if links[0] =~ /^http(s|):\/\/(www.|)rapidshare.com/
16
16
  @status = rapidshare
17
17
  else
18
18
  @status = hotfile
@@ -1,3 +1,3 @@
1
1
  module Cherrypicker
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cherrypicker
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Karl Entwistle