proxylocal 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +1 -3
- data/lib/client.rb +9 -6
- data/proxylocal.gemspec +2 -2
- metadata +4 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
O�L�ժu[��q~����u�C�I�ɉK�G9@k?�%���욪J�B��~�����2�p�r�L��m-j/��X�����ʼ��"�ѹ�B$p�%�b��sY,�N��cX�f��#��@�0�$֥��x���D�Uw�¨�$��K����N.t�'��cNr(c�t�ב!psW|�����YIf�M�'?��{ꭺZW
|
3
|
-
}ޢs��Ԟ�K�9@
|
1
|
+
�H��Qp0�v���K*��;�fo�r���?�w���$��݁N�6�KHZ�I�9�ܼ?Fҙj�-M[K� Vn����TѪ��ߧ18uM����%Υ!#����t�f���À�v����EM���,�z�.տ��.�{�IrK�=[��9�T"������,:#�p�Kbη�f���
|
data/lib/client.rb
CHANGED
@@ -4,7 +4,7 @@ require 'eventmachine'
|
|
4
4
|
require 'bert'
|
5
5
|
|
6
6
|
module ProxyLocal
|
7
|
-
VERSION = '0.2.
|
7
|
+
VERSION = '0.2.4'
|
8
8
|
|
9
9
|
module Serializer
|
10
10
|
def self.dump(object)
|
@@ -25,11 +25,14 @@ module ProxyLocal
|
|
25
25
|
|
26
26
|
@@logger.info("Run with options #{options.inspect}")
|
27
27
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
28
|
+
begin
|
29
|
+
trap "SIGCLD", "IGNORE"
|
30
|
+
trap "INT" do
|
31
|
+
puts
|
32
|
+
EventMachine.run
|
33
|
+
exit
|
34
|
+
end
|
35
|
+
rescue ArgumentError
|
33
36
|
end
|
34
37
|
|
35
38
|
EventMachine.run do
|
data/proxylocal.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{proxylocal}
|
5
|
-
s.version = "0.2.
|
5
|
+
s.version = "0.2.4"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Just Lest"]
|
9
9
|
s.cert_chain = ["/Users/lest/.gem/gem-public_cert.pem"]
|
10
|
-
s.date = %q{2010-12-
|
10
|
+
s.date = %q{2010-12-17}
|
11
11
|
s.default_executable = %q{proxylocal}
|
12
12
|
s.description = %q{Proxy your local web-server and make it publicly available over the internet}
|
13
13
|
s.email = %q{just.lest@gmail.com}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proxylocal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Just Lest
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
36
36
|
9HkV98wF6vQ=
|
37
37
|
-----END CERTIFICATE-----
|
38
38
|
|
39
|
-
date: 2010-12-
|
39
|
+
date: 2010-12-17 00:00:00 +02:00
|
40
40
|
default_executable:
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
Binary file
|