Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Feb 21, 2012
1 parent 1dc1819 commit cc79f6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,9 @@ the source key.
- SignatureDoesNotMatch on file download via get_link()
- S3#bucket should not fail for non admin creds
- couple doc typos


=== 3.0.2
Release Notes:
- Fixed:
- S3 Content-Type not set in Ruby 1.9.2
- error in rds_interface describe_db_snapshots in Ruby 1.9.2
2 changes: 1 addition & 1 deletion lib/awsbase/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RightAws #:nodoc:
module VERSION #:nodoc:
MAJOR = 3 unless defined?(MAJOR)
MINOR = 0 unless defined?(MINOR)
TINY = 1 unless defined?(TINY)
TINY = 2 unless defined?(TINY)

STRING = [MAJOR, MINOR, TINY].join('.') unless defined?(STRING)
end
Expand Down

0 comments on commit cc79f6a

Please sign in to comment.