public
Description:
Homepage:
Clone URL: git://github.com/stevebartholomew/staticmatic.git
staticmatic / staticmatic.gemspec
95ce88df » tdreyno 2008-07-31 explicit file listing to be... 1 Gem::Specification.new do |s|
3430ab9b » tdreyno 2008-08-12 Switch to rubigen for app g... 2 s.name = "staticmatic"
8781bd1c » stevebartholomew 2008-09-12 Fixed Previewer to see if S... 3 s.version = "2.1.3"
4ee22b81 » stevebartholomew 2008-09-11 Gemspec updates 4 s.date = "2008-09-11"
3430ab9b » tdreyno 2008-08-12 Switch to rubigen for app g... 5 s.authors = ["Stephen Bartholomew", "Thomas Reynolds"]
21eeb677 » tdreyno 2008-08-15 fix gemspec 6 s.email = "tdreyno@gmail.com"
4ee22b81 » stevebartholomew 2008-09-11 Gemspec updates 7 s.homepage = "http://github.com/stephenbartholomew/staticmatic"
3430ab9b » tdreyno 2008-08-12 Switch to rubigen for app g... 8 s.summary = "Static sites, the Rails Way"
aa5908d3 » stevebartholomew 2008-09-11 Gemspec fixes Comment 9 s.files = Dir.glob("**/**/**/**/**")
95ce88df » tdreyno 2008-07-31 explicit file listing to be... 10 s.executables = %w(staticmatic)
d67d5a8a » tdreyno 2008-09-10 spec fix 11 s.add_dependency("templater", ">=0.2")
982bab07 » stevebartholomew 2008-07-03 Added gemspec 12 s.add_dependency("mongrel")
3430ab9b » tdreyno 2008-08-12 Switch to rubigen for app g... 13 s.add_dependency("haml", ">=2.0.1")
14 s.add_dependency("actionpack", ">=2.1.0")
5a4831ad » stevebartholomew 2008-07-03 Fixed gemspec 15 s.add_dependency("activesupport", ">=2.1.0")
3430ab9b » tdreyno 2008-08-12 Switch to rubigen for app g... 16 end