public
Description:
Homepage:
Clone URL: git://github.com/stevebartholomew/staticmatic.git
staticmatic / staticmatic.gemspec
100644 16 lines (16 sloc) 0.606 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
  s.name = "staticmatic"
  s.version = "2.1.3"
  s.date = "2008-09-11"
  s.authors = ["Stephen Bartholomew", "Thomas Reynolds"]
  s.email = "tdreyno@gmail.com"
  s.homepage = "http://github.com/stephenbartholomew/staticmatic"
  s.summary = "Static sites, the Rails Way"
  s.files = Dir.glob("**/**/**/**/**")
  s.executables = %w(staticmatic)
  s.add_dependency("templater", ">=0.2")
  s.add_dependency("mongrel")
  s.add_dependency("haml", ">=2.0.1")
  s.add_dependency("actionpack", ">=2.1.0")
  s.add_dependency("activesupport", ">=2.1.0")
end