fb_graph-mock 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.1.0
@@ -0,0 +1,22 @@
1
+ {
2
+ "devices": [
3
+ {
4
+ "os": "iOS",
5
+ "hardware": "iPhone"
6
+ }
7
+ ],
8
+ "video_upload_limits": {
9
+ "length": 1200,
10
+ "size": 1073741824
11
+ },
12
+ "age_range": {
13
+ "min": 21
14
+ },
15
+ "currency": {
16
+ "user_currency": "JPY",
17
+ "currency_exchange": 0.10846341,
18
+ "currency_exchange_inverse": 9.2196990672,
19
+ "currency_offset": 1
20
+ },
21
+ "id": "579612276"
22
+ }
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.3
4
+ version: 0.1.0
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-10 00:00:00.000000000 Z
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fb_graph
@@ -302,6 +302,7 @@ files:
302
302
  - mock_json/users/user_achievements/sample.json
303
303
  - mock_json/users/videos/kirk_private.json
304
304
  - mock_json/users/videos/posted.json
305
+ - mock_json/users/with_non_default_fields.json
305
306
  - mock_json/videos/private.json
306
307
  - spec/fb_graph/mock_spec.rb
307
308
  - spec/spec_helper.rb