Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Sep 1, 2010
1 parent f351d58 commit 37f45de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.4.3 2010-09-01

* Fix for em-http proxy (ichverstehe)

== 0.4.2 2010-08-13

* Fixed compatibility with Ruby 1.9.2 (ecavazos)
Expand Down
2 changes: 1 addition & 1 deletion lib/oauth.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$LOAD_PATH << File.dirname(__FILE__) unless $LOAD_PATH.include?(File.dirname(__FILE__))

module OAuth
VERSION = "0.4.2"
VERSION = "0.4.3"
end

require 'oauth/oauth'
Expand Down
2 changes: 1 addition & 1 deletion oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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", "Aaron Quint"]
Expand Down

0 comments on commit 37f45de

Please sign in to comment.