multitunnels 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f6ffdbbf77a056e8f65856cb0cadf28981a6603
4
- data.tar.gz: 13552a5f830d8b620d59192b98568c62a04a4057
3
+ metadata.gz: 96d6b4eb916daf80561c9c02514753883c61e322
4
+ data.tar.gz: 66b3abbe084a87245b39245ed0ca7fb41f6118d6
5
5
  SHA512:
6
- metadata.gz: 59ec67f3950c913fd4ea360a1ff072bf1d883a21073b9f9420ea6388ce07c15f252772db3919ef644d17d0efa7d4252df84a311d4ab724f255d1c66de3bd34ff
7
- data.tar.gz: 7068d4edd06ca66d1444c7e5ba9cb14473b19ee5e0bfd77521fc2967cf8e9299a9773a2eb3666303a8dba7cfc0b3f2363de59bca0f16d12453ae9903acd8fd09
6
+ metadata.gz: f3cf787c20df1330aa7340996132a39bd752e8d53d6a9b2e5d4ac8522186ee2b3827b62f5e51b25400f17b2bb4590efaaca1e41d482c98df2b0be212c609d0f0
7
+ data.tar.gz: a29d6e85a28278d081d6dfd3e9717b9e6823a0f9409e3787d628d467c3e0cdd369693f9425827eb769ddf8206c826e859ea958e2ea385c93a974cc69666e6f5f
data/.gitignore CHANGED
@@ -3,3 +3,4 @@ pkg/
3
3
  *~
4
4
  *.swp
5
5
  *.tmp
6
+ .rake_tasks
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
- Tunnels
1
+ MultiTunnels
2
2
  =======
3
3
 
4
4
  ![image](http://i.imgur.com/Ej5dz.png)
5
5
 
6
- Tunnels is a proxy to http/https from http/https.
6
+ MultiTunnels is a proxy to http/https from http/https.
7
7
 
8
8
  You can run the [Pow](http://pow.cx/) over SSL!
9
9
 
data/lib/tunnels.rb CHANGED
@@ -40,13 +40,13 @@ module Tunnels
40
40
  def self.help
41
41
  <<-HELP
42
42
  Usage:
43
- tunnels [from to] [from2 to2] ...
43
+ multitunnels [from to] [from2 to2] ...
44
44
 
45
45
  Examples:
46
- tunnels 443 3000
47
- tunnels localhost:443 localhost:3000
48
- tunnels https://:443 http://:3000
49
- tunnels https://localhost:443 http://localhost:3000
46
+ multitunnels 443 3000
47
+ multitunnels localhost:443 localhost:3000
48
+ multitunnels https://:443 http://:3000
49
+ multitunnels https://localhost:443 http://localhost:3000
50
50
 
51
51
  HELP
52
52
  end
@@ -1,3 +1,3 @@
1
1
  module Tunnels
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multitunnels
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo