ace-client 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/ace-client/base.rb +11 -0
- data/lib/ace-client/query2.rb +1 -0
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.16
|
data/lib/ace-client/base.rb
CHANGED
@@ -37,6 +37,17 @@ module AceClient
|
|
37
37
|
else
|
38
38
|
@use_ssl = true
|
39
39
|
end
|
40
|
+
if options.key?(:host_with_port)
|
41
|
+
@host_with_port = options[:host_with_port]
|
42
|
+
elsif ENV['ACE_HOST_WITH_PORT']
|
43
|
+
if ENV['ACE_HOST_WITH_PORT'] == 'false'
|
44
|
+
@host_with_port = false
|
45
|
+
else
|
46
|
+
@host_with_port = true
|
47
|
+
end
|
48
|
+
else
|
49
|
+
@host_with_port = false
|
50
|
+
end
|
40
51
|
if options[:debug_output]
|
41
52
|
self.class.debug_output(options[:debug_output])
|
42
53
|
elsif %w(STDOUT STDERR).include?(ENV['ACE_DEBUG_OUTPUT'])
|
data/lib/ace-client/query2.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ace-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.16
|
5
5
|
prerelease:
|
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-
|
12
|
+
date: 2014-12-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
161
161
|
version: '0'
|
162
162
|
segments:
|
163
163
|
- 0
|
164
|
-
hash:
|
164
|
+
hash: 2697402469122249656
|
165
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
166
166
|
none: false
|
167
167
|
requirements:
|