mobile_version_thrift_client 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/remote_version_manage_service.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b6b57cbeaf21790dd275083dc83a3d291a7f9d7
|
4
|
+
data.tar.gz: 104e163e5f55ceae5aa286d11b8aa9fe9c1d1d5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1bc074beec57e39c4100525383d38c9984e853d3e2167672417cbc60f007d56ff8009f997feed881ab984935f5dd749e9b20f268e145cbba8c2692143b7b2fd
|
7
|
+
data.tar.gz: 70e4e3b8076a60dd6fba764c1c016103ef7c37b95e505a468a37aa9150765104d8dae2ac998ea58b5fc3fc5db3c1339cecd824b03b6f73af3d212ff1f83c81c6
|
@@ -333,7 +333,7 @@ module Mobile
|
|
333
333
|
VERSION = 2
|
334
334
|
|
335
335
|
FIELDS = {
|
336
|
-
PRODUCTID => {:type => ::Thrift::Types::
|
336
|
+
PRODUCTID => {:type => ::Thrift::Types::I32, :name => 'productId'},
|
337
337
|
VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'}
|
338
338
|
}
|
339
339
|
|