stat-analysis-query 0.0.7 → 0.0.8
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/querymodel_types.rb +2 -0
- data/lib/t_discover_service.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86e04034c2d15325743718e53b05a292aa46604e
|
|
4
|
+
data.tar.gz: e6c80314e7cba294ba1e60d49e70cf8133fcb918
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f65f46abeb4770fc2aa7241bfad2789258cca434984ad2bb2304129db01e47b512d48d11217da05cf505aa9b193ab084436e3dcf105474b6b501e50e6b66c6f
|
|
7
|
+
data.tar.gz: 697a293435253cf2567c73e87c973557bf97ede5adf34310691943d14599905e8e452c392897bede6523978032eb1617c65c81721e32aaadb451ba9f35eb52d7
|
data/lib/querymodel_types.rb
CHANGED
|
@@ -93,6 +93,8 @@ module Stat
|
|
|
93
93
|
def struct_fields; FIELDS; end
|
|
94
94
|
|
|
95
95
|
def validate
|
|
96
|
+
raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field name is unset!') unless @name
|
|
97
|
+
raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field position is unset!') unless @position
|
|
96
98
|
end
|
|
97
99
|
|
|
98
100
|
::Thrift::Struct.generate_accessors self
|
data/lib/t_discover_service.rb
CHANGED
|
@@ -826,7 +826,7 @@ module Stat
|
|
|
826
826
|
SUCCESS = 0
|
|
827
827
|
|
|
828
828
|
FIELDS = {
|
|
829
|
-
SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::BOOL}}
|
|
829
|
+
SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::MAP, :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::BOOL}}}
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
def struct_fields; FIELDS; end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stat-analysis-query
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ted Wang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thrift
|