feed 0.0.3 → 0.0.4
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/feed_constants.rb +1 -1
- data/lib/feed_thrift_service.rb +1 -1
- data/lib/feed_types.rb +1 -1
- data/lib/feedmodel_constants.rb +1 -1
- data/lib/feedmodel_types.rb +4 -2
- data/lib/version.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: 66161d3b1060637c39720b1e8a5e4851b6cb3d75
|
|
4
|
+
data.tar.gz: 11890b92c269c26723b0d97b901f923f973c4896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac572b94b903c80eb06529e7192abc0627b26f5dc7f069bdeb1a582fb42ca5a0be2e235d2141b7743698f38b73d724a22201504c7fe13ddc1b223339cce5f612
|
|
7
|
+
data.tar.gz: af646c8d93c340b319d3e4a9aaa87a1665b00f7ee1f304ccc5e89e29d5c17bba6335c0d9f4f68c5d5b107f12c883d9ab1998afcee5f3b06f6558f96a2f8efd18
|
data/lib/feed_constants.rb
CHANGED
data/lib/feed_thrift_service.rb
CHANGED
data/lib/feed_types.rb
CHANGED
data/lib/feedmodel_constants.rb
CHANGED
data/lib/feedmodel_types.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# Autogenerated by Thrift Compiler (0.9.
|
|
2
|
+
# Autogenerated by Thrift Compiler (0.9.1)
|
|
3
3
|
#
|
|
4
4
|
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
5
5
|
#
|
|
@@ -120,6 +120,7 @@ module Feed
|
|
|
120
120
|
MURL = 19
|
|
121
121
|
USERSOURCE = 20
|
|
122
122
|
TAGNAME = 21
|
|
123
|
+
COMMENTPARENTID = 22
|
|
123
124
|
|
|
124
125
|
FIELDS = {
|
|
125
126
|
ID => {:type => ::Thrift::Types::I64, :name => 'id'},
|
|
@@ -142,7 +143,8 @@ module Feed
|
|
|
142
143
|
URL => {:type => ::Thrift::Types::STRING, :name => 'url', :optional => true},
|
|
143
144
|
MURL => {:type => ::Thrift::Types::STRING, :name => 'mUrl', :optional => true},
|
|
144
145
|
USERSOURCE => {:type => ::Thrift::Types::STRING, :name => 'userSource'},
|
|
145
|
-
TAGNAME => {:type => ::Thrift::Types::STRING, :name => 'tagName'}
|
|
146
|
+
TAGNAME => {:type => ::Thrift::Types::STRING, :name => 'tagName'},
|
|
147
|
+
COMMENTPARENTID => {:type => ::Thrift::Types::I64, :name => 'commentParentId', :optional => true}
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
def struct_fields; FIELDS; end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: feed
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ted Wang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thrift
|