curl 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of curl might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/lib/curl.rb +1 -1
  2. metadata +2 -2
@@ -44,7 +44,7 @@ class CURL
44
44
  # @cookies_file = "/home/ruslan/curl.jar"
45
45
  #--header "Accept-Encoding: deflate"
46
46
  # @setup_params = ' --header "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" --header "Accept-Language: en-us,en;q=0.5" --header "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7" '
47
- @setup_params = ' --connect-timeout #{@connect_timeout} --max-time #{@max_time} --retry #{@retry} --location --compressed --silent -k '
47
+ @setup_params = " --connect-timeout #{@connect_timeout} --max-time #{@max_time} --retry #{@retry} --location --compressed --silent -k "
48
48
  # @setup_params = ' --location --silent '
49
49
  yield self if block_given?
50
50
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - tg0