ffwd 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ffwd/version.rb +1 -1
  3. metadata +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b64d17883b2270f2881852ba03b835186eb7b5b8
4
- data.tar.gz: 73fb67085c33020061b6673a38bd253a672de0be
3
+ metadata.gz: e172640fca8135f6652a11b2c8b6ef952bbafce2
4
+ data.tar.gz: dff058b4070c1f23036163fa6fd9756a61aa466c
5
5
  SHA512:
6
- metadata.gz: 06dc1d8011388e4d1a754e70bf5c40ec45b4037cd8c94a3327dec0a26217c65b1607d54b79df50f08f47d8e4b72fe4fb0c10f007f3ebbc0f14b95e7a2fe3aa77
7
- data.tar.gz: eed054fc3a895e30a5351b3e96e2ecbd679036961b60ced3521c4a7dd4f3c4c81e44b716693e6024b74aa316e8d1a1aaafae1f68465666aa0c189f95974eafcc
6
+ metadata.gz: 92d951e1b1ff5093dceb4d36eb78c446ac5268d670474185fb99bef19fa98d8fc9be13bb74e41cc6cf6f16ed3dd7720ae319aed79090d430ae589f01c8b17cc9
7
+ data.tar.gz: aed1cc25236c3875e2b9a9a037b58e873325be95c2ec4d34d91a8a2a3bb60a66a29e15ff663500c735fd440d5a94808dc0c1b4f0bfec15adaf8306a82e32159d
@@ -14,5 +14,5 @@
14
14
  # the License.
15
15
 
16
16
  module FFWD
17
- VERSION = "0.4.0"
17
+ VERSION = "0.4.1"
18
18
  end
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.0
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-10 00:00:00.000000000 Z
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/core.rb
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/json/connection.rb
105
+ - lib/ffwd/plugin.rb
105
106
  - lib/ffwd/plugin/json.rb
106
- - lib/ffwd/plugin/log/writer.rb
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/tcp.rb
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.0.14
157
+ rubygems_version: 2.2.2
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Core framework for the FastForward Daemon.