rpc4json 0.0.2.alpha1 → 0.0.2.alpha2

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,7 +99,6 @@ module JSONRPC
99
99
 
100
100
  def new_http
101
101
  Net::HTTP.new(@host, @port, @proxy_host, @proxy_port).tap do |http|
102
- http.set_debug_output($stdout)
103
102
  http.use_ssl = @use_ssl if @use_ssl
104
103
  http.read_timeout = @timeout
105
104
  http.open_timeout = @timeout
@@ -12,7 +12,7 @@ module JSONRPC
12
12
  # The tiny number version.
13
13
  TINY = 2
14
14
  # The pre realese number version.
15
- PRE = :alpha1
15
+ PRE = :alpha2
16
16
 
17
17
  # The complete number version.
18
18
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpc4json
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.alpha1
4
+ version: 0.0.2.alpha2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-28 00:00:00.000000000 Z
12
+ date: 2014-10-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler