fb_graph-mock 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/mock_json/offers/private.json +20 -0
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"data": [
|
3
|
+
{
|
4
|
+
"id": "12345",
|
5
|
+
"from": {
|
6
|
+
"id": "23456",
|
7
|
+
"name": "page_name",
|
8
|
+
"category": "page_cat"
|
9
|
+
},
|
10
|
+
"title": "offer 1",
|
11
|
+
"created_time": "2011-10-14T21:00:00+0000",
|
12
|
+
"expiration_time": "2018-03-15T00:30:00+0000",
|
13
|
+
"terms": "One offer per customer",
|
14
|
+
"image_url": "http://example.org/image.png",
|
15
|
+
"coupon_type": "online_only",
|
16
|
+
"claim_limit": 1000,
|
17
|
+
"redemption_link": "http://example.org/redeem"
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fb_graph-mock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fb_graph
|
@@ -147,6 +147,7 @@ files:
|
|
147
147
|
- mock_json/friend_lists/members/sample.json
|
148
148
|
- mock_json/groups/docs/private.json
|
149
149
|
- mock_json/groups/members/emacs_private.json
|
150
|
+
- mock_json/offers/private.json
|
150
151
|
- mock_json/open_graph/created.json
|
151
152
|
- mock_json/open_graph/custom_actions.json
|
152
153
|
- mock_json/open_graph/play_actions.json
|