ffwd 0.4.0 → 0.4.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 +4 -4
- data/lib/ffwd/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e172640fca8135f6652a11b2c8b6ef952bbafce2
|
|
4
|
+
data.tar.gz: dff058b4070c1f23036163fa6fd9756a61aa466c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92d951e1b1ff5093dceb4d36eb78c446ac5268d670474185fb99bef19fa98d8fc9be13bb74e41cc6cf6f16ed3dd7720ae319aed79090d430ae589f01c8b17cc9
|
|
7
|
+
data.tar.gz: aed1cc25236c3875e2b9a9a037b58e873325be95c2ec4d34d91a8a2a3bb60a66a29e15ff663500c735fd440d5a94808dc0c1b4f0bfec15adaf8306a82e32159d
|
data/lib/ffwd/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ffwd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John-John Tedro
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-03-
|
|
12
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: eventmachine
|
|
@@ -81,17 +81,18 @@ files:
|
|
|
81
81
|
- bin/fwc
|
|
82
82
|
- lib/em/all.rb
|
|
83
83
|
- lib/em/protocols/frame_object_protocol.rb
|
|
84
|
+
- lib/ffwd.rb
|
|
84
85
|
- lib/ffwd/channel.rb
|
|
85
86
|
- lib/ffwd/connection.rb
|
|
87
|
+
- lib/ffwd/core.rb
|
|
86
88
|
- lib/ffwd/core/emitter.rb
|
|
87
89
|
- lib/ffwd/core/interface.rb
|
|
88
90
|
- lib/ffwd/core/processor.rb
|
|
89
91
|
- lib/ffwd/core/reporter.rb
|
|
90
|
-
- lib/ffwd/
|
|
92
|
+
- lib/ffwd/debug.rb
|
|
91
93
|
- lib/ffwd/debug/connection.rb
|
|
92
94
|
- lib/ffwd/debug/monitor_session.rb
|
|
93
95
|
- lib/ffwd/debug/tcp.rb
|
|
94
|
-
- lib/ffwd/debug.rb
|
|
95
96
|
- lib/ffwd/event.rb
|
|
96
97
|
- lib/ffwd/event_emitter.rb
|
|
97
98
|
- lib/ffwd/flushing_output.rb
|
|
@@ -101,29 +102,29 @@ files:
|
|
|
101
102
|
- lib/ffwd/logging.rb
|
|
102
103
|
- lib/ffwd/metric.rb
|
|
103
104
|
- lib/ffwd/metric_emitter.rb
|
|
104
|
-
- lib/ffwd/plugin
|
|
105
|
+
- lib/ffwd/plugin.rb
|
|
105
106
|
- lib/ffwd/plugin/json.rb
|
|
106
|
-
- lib/ffwd/plugin/
|
|
107
|
+
- lib/ffwd/plugin/json/connection.rb
|
|
107
108
|
- lib/ffwd/plugin/log.rb
|
|
108
|
-
- lib/ffwd/plugin.rb
|
|
109
|
+
- lib/ffwd/plugin/log/writer.rb
|
|
109
110
|
- lib/ffwd/plugin_channel.rb
|
|
110
111
|
- lib/ffwd/plugin_loader.rb
|
|
111
112
|
- lib/ffwd/processor.rb
|
|
112
113
|
- lib/ffwd/producing_client.rb
|
|
114
|
+
- lib/ffwd/protocol.rb
|
|
115
|
+
- lib/ffwd/protocol/tcp.rb
|
|
113
116
|
- lib/ffwd/protocol/tcp/bind.rb
|
|
114
117
|
- lib/ffwd/protocol/tcp/connection.rb
|
|
115
118
|
- lib/ffwd/protocol/tcp/flushing_connect.rb
|
|
116
119
|
- lib/ffwd/protocol/tcp/plain_connect.rb
|
|
117
|
-
- lib/ffwd/protocol/
|
|
120
|
+
- lib/ffwd/protocol/udp.rb
|
|
118
121
|
- lib/ffwd/protocol/udp/bind.rb
|
|
119
122
|
- lib/ffwd/protocol/udp/connect.rb
|
|
120
|
-
- lib/ffwd/protocol/udp.rb
|
|
121
|
-
- lib/ffwd/protocol.rb
|
|
122
123
|
- lib/ffwd/reporter.rb
|
|
123
124
|
- lib/ffwd/retrier.rb
|
|
125
|
+
- lib/ffwd/schema.rb
|
|
124
126
|
- lib/ffwd/schema/default.rb
|
|
125
127
|
- lib/ffwd/schema/spotify100.rb
|
|
126
|
-
- lib/ffwd/schema.rb
|
|
127
128
|
- lib/ffwd/statistics/collector.rb
|
|
128
129
|
- lib/ffwd/statistics/system_statistics.rb
|
|
129
130
|
- lib/ffwd/test/protocol.rb
|
|
@@ -132,7 +133,6 @@ files:
|
|
|
132
133
|
- lib/ffwd/tunnel/udp.rb
|
|
133
134
|
- lib/ffwd/utils.rb
|
|
134
135
|
- lib/ffwd/version.rb
|
|
135
|
-
- lib/ffwd.rb
|
|
136
136
|
- lib/fwc.rb
|
|
137
137
|
homepage: https://github.com/spotify/ffwd
|
|
138
138
|
licenses:
|
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
154
|
version: '0'
|
|
155
155
|
requirements: []
|
|
156
156
|
rubyforge_project:
|
|
157
|
-
rubygems_version: 2.
|
|
157
|
+
rubygems_version: 2.2.2
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
160
|
summary: Core framework for the FastForward Daemon.
|