thrift-client 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/thrift_client.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 866baefd0e4535af10cb51678e8612fde1bfba91
|
4
|
+
data.tar.gz: 2fbdff18a5e1b97b7fa0e628d2eb9c245b3df426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3561f60edb1995911ead3c4f59179b972da8144c70cdb92bbab39e5fdb12a0bf0fc27b4387a15381470be98fe93df31fd10bc75224dba0567c64a70515b6819
|
7
|
+
data.tar.gz: 3141bf30248e2a6519b1f1484b18bfc223e1449af9897cff034502482d5b1cc70e76c9a2ba175d5b0171ff6854c3b1edae6fc00fa9c56defaab6a290d2041dbc
|
data/lib/thrift_client.rb
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
require 'thrift'
|
2
2
|
require 'thrift_client/thrift'
|
3
|
-
require 'thrift_client/multiplexed_processor'
|
4
|
-
require 'thrift_client/multiplexed_client'
|
5
3
|
require 'thrift_client/abstract_server'
|
6
4
|
require 'thrift_client/single_client_server'
|
7
5
|
require 'thrift_client/multi_client_server'
|