proxylocal 0.2.1 → 0.2.2

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/bin/proxylocal CHANGED
@@ -61,7 +61,7 @@ default_options = {
61
61
  :server_host => 'proxylocal.com',
62
62
  :server_port => '8282',
63
63
  :local_port => '80',
64
- :tls => true,
64
+ :tls => false,
65
65
  :verbose => false,
66
66
  :version => ProxyLocal::VERSION
67
67
  }
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.1'
7
+ VERSION = '0.2.2'
8
8
 
9
9
  module Serializer
10
10
  def self.dump(object)
data/proxylocal.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{proxylocal}
5
- s.version = "0.2.1"
5
+ s.version = "0.2.2"
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"]
data.tar.gz.sig CHANGED
Binary file
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Just Lest
metadata.gz.sig CHANGED
Binary file