oauth 0.3.3 → 0.3.4
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.
- data/History.txt +6 -0
- data/lib/oauth/client/helper.rb +1 -0
- data/lib/oauth/request_proxy/action_controller_request.rb +1 -1
- data/lib/oauth/version.rb +1 -1
- data/oauth.gemspec +2 -2
- data/website/index.html +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/lib/oauth/client/helper.rb
CHANGED
data/lib/oauth/version.rb
CHANGED
data/oauth.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{oauth}
|
|
5
|
-
s.version = "0.3.
|
|
5
|
+
s.version = "0.3.4"
|
|
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", "Matt Sanford"]
|
|
9
|
-
s.date = %q{2009-05-
|
|
9
|
+
s.date = %q{2009-05-06}
|
|
10
10
|
s.default_executable = %q{oauth}
|
|
11
11
|
s.description = %q{OAuth Core Ruby implementation}
|
|
12
12
|
s.email = %q{oauth-ruby@googlegroups.com}
|
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Ruby OAuth GEM</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/oauth"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/oauth" class="numbers">0.3.
|
|
36
|
+
<a href="http://rubyforge.org/projects/oauth" class="numbers">0.3.4</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2>What</h2>
|
|
39
39
|
<p>This is a RubyGem for implementing both OAuth clients and servers in Ruby applications.</p>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pelle Braendgaard
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2009-05-
|
|
17
|
+
date: 2009-05-06 00:00:00 +05:30
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
requirements: []
|
|
190
190
|
|
|
191
191
|
rubyforge_project: oauth
|
|
192
|
-
rubygems_version: 1.3.
|
|
192
|
+
rubygems_version: 1.3.3
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 3
|
|
195
195
|
summary: OAuth Core Ruby implementation
|