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
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