phantom_client 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/phantom_client.rb
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
require 'rubygems'
|
2
2
|
|
3
|
+
require File.expand_path(File.dirname(__FILE__))+'/phantom_client/phantom_client_no_proxy.rb'
|
3
4
|
require File.expand_path(File.dirname(__FILE__))+'/phantom_client/phantom_client.rb'
|
4
5
|
require File.expand_path(File.dirname(__FILE__))+'/phantom_client/phantom_client_connection.rb'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phantom_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 2
|
10
|
+
version: 1.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Daniel Sudmann
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-06-27 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -44,6 +44,7 @@ extra_rdoc_files: []
|
|
44
44
|
|
45
45
|
files:
|
46
46
|
- lib/phantom_client/phantom_client_connection.rb
|
47
|
+
- lib/phantom_client/phantom_client_no_proxy.rb
|
47
48
|
- lib/phantom_client/phantom_client.rb
|
48
49
|
- lib/phantom_client.rb
|
49
50
|
- bin/phantom_client
|