service_album_api 1.1.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/service_album_api.rb +7 -0
- data/lib/service_album_api/album_facade_constants.rb +15 -0
- data/lib/service_album_api/album_facade_types.rb +80 -0
- data/lib/service_album_api/content_constants.rb +15 -0
- data/lib/service_album_api/content_types.rb +964 -0
- data/lib/service_album_api/i_album_facade_handler.rb +3190 -0
- metadata +63 -0
metadata
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: service_album_api
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.1.16
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ted Wang
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-03-03 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: thrift
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
description: Album base service api
|
28
|
+
email: ted@ximalaya.com
|
29
|
+
executables: []
|
30
|
+
extensions: []
|
31
|
+
extra_rdoc_files: []
|
32
|
+
files:
|
33
|
+
- lib/service_album_api/album_facade_constants.rb
|
34
|
+
- lib/service_album_api/album_facade_types.rb
|
35
|
+
- lib/service_album_api/content_constants.rb
|
36
|
+
- lib/service_album_api/content_types.rb
|
37
|
+
- lib/service_album_api/i_album_facade_handler.rb
|
38
|
+
- lib/service_album_api.rb
|
39
|
+
homepage: http://www.ximalaya.com
|
40
|
+
licenses:
|
41
|
+
- MIT2.0
|
42
|
+
metadata: {}
|
43
|
+
post_install_message:
|
44
|
+
rdoc_options: []
|
45
|
+
require_paths:
|
46
|
+
- lib
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
52
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
57
|
+
requirements: []
|
58
|
+
rubyforge_project:
|
59
|
+
rubygems_version: 2.0.14
|
60
|
+
signing_key:
|
61
|
+
specification_version: 4
|
62
|
+
summary: Generated album base service api ruby code
|
63
|
+
test_files: []
|