mini_fb 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mini_fb.rb +4 -3
  2. metadata +3 -3
data/lib/mini_fb.rb CHANGED
@@ -652,9 +652,10 @@ module MiniFB
652
652
  end
653
653
  end
654
654
 
655
- if res_hash.size == 1 && res_hash["data"]
656
- res_hash = res_hash["data"]
657
- end
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
- - 4
9
- version: 1.1.4
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-10-30 00:00:00 -07:00
17
+ date: 2010-11-07 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency