sockit 1.0.3 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/lib/sockit/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d75114cfc6b2ea059cc2c17ae2649b193f8245f6
4
- data.tar.gz: c54d0bc0d054afe869135a9b21ef1ff3d615c6bd
3
+ metadata.gz: 95fb9e0226c66eb6ea7d97c4ddb344efa45b346f
4
+ data.tar.gz: 599eb639c88f1e37248b7980de9e6f6a55ad7f9e
5
5
  SHA512:
6
- metadata.gz: d830a305fe498ea3a55d08f73dfd175401c020f82f88cf4b61cb97ba3ab665cc05a1124a687a8f107b756d520b98e7a1b88bea6ce427331f267063f0931e374c
7
- data.tar.gz: ad0a3d32ff39a4c47bc4a6d4c7d3d895a86614c0d4d082d2fc96885c87f6de5e16dcece32d89474455b1bc485b37f4de4fe00ee1d16cb1326177285ecd594651
6
+ metadata.gz: 74dd976ccd30f37d96ee7d4db993813745cbe4f1d7ecc5561754bbd7740980829d81e7b185ba1d0f9dade54ae028600f05c9c25feac96a7aa98ffb07680cee8d
7
+ data.tar.gz: e288cf8de4fff0e54e9aaa3b567fa3dd4a2adc7caeec4a2bf89e21912d2b4fef92ef5d30cb65a3ea7dcbaa4420ee6172dffb072d20d0d4108e1783a7a116b60a
data/README.md CHANGED
@@ -79,6 +79,9 @@ Once configured you can simply do something along these lines:
79
79
 
80
80
  And everything will be magically routed via your configured SOCKS server.
81
81
 
82
+ ## SS5
83
+
84
+ I use SS5 for my SOCKS servers. It works well and is easy to configure. It is also the server which the specs run against on Travis CI. You can see how it is compiled, configured and started as well as more the the Travis `before_install` script, https://github.com/zpatten/sockit/blob/master/spec/support/before_install.sh
82
85
 
83
86
  ## CONTRIBUTING
84
87
 
@@ -21,7 +21,7 @@
21
21
  module Sockit
22
22
 
23
23
  unless const_defined?(:VERSION)
24
- VERSION = "1.0.3"
24
+ VERSION = "1.0.4"
25
25
  end
26
26
 
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sockit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Patten