handsoap 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 1
4
- :patch: 3
4
+ :patch: 4
5
5
  :build:
@@ -22,7 +22,6 @@ module Handsoap
22
22
  @curl = ::Curl::Easy.new(url)
23
23
  @curl.timeout = Handsoap.timeout
24
24
  @curl.enable_cookies = @enable_cookies
25
- @curl.verbose = true
26
25
  end
27
26
  @curl
28
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handsoap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Troels Knak-Nielsen