Skip to content

Commit

Permalink
Adding the decription of the project to the Rakefile, adding a CHANGE…
Browse files Browse the repository at this point in the history
…LOG and updating the README
  • Loading branch information
roman committed Sep 3, 2009
1 parent a927081 commit 445e1d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -0,0 +1,2 @@
* 0.0.1 (Sep 02, 2009) The beginning of easy OAuth for Warden
* Adding the initial implementation of the warden_oauth gem
2 changes: 1 addition & 1 deletion README.rdoc
@@ -1,6 +1,6 @@
= warden_oauth

Description goes here.
TODO README

== Note on Patches/Pull Requests

Expand Down
7 changes: 5 additions & 2 deletions Rakefile
Expand Up @@ -5,8 +5,11 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "warden_oauth"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.summary = %Q{OAuth Strategy generator for Warden Authentication Framework}
gem.description = %Q{
warden_oauth will help you create oauth authentication strategies using the oauth
helper method on the Warden::Manager config setup
}
gem.email = "romanandreg@gmail.com"
gem.homepage = "http://github.com/roman/warden_oauth"
gem.authors = ["Roman Gonzalez"]
Expand Down

0 comments on commit 445e1d1

Please sign in to comment.