ambethia / git-railed

Setup a new rails app, git repo, and all the initial prep in one step.

This URL has Read+Write access

git-railed / git-railed.gemspec
100644 11 lines (11 sloc) 0.386 kb
1
2
3
4
5
6
7
8
9
10
11
Gem::Specification.new do |s|
  s.name = "git-railed"
  s.version = "0.1.1"
  s.author = "Jason L Perry"
  s.email = "jasper@ambethia.com"
  s.date = "2008-6-21"
  s.summary = "Setup a new rails app, git repo, and all the initial prep in one step."
  s.files = ["README.rdoc", "bin/git-railed", "lib/git-railed.rake"]
  s.add_dependency "rake", "> 0"
  s.executables << "git-railed"
end