fb_graph-mock 0.1.2 → 0.1.3
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/VERSION +1 -1
- data/mock_json/posts/with_place_with_non_structured_location.json +30 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 66b3f0b24af57d7c3e76dad0ac3aa012da9f8132
|
|
4
|
+
data.tar.gz: 9c02d59dccb54800ac945dd4c7a0d7a86aa04e05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a81a23095be573c3c92c69a745c83ba540b4e330bb670ab872bde95983e5a369cc980a2447be8d721c79855340f148f344c79e470d1054d0e3380cb7ebde180
|
|
7
|
+
data.tar.gz: ffb9e3b7a68c3106cc04add83ace74f3184dd98d917e018f1535772c1dca9508036e617326badabdb61bbdfc73689789890df8870401b9a30d1497878f8fe5bf
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "579612276_10151083802022277",
|
|
3
|
+
"from": {
|
|
4
|
+
"name": "Nov Matake",
|
|
5
|
+
"id": "579612276"
|
|
6
|
+
},
|
|
7
|
+
"message": "Sample post for FbGraph::Post#place support.",
|
|
8
|
+
"actions": [{
|
|
9
|
+
"name": "Comment",
|
|
10
|
+
"link": "http:\/\/www.facebook.com\/579612276\/posts\/10151083802022277"
|
|
11
|
+
}, {
|
|
12
|
+
"name": "Like",
|
|
13
|
+
"link": "http:\/\/www.facebook.com\/579612276\/posts\/10151083802022277"
|
|
14
|
+
}],
|
|
15
|
+
"privacy": {
|
|
16
|
+
"description": "Public",
|
|
17
|
+
"value": "EVERYONE"
|
|
18
|
+
},
|
|
19
|
+
"place": {
|
|
20
|
+
"id": "100563866688613",
|
|
21
|
+
"name": "Kawasaki-shi, Kanagawa, Japan",
|
|
22
|
+
"location": "something non-structured, probably because of FB bug"
|
|
23
|
+
},
|
|
24
|
+
"type": "status",
|
|
25
|
+
"created_time": "2012-07-18T14:59:26+0000",
|
|
26
|
+
"updated_time": "2012-07-18T14:59:26+0000",
|
|
27
|
+
"comments": {
|
|
28
|
+
"count": 0
|
|
29
|
+
}
|
|
30
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fb_graph-mock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nov matake
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -209,6 +209,7 @@ files:
|
|
|
209
209
|
- mock_json/posts/to_group.json
|
|
210
210
|
- mock_json/posts/with_message.json
|
|
211
211
|
- mock_json/posts/with_place.json
|
|
212
|
+
- mock_json/posts/with_place_with_non_structured_location.json
|
|
212
213
|
- mock_json/posts/with_story.json
|
|
213
214
|
- mock_json/query/user/multi_query.json
|
|
214
215
|
- mock_json/query/user/with_invalid_token.json
|
|
@@ -332,7 +333,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
332
333
|
version: '0'
|
|
333
334
|
requirements: []
|
|
334
335
|
rubyforge_project:
|
|
335
|
-
rubygems_version: 2.0.
|
|
336
|
+
rubygems_version: 2.0.3
|
|
336
337
|
signing_key:
|
|
337
338
|
specification_version: 4
|
|
338
339
|
summary: Let's share current FB Graph API response format for our FB Graph API related
|