stat-analysis-query 0.0.8.1 → 0.0.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/querymodel_types.rb +3 -1
  3. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8455165deb32bb0680f1f900263ee925d9664cd6
4
- data.tar.gz: 785baeba343c58f72db00fc4464ccaee1e099801
3
+ metadata.gz: 510554cf50ee26374402b8baa84f560cc163a761
4
+ data.tar.gz: 37025e9330d82798169d43d96468f6bcf68ac9e7
5
5
  SHA512:
6
- metadata.gz: f21e00d5e195d04be5186a65642204b91cf9933b87f49fae7adab5265fde07f1f55b3c75e3bad2c20652492c3c67a10f2a488e8c9dfc241f170999d9150060dc
7
- data.tar.gz: eabd84f31f66571e8c56bab0e5afb10354cdb1854091b441f5e9319548ed9456c033a309ce168d2a02f5e5ae74ab5f664df2b714d7f8a47f22c8da5fd89d6c95
6
+ metadata.gz: f3f9e52484ab6e0f242fd5d046ed2c0910f211d04beca65bed8bb643f026905f29f5c3419cfcdd839a1f23235f8f3a050104f098369abcfde18a6a915dcaa4c3
7
+ data.tar.gz: fd706b14fa1717bd6c0fce5443a7283fb219a8e92ff0613241cdac0259213085c53e5a59e3f1a985e681775a5b7bcdc4b47177c64182a923609e00c063890de8
@@ -57,7 +57,8 @@ module Stat
57
57
  ORDER_NUM = 5
58
58
  COVER = 6
59
59
  SELECTED_SWITCH = 7
60
- TAGS = 8
60
+ IS_FINISHED = 8
61
+ TAGS = 9
61
62
 
62
63
  FIELDS = {
63
64
  ID => {:type => ::Thrift::Types::I32, :name => 'id'},
@@ -67,6 +68,7 @@ module Stat
67
68
  ORDER_NUM => {:type => ::Thrift::Types::I32, :name => 'order_num', :optional => true},
68
69
  COVER => {:type => ::Thrift::Types::STRING, :name => 'cover', :optional => true},
69
70
  SELECTED_SWITCH => {:type => ::Thrift::Types::BOOL, :name => 'selected_switch', :optional => true},
71
+ IS_FINISHED => {:type => ::Thrift::Types::BOOL, :name => 'is_finished', :optional => true},
70
72
  TAGS => {:type => ::Thrift::Types::LIST, :name => 'tags', :element => {:type => ::Thrift::Types::STRING}, :optional => true}
71
73
  }
72
74
 
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.8.1
4
+ version: 0.0.9
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-06-18 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thrift
@@ -30,19 +30,19 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - lib/stat-analysis-query.rb
34
- - lib/querymodel_types.rb
35
- - lib/t_backend_service.rb
36
- - lib/t_recommend_service.rb
37
33
  - lib/query_constants.rb
38
34
  - lib/query_types.rb
39
35
  - lib/querymodel_constants.rb
40
- - lib/t_hot_service.rb
36
+ - lib/querymodel_types.rb
37
+ - lib/stat-analysis-query.rb
38
+ - lib/t_backend_service.rb
41
39
  - lib/t_discover_service.rb
42
- - test/recommend_test.rb
40
+ - lib/t_hot_service.rb
41
+ - lib/t_recommend_service.rb
43
42
  - test/backend_test.rb
44
- - test/hot_test.rb
45
43
  - test/discover_test.rb
44
+ - test/hot_test.rb
45
+ - test/recommend_test.rb
46
46
  homepage: http://www.ximalaya.com
47
47
  licenses:
48
48
  - MIT2.0
@@ -63,12 +63,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  requirements: []
65
65
  rubyforge_project:
66
- rubygems_version: 2.0.3
66
+ rubygems_version: 2.2.2
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Generated stat-analysis-query ruby code
70
70
  test_files:
71
- - test/recommend_test.rb
72
71
  - test/backend_test.rb
73
- - test/hot_test.rb
74
72
  - test/discover_test.rb
73
+ - test/hot_test.rb
74
+ - test/recommend_test.rb