fb_graph 1.7.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fb_graph (1.7.1)
4
+ fb_graph (1.7.3)
5
5
  rack-oauth2 (>= 0.6.5)
6
6
 
7
7
  GEM
@@ -33,7 +33,7 @@ GEM
33
33
  rspec-core (~> 2.5.0)
34
34
  rspec-expectations (~> 2.5.0)
35
35
  rspec-mocks (~> 2.5.0)
36
- rspec-core (2.5.1)
36
+ rspec-core (2.5.2)
37
37
  rspec-expectations (2.5.0)
38
38
  diff-lcs (~> 1.1.2)
39
39
  rspec-mocks (2.5.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.2
1
+ 1.7.3
@@ -34,7 +34,7 @@ module FbGraph
34
34
  private
35
35
 
36
36
  def fetch_params(url)
37
- query = URI.parse(url).query
37
+ query = URI.parse(URI.encode(url)).query
38
38
  params = {}
39
39
  query.split('&').each do |q|
40
40
  key, value = q.split('=')
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fb_graph
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.2
5
+ version: 1.7.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - nov matake
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-01 00:00:00 Z
13
+ date: 2011-05-06 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack-oauth2