fb_graph 2.7.16 → 2.7.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bda72efaff0004ee7daccc5a29e6ad397bacd0d3
4
- data.tar.gz: 5b6f5ff706c85f843f3eeb0cc5d0149426e5fac2
3
+ metadata.gz: b88bcd21feeb0cfb3154d0fa41c2f78c1112efe4
4
+ data.tar.gz: 49661c4f8fcdb991f622a282697516377ed28c9f
5
5
  SHA512:
6
- metadata.gz: 7a9fef74257e349ba146189cff5f28ce97f5c5f3f60bde65da2401e5fbdb264b3d2b1dcb23b913c263c84f50597dacaa5d764d387907896ec4d12d6f8eebec26
7
- data.tar.gz: ae68d9b9e64f5b6e08d31b94d30d9f553aaf632bfc74970527f332cf4849236cfb9efaacd3d846d85a2ab58d5d87cd42c61b64eb7bd12bd6ee9f483bedbc63be
6
+ metadata.gz: d3e52c0120a51bcb4567ee5e8c03e58cb818383addd9ed58f5d0db9e56febba939c6a5e522fcfc0e3815e06b8a1d20ad436646d2e4dc219a33b99ed69edf2fd2
7
+ data.tar.gz: 15295f2988426dd8c119fb8d25aaf83202547530a100ee6f36074806dc32cf4a82b3ea876b4dc61fb85d4e9eb602df61b06c8f544f9ee11a5c84a6e828390893
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.7.16
1
+ 2.7.17
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
13
  s.files = `git ls-files`.split("\n")
14
14
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
15
- s.add_runtime_dependency "httpclient", ">= 2.2.0.2"
15
+ s.add_runtime_dependency "httpclient", ">= 2.4"
16
16
  s.add_runtime_dependency "rack-oauth2", ">= 0.14.4"
17
17
  s.add_runtime_dependency "tzinfo"
18
18
  s.add_runtime_dependency "multi_json", ">= 1.3"
@@ -39,7 +39,7 @@ module FbGraph
39
39
  if attributes[:updated_time]
40
40
  @updated_time = Time.parse(attributes[:updated_time]).utc
41
41
  end
42
- if attributes[:place]
42
+ if attributes[:place].is_a? Hash
43
43
  @place = Page.new(attributes[:place][:id], :name => attributes[:place][:name], :location => attributes[:place][:location])
44
44
  end
45
45
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.16
4
+ version: 2.7.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-08 00:00:00.000000000 Z
11
+ date: 2014-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 2.2.0.2
19
+ version: '2.4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 2.2.0.2
26
+ version: '2.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rack-oauth2
29
29
  requirement: !ruby/object:Gem::Requirement