mini_fb 1.1.4 → 1.1.5
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.
- data/lib/mini_fb.rb +4 -3
- metadata +3 -3
data/lib/mini_fb.rb
CHANGED
|
@@ -652,9 +652,10 @@ module MiniFB
|
|
|
652
652
|
end
|
|
653
653
|
end
|
|
654
654
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
655
|
+
#This is bad because it strips off paging parameters and what not.
|
|
656
|
+
# if res_hash.size == 1 && res_hash["data"]
|
|
657
|
+
# res_hash = res_hash["data"]
|
|
658
|
+
# end
|
|
658
659
|
|
|
659
660
|
if res_hash.is_a? Array # fql return this
|
|
660
661
|
res_hash.collect! { |x| Hashie::Mash.new(x) }
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 1.1.
|
|
8
|
+
- 5
|
|
9
|
+
version: 1.1.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Travis Reeder
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-11-07 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|