ffwd-tunnel 0.1.4 → 0.1.5

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 7bc855d417aeb6092d1f24b9e60c5824de3bf12d
4
- data.tar.gz: a039d9fba4da05e209b742b1b95f9d932865c730
5
- SHA512:
6
- metadata.gz: f94ecbc4aad513fc70ff151dc4198f5d8c0990d87343db925befc58747b57a0f0a7a3e6953576111bdff71e10079531c1ce115ed3629bb0a9c70728a83b55927
7
- data.tar.gz: da5c23fc0db4209cd09b35a69315a75f1454807a9c4cfc711891f9a9417f4878cf8885bc7f0d3cb1371dc3de2ce8b808833245f91685501ce6a47651c9f4c075
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ M2JmNTNkNzVhZjBkNDlmZjZiMmQ3MGM5NWU5OGNlZGEzNzQ4NTdjMQ==
5
+ data.tar.gz: !binary |-
6
+ ZDAxYjZkY2ExZTU1ZTQ1NTFmZmRiZWE1YzEzMDQ3Zjg2MTI3MGU2OQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MjExYzRjOTRlYTFjNjk4OThjMWQ0ODE1OGY2ZGI3ZjZiMzIxMDMyYmQyYWUw
10
+ ZmU2ZjNiZmRmYzVjNjU1ZDU1NmExNmExMzE1NWVhM2UzZTYwYzE4MDM3NzZh
11
+ MTM0ZGE3MWYzMzE3NWNmNzUxNDYyZWFkMzgxZDdjZDNmMjZiNzc=
12
+ data.tar.gz: !binary |-
13
+ OTc3YjgxYWE1ZDRmMTA4NWQ0MzBkYjU2NzIyNDRjMmU5NjNjNjcwMTY3MWIx
14
+ NjVjYTUxNjA2ZjUwMTJhZWIzNGYyZjg1NTdmMDJmZWQ1NzMwMGY2ZDdhNzhj
15
+ MTEwOGQxMDc1ZTUzZjhlMjY4MjA1ZTVkMjZlYjZiMDAyZGQ4MzM=
@@ -16,7 +16,7 @@
16
16
  module FFWD
17
17
  module Plugin
18
18
  module Tunnel
19
- VERSION = "0.1.4"
19
+ VERSION = "0.1.5"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffwd-tunnel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
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-03-17 00:00:00.000000000 Z
11
+ date: 2014-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffwd
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
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
26
  version: '0'
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:
@@ -63,8 +63,8 @@ files:
63
63
  - bin/ffwd-tunnel-agent
64
64
  - lib/ffwd/plugin/tunnel.rb
65
65
  - lib/ffwd/plugin/tunnel/binary_protocol.rb
66
- - lib/ffwd/plugin/tunnel/version.rb
67
66
  - lib/ffwd/plugin/tunnel/connection_tcp.rb
67
+ - lib/ffwd/plugin/tunnel/version.rb
68
68
  homepage: https://github.com/spotify/ffwd
69
69
  licenses:
70
70
  - Apache 2.0
@@ -75,12 +75,12 @@ require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - '>='
78
+ - - ! '>='
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ! '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []