dolzenko 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dolzenko/remote_download.rb +2 -2
  2. metadata +2 -2
@@ -15,7 +15,7 @@ module RemoteDownload
15
15
  "User-Agent" => "curl/7.14.0 (i586-pc-mingw32msvc) libcurl/7.14.0 zlib/1.2.2",
16
16
  "Host" => uri.host,
17
17
  "Accept" => "*/*",
18
- "Referer" => SELFPORT,
18
+ "Referer" => "",
19
19
  })
20
20
 
21
21
  dputs("got response: #{ response }")
@@ -50,7 +50,7 @@ module RemoteDownload
50
50
  "User-Agent" => "curl/7.14.0 (i586-pc-mingw32msvc) libcurl/7.14.0 zlib/1.2.2",
51
51
  "Host" => uri.host,
52
52
  "Accept" => "text/html",
53
- "Referer" => SELFPORT,
53
+ "Referer" => "",
54
54
  }
55
55
  )
56
56
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 12
9
- version: 0.0.12
8
+ - 13
9
+ version: 0.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Evgeniy Dolzhenko