fb_graph-mock 0.0.2 → 0.0.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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/mock_json/offers/private.json +20 -0
  3. metadata +3 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
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.2
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-04 00:00:00.000000000 Z
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