Skip to content

Commit

Permalink
0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed May 6, 2009
1 parent 7445bc5 commit 6c06d9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== 0.3.4
== 0.3.4 2009-05-06

* OAuth::Client::Helper uses OAuth::VERSION (chadisfaction)
* Fix OAuth::RequestProxy::ActionControllerRequest's handling of params
Expand Down
2 changes: 1 addition & 1 deletion lib/oauth/version.rb
@@ -1,3 +1,3 @@
module OAuth #:nodoc:
VERSION = '0.3.3'
VERSION = '0.3.4'
end
4 changes: 2 additions & 2 deletions oauth.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{oauth}
s.version = "0.3.3"
s.version = "0.3.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford"]
s.date = %q{2009-05-04}
s.date = %q{2009-05-06}
s.default_executable = %q{oauth}
s.description = %q{OAuth Core Ruby implementation}
s.email = %q{oauth-ruby@googlegroups.com}
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -33,7 +33,7 @@
<h1>Ruby OAuth GEM</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/oauth"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/oauth" class="numbers">0.3.3</a>
<a href="http://rubyforge.org/projects/oauth" class="numbers">0.3.4</a>
</div>
<h2>What</h2>
<p>This is a RubyGem for implementing both OAuth clients and servers in Ruby applications.</p>
Expand Down

0 comments on commit 6c06d9f

Please sign in to comment.