diff --git a/Rakefile b/Rakefile index ffcb9aa00..5688cc4a6 100644 --- a/Rakefile +++ b/Rakefile @@ -209,6 +209,8 @@ task :changelog do if [ 'Aaron Suggs', 'geemus', + 'Lincoln Stoll', + 'Luqman Amjad', 'nightshade427', 'Wesley Beary' ].include?(committer) @@ -242,6 +244,10 @@ task :docs do Rake::Task[:upload_fog_io].invoke Rake::Task[:upload_rdoc].invoke + # connect to storage provider + Fog.credential = :geemus + storage = Fog::Storage.new(:provider => 'AWS') + directory = storage.directories.new(:key => 'fog.io') # write base index with redirect to new version directory.files.create( :body => redirecter('latest'), diff --git a/changelog.txt b/changelog.txt index 513bb5bdd..7da1e2493 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ 0.9.0 06/24/2011 32960d165a65f12d41785f924e6b6b6d8442516a ========================================================= -MVP! Lincoln Stoll +MVPs! Lincoln Stoll and Luqman Amjad [aws] use AWS.escape instead of CGI.escape. thanks geemus