proxylocal 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data.tar.gz.sig CHANGED
@@ -1,3 +1 @@
1
- R�5c�� ��C8TQ���w%kv hz������)t*[:|�
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��Qp0v���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؜���
@@ -4,7 +4,7 @@ require 'eventmachine'
4
4
  require 'bert'
5
5
 
6
6
  module ProxyLocal
7
- VERSION = '0.2.3'
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
- trap "SIGCLD", "IGNORE"
29
- trap "INT" do
30
- puts
31
- EventMachine.run
32
- exit
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
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{proxylocal}
5
- s.version = "0.2.3"
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-16}
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
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-16 00:00:00 +02:00
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