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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45aa0069aebfa75e7f3bdac64efe91d10c3dcb81
4
- data.tar.gz: f05e1b7c12d19783567200e5138d354876678183
3
+ metadata.gz: 66161d3b1060637c39720b1e8a5e4851b6cb3d75
4
+ data.tar.gz: 11890b92c269c26723b0d97b901f923f973c4896
5
5
  SHA512:
6
- metadata.gz: 477bd30df224969ca33ec6a89800f8769cd25ad05adfafb54aa79c5feee93d8962f590dd4ecadd501fc3ce37752c7f000d68b2ff5d80c7d26b26a587a02c9a35
7
- data.tar.gz: fa8e020da91e9d355e2a9bf704c74ff778949cd2cba443d3c9aaa63ce812b21aeff16478a175fb145695489811328cc34ceeeb1ddef21f2f5b4b83af6a72a4e6
6
+ metadata.gz: ac572b94b903c80eb06529e7192abc0627b26f5dc7f069bdeb1a582fb42ca5a0be2e235d2141b7743698f38b73d724a22201504c7fe13ddc1b223339cce5f612
7
+ data.tar.gz: af646c8d93c340b319d3e4a9aaa87a1665b00f7ee1f304ccc5e89e29d5c17bba6335c0d9f4f68c5d5b107f12c883d9ab1998afcee5f3b06f6558f96a2f8efd18
@@ -1,5 +1,5 @@
1
1
  #
2
- # Autogenerated by Thrift Compiler (0.9.0)
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
  #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Autogenerated by Thrift Compiler (0.9.0)
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
  #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Autogenerated by Thrift Compiler (0.9.0)
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
  #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Autogenerated by Thrift Compiler (0.9.0)
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
  #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Autogenerated by Thrift Compiler (0.9.0)
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
@@ -1,3 +1,3 @@
1
1
  module Feed
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-08-31 00:00:00.000000000 Z
11
+ date: 2013-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thrift