public
Description: A collection of useful rake tasks.
Homepage: http://thoughtbot.com
Clone URL: git://github.com/thoughtbot/limerick_rake.git
jyurek (author)
Fri Mar 20 09:01:42 -0700 2009
commit  d8e102e152c4c96f7ad57f07452c8b43c0805971
tree    cd167e6affcfcfe9316f42028861184d6985371a
parent  8b44a7fd2520b80864c03344c8e33c055a95e634
limerick_rake / limerick_rake.gemspec
146383c9 » dancroak 2008-10-06 adding gemspec, updating do... 1 Gem::Specification.new do |s|
2 s.name = "limerick_rake"
7f36971d » dancroak 2008-10-07 bump the gemspec 3 s.version = "0.0.2"
4 s.date = "2008-10-07"
146383c9 » dancroak 2008-10-06 adding gemspec, updating do... 5 s.summary = "A collection of useful rake tasks."
6 s.email = "support@thoughtbot.com"
7 s.homepage = "http://github.com/thoughtbot/limerick_rake"
8 s.description = "A collection of useful rake tasks."
9 s.authors = ["the Ruby community", "thoughtbot, inc."]
7f36971d » dancroak 2008-10-07 bump the gemspec 10 s.files = ["README.textile",
11 "limerick_rake.gemspec",
146383c9 » dancroak 2008-10-06 adding gemspec, updating do... 12 "tasks/backup.rake",
13 "tasks/db/bootstrap.rake",
14 "tasks/db/indexes.rake",
15 "tasks/db/shell.rake",
16 "tasks/db/validate_models.rake",
7f36971d » dancroak 2008-10-07 bump the gemspec 17 "tasks/git.rake",
146383c9 » dancroak 2008-10-06 adding gemspec, updating do... 18 "tasks/haml_sass.rake",
19 "tasks/svn.rake"]
7f36971d » dancroak 2008-10-07 bump the gemspec 20 end