Skip to content

Commit e04ce11

Browse files
committed
Version bump
1 parent 89a4ac2 commit e04ce11

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

HISTORY

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 0.4.7 2012-09-03
2+
3+
* Fix merging paths if the path is not empty
4+
* Set a configurable timeout for all requests (Rick Olson)
5+
* Fix nested hash params in Consumer#request (Ernie Miller)
6+
17
=== 0.4.6 2012-04-21
28

39
* Fixed nested attributes in #normalize (Shaliko Usubov)

lib/oauth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$LOAD_PATH << File.dirname(__FILE__) unless $LOAD_PATH.include?(File.dirname(__FILE__))
22

33
module OAuth
4-
VERSION = "0.4.6"
4+
VERSION = "0.4.7"
55
end
66

77
require 'oauth/oauth'

oauth.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = "oauth"
8-
s.version = "0.4.6"
8+
s.version = "0.4.7"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford", "Aaron Quint"]
12-
s.date = "2012-04-21"
12+
s.date = "2012-09-04"
1313
s.description = "OAuth Core Ruby implementation"
1414
s.email = "[email protected]"
1515
s.executables = ["oauth"]
@@ -109,7 +109,7 @@ Gem::Specification.new do |s|
109109
]
110110
s.require_paths = ["lib"]
111111
s.rubyforge_project = "oauth"
112-
s.rubygems_version = "1.8.16"
112+
s.rubygems_version = "1.8.23"
113113
s.summary = "OAuth Core Ruby implementation"
114114

115115
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)