thrift_client-adamd 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/thrift_client-adamd.rb +6 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGRhY2RjMmQzZjMyOWZmNTRkYjIxNmFmODcxNDA4YTI2Y2YxYjY0NA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjQ1NjRhZTU5YzhlOTcyM2JjN2EwY2Y0MjdiOWFjZjBiNWNlZDNiZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZWEzODZkNmFmNGMxOTZkYjQzOWFkNTRhYzlhMzFiOWE0Yjk2Y2M1ZmRmYzU0
|
10
|
+
MzFjM2JlY2NiZGVlNTc2NjczOGE2NWIyM2VjODhlODUwMTYyNzVkM2Q1YzFl
|
11
|
+
MDM1MDZiZmVlNTMyNjQ4NjY2M2Y4NjVmMDI4NmU2NDQ1NGUzOTc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmRkYmU4M2IxMDhhNTU2MDc2OGQ4NGJkN2QzNDU4NzMxZTI2ZWJhOTM3NzRk
|
14
|
+
NDRhODQxMDUxNTAzZWQ4MzRhZTUzYjQyMzhmNGNhNjdhNDM5NmM0NGQ5YzY1
|
15
|
+
NWY5ZjQyN2QzMWQwOTFhNmY1NDhkZDIxYjBiZjg1YjEyNGFmZDc=
|
@@ -0,0 +1,6 @@
|
|
1
|
+
# In order to namespace the gem name via the gemspec to thrift_client-adamd,
|
2
|
+
# we must also provide a file of the same name at the top level of the gem's
|
3
|
+
# lib directory. This allows rubygems autoload functionality to work properly
|
4
|
+
# and we then simply require the actual thrift_client.rb to load the rest of the
|
5
|
+
# gem's files properly.
|
6
|
+
require_relative 'thrift_client'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thrift_client-adamd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Weaver
|
@@ -74,6 +74,7 @@ executables: []
|
|
74
74
|
extensions: []
|
75
75
|
extra_rdoc_files: []
|
76
76
|
files:
|
77
|
+
- lib/thrift_client-adamd.rb
|
77
78
|
- lib/thrift_client.rb
|
78
79
|
- lib/thrift_client/abstract_thrift_client.rb
|
79
80
|
- lib/thrift_client/connection.rb
|