stat-analysis-query 0.0.1

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.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stat-analysis-query
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ted Wang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-09-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: stat-analysis-query
14
+ email: ted@ximalaya.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/stat-analysis-query.rb
20
+ - lib/querymodel_types.rb
21
+ - lib/t_backend_service.rb
22
+ - lib/t_recommend_service.rb
23
+ - lib/query_constants.rb
24
+ - lib/query_types.rb
25
+ - lib/querymodel_constants.rb
26
+ - lib/t_hot_service.rb
27
+ - lib/t_discover_service.rb
28
+ - test/recommend_test.rb
29
+ - test/backend_test.rb
30
+ - test/hot_test.rb
31
+ - test/discover_test.rb
32
+ homepage: http://www.ximalaya.com
33
+ licenses:
34
+ - MIT2.0
35
+ metadata: {}
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ requirements: []
51
+ rubyforge_project:
52
+ rubygems_version: 2.0.3
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: Generated stat-analysis-query ruby code
56
+ test_files:
57
+ - test/recommend_test.rb
58
+ - test/backend_test.rb
59
+ - test/hot_test.rb
60
+ - test/discover_test.rb