proletarian-oauth 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/oauth/consumer.rb +1 -1
  2. data/oauth.gemspec +1 -1
  3. metadata +1 -1
@@ -179,7 +179,7 @@ module OAuth
179
179
  @options[:authorize_url]||site+authorize_path
180
180
  end
181
181
 
182
- def authorize_url
182
+ def authenticate_url
183
183
  @options[:authenticate_url]||site+authenticate_path
184
184
  end
185
185
 
data/oauth.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{oauth}
5
- s.version = "0.3.4"
5
+ s.version = "0.3.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proletarian-oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pelle Braendgaard