public
Description: A collection of useful rake tasks.
Homepage: http://thoughtbot.com
Clone URL: git://github.com/thoughtbot/limerick_rake.git
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