Skip to content

Commit

Permalink
updated description in Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaurte committed Mar 29, 2011
1 parent 80e694f commit 55f2c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
gem.homepage = "http://github.com/ricaurte/alltasks" gem.homepage = "http://github.com/ricaurte/alltasks"
gem.license = "MIT" gem.license = "MIT"
gem.summary = %Q{Alltasks makes it painless to require all of the tasks that the gems you installed give you access to.} gem.summary = %Q{Alltasks makes it painless to require all of the tasks that the gems you installed give you access to.}
gem.description = %Q{Alltasks is the simple, painless way to get access to all of the tasks that your gems contain. All you have to do is require the gem in your Rakefile and you will have access to all of the tasks in your project's Gemfile.lcok.} gem.description = %Q{Alltasks is the simple, painless way to get access to all of the tasks that your gems contain. All you have to do is require the gem in your Rakefile and you will have access to all of the tasks from the gems in your project's Gemfile.lcok.}
gem.email = "justin@justinricaurte.com" gem.email = "justin@justinricaurte.com"
gem.authors = ["Justin Ricaurte"] gem.authors = ["Justin Ricaurte"]
# Include your dependencies below. Runtime dependencies are required when using your gem, # Include your dependencies below. Runtime dependencies are required when using your gem,
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
0.1.2 0.1.3

0 comments on commit 55f2c13

Please sign in to comment.