thoughtbot / limerick_rake

A collection of useful rake tasks.

jyurek (author)
Mon Dec 22 10:39:39 -0800 2008
commit  8b44a7fd2520b80864c03344c8e33c055a95e634
tree    f74bd7febf1daa9d399b742ef6d1e828a47987eb
parent  a487e191bac4643b5edc75e549fe832c7052be7f
limerick_rake / limerick_rake.gemspec
100644 20 lines (20 sloc) 0.647 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = "limerick_rake"
  s.version = "0.0.2"
  s.date = "2008-10-07"
  s.summary = "A collection of useful rake tasks."
  s.email = "support@thoughtbot.com"
  s.homepage = "http://github.com/thoughtbot/limerick_rake"
  s.description = "A collection of useful rake tasks."
  s.authors = ["the Ruby community", "thoughtbot, inc."]
  s.files = ["README.textile",
    "limerick_rake.gemspec",
    "tasks/backup.rake",
    "tasks/db/bootstrap.rake",
    "tasks/db/indexes.rake",
    "tasks/db/shell.rake",
    "tasks/db/validate_models.rake",
    "tasks/git.rake",
    "tasks/haml_sass.rake",
    "tasks/svn.rake"]
end