flickraw 0.9.2 → 0.9.3

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.
Files changed (3) hide show
  1. data/lib/flickraw.rb +1 -1
  2. data/lib/flickraw/oauth.rb +1 -1
  3. metadata +1 -1
@@ -5,7 +5,7 @@ require 'flickraw/response'
5
5
  require 'flickraw/api'
6
6
 
7
7
  module FlickRaw
8
- VERSION='0.9.2'
8
+ VERSION='0.9.3'
9
9
  USER_AGENT = "FlickRaw/#{VERSION}"
10
10
  end
11
11
 
@@ -61,7 +61,7 @@ module FlickRaw
61
61
  end
62
62
 
63
63
  def request_token(url, oauth_params = {})
64
- r = post(url, nil, {:oauth_callback => "oob"}.merge(oauth_params))
64
+ r = post_form(url, nil, {:oauth_callback => "oob"}.merge(oauth_params))
65
65
  OAuthClient.parse_response(r.body)
66
66
  end
67
67
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: flickraw
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.2
5
+ version: 0.9.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mael Clerambault