ffwd-tunnel 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/lib/ffwd/plugin/tunnel/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ZGIyYzdhZDYxMjFiYTg2MGYxNzBlZjJlMGM3ZjAyNTgxMjRjZTMyNA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MWJmNTU4NTIxODMzM2U5NTdkZWMwMzJlNmUyOGRlNGJkODdiZjgxYg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NzI2YjM3Njc5OTdkNWE5NmY0MzE0ZDI1NjU2NTg5NzIzNjk2MTEwZjIyZjBj
|
10
|
+
M2E0MWQ3M2ZiZTg2Nzg0NGQ4NTRlNGVjYzFkZWY5NTcwODI0OTNhYTIwNDQ3
|
11
|
+
NjE4ZTA2NGJmZDg0MTg4OWEwOTQzMDBkN2FkZDU5OGRhZDc2NGE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MDA2ZjFhYjMxNDU1ZmEyMTQ0ZGFkNDFiMDYxZmE1N2MzODlkNDBhZTM2ZjY5
|
14
|
+
NWI5NGRhOWY0NWNkNTc2NGQyN2I4NmJhMWQ2YTc5YWE5MzVlOTdiMzdjYWZj
|
15
|
+
MTA5OGQyODlkNDk5M2ViYzEyYzFlZDlhNmYyYmYxOWNkNGM0NTg=
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffwd-tunnel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John-John Tedro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffwd
|
@@ -16,40 +16,40 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.3.
|
19
|
+
version: 0.3.7
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.3.
|
26
|
+
version: 0.3.7
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - '>='
|
31
|
+
- - ! '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - '>='
|
38
|
+
- - ! '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec-mocks
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - '>='
|
45
|
+
- - ! '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - '>='
|
52
|
+
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description:
|
@@ -62,11 +62,11 @@ extra_rdoc_files: []
|
|
62
62
|
files:
|
63
63
|
- bin/ffwd-tunnel-agent
|
64
64
|
- lib/ffwd/plugin/tunnel.rb
|
65
|
-
- lib/ffwd/plugin/tunnel/bind_udp.rb
|
66
|
-
- lib/ffwd/plugin/tunnel/bind_tcp.rb
|
67
65
|
- lib/ffwd/plugin/tunnel/binary_protocol.rb
|
68
|
-
- lib/ffwd/plugin/tunnel/
|
66
|
+
- lib/ffwd/plugin/tunnel/bind_tcp.rb
|
67
|
+
- lib/ffwd/plugin/tunnel/bind_udp.rb
|
69
68
|
- lib/ffwd/plugin/tunnel/connection_tcp.rb
|
69
|
+
- lib/ffwd/plugin/tunnel/version.rb
|
70
70
|
homepage: https://github.com/spotify/ffwd
|
71
71
|
licenses:
|
72
72
|
- Apache 2.0
|
@@ -77,17 +77,17 @@ require_paths:
|
|
77
77
|
- lib
|
78
78
|
required_ruby_version: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - '>='
|
80
|
+
- - ! '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
84
|
requirements:
|
85
|
-
- - '>='
|
85
|
+
- - ! '>='
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
89
|
rubyforge_project:
|
90
|
-
rubygems_version: 2.
|
90
|
+
rubygems_version: 2.2.2
|
91
91
|
signing_key:
|
92
92
|
specification_version: 4
|
93
93
|
summary: Simple tunneling support for FFWD.
|