proletarian-oauth 0.3.2 → 0.3.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/oauth/consumer.rb +1 -4
  2. data/oauth.gemspec +1 -1
  3. metadata +1 -1
@@ -12,6 +12,7 @@ module OAuth
12
12
  :request_token_path=>'/oauth/request_token',
13
13
  :authorize_path=>'/oauth/authorize',
14
14
  :access_token_path=>'/oauth/access_token',
15
+ :authenticate_path=>'/oauth/authenticate',
15
16
 
16
17
  # How do we send the oauth values to the server see
17
18
  # http://oauth.net/core/1.0/#consumer_req_param for more info
@@ -157,10 +158,6 @@ module OAuth
157
158
  @options[:authorize_path]
158
159
  end
159
160
 
160
- def authentication_path
161
- 'yabadadooo!!!!'
162
- end
163
-
164
161
  def access_token_path
165
162
  @options[:access_token_path]
166
163
  end
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.2"
5
+ s.version = "0.3.3"
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.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pelle Braendgaard