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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 435af24bcfbc0c0bdc73be1a65c5ee00f884911e
4
- data.tar.gz: c8e567b403f578aa9a5eefdfa250212b66f92335
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZGIyYzdhZDYxMjFiYTg2MGYxNzBlZjJlMGM3ZjAyNTgxMjRjZTMyNA==
5
+ data.tar.gz: !binary |-
6
+ MWJmNTU4NTIxODMzM2U5NTdkZWMwMzJlNmUyOGRlNGJkODdiZjgxYg==
5
7
  SHA512:
6
- metadata.gz: 3df50ab43f6291822969db988261c24970a6931ab2f0b69651ac41b3e1fc7e39012eb05bc535e46bc63b985b8f728da6643d00b28f28ecc1c322882a0469e868
7
- data.tar.gz: c984052f548803f2e9992976bbab6fbc135a21ec54d9c21ff157ae7b3719979d60391dedb5371c1182ff1c29b05a77868b165b12a037b5b5dab3a4bffd511c1d
8
+ metadata.gz: !binary |-
9
+ NzI2YjM3Njc5OTdkNWE5NmY0MzE0ZDI1NjU2NTg5NzIzNjk2MTEwZjIyZjBj
10
+ M2E0MWQ3M2ZiZTg2Nzg0NGQ4NTRlNGVjYzFkZWY5NTcwODI0OTNhYTIwNDQ3
11
+ NjE4ZTA2NGJmZDg0MTg4OWEwOTQzMDBkN2FkZDU5OGRhZDc2NGE=
12
+ data.tar.gz: !binary |-
13
+ MDA2ZjFhYjMxNDU1ZmEyMTQ0ZGFkNDFiMDYxZmE1N2MzODlkNDBhZTM2ZjY5
14
+ NWI5NGRhOWY0NWNkNTc2NGQyN2I4NmJhMWQ2YTc5YWE5MzVlOTdiMzdjYWZj
15
+ MTA5OGQyODlkNDk5M2ViYzEyYzFlZDlhNmYyYmYxOWNkNGM0NTg=
@@ -16,7 +16,7 @@
16
16
  module FFWD
17
17
  module Plugin
18
18
  module Tunnel
19
- VERSION = "0.3.6"
19
+ VERSION = "0.3.7"
20
20
  end
21
21
  end
22
22
  end
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.6
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: 2014-12-11 00:00:00.000000000 Z
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.6
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.6
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/version.rb
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.0.14
90
+ rubygems_version: 2.2.2
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Simple tunneling support for FFWD.