2009-08-08 20:17:59 -04:00
|
|
|
# Generated by jeweler
|
|
|
|
# DO NOT EDIT THIS FILE
|
|
|
|
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
2009-07-28 14:09:12 -04:00
|
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
|
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{middleman}
|
2009-10-06 19:30:34 -04:00
|
|
|
s.version = "0.9.8"
|
2009-07-28 14:09:12 -04:00
|
|
|
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
|
|
s.authors = ["Thomas Reynolds"]
|
2009-10-06 19:30:34 -04:00
|
|
|
s.date = %q{2009-10-06}
|
2009-07-28 14:09:12 -04:00
|
|
|
s.email = %q{tdreyno@gmail.com}
|
2009-07-28 14:23:47 -04:00
|
|
|
s.executables = ["mm-init", "mm-build", "mm-server"]
|
2009-07-28 14:09:12 -04:00
|
|
|
s.extra_rdoc_files = [
|
|
|
|
"LICENSE",
|
|
|
|
"README.rdoc"
|
|
|
|
]
|
|
|
|
s.files = [
|
2009-07-28 17:29:11 -04:00
|
|
|
".document",
|
|
|
|
".gitignore",
|
|
|
|
"LICENSE",
|
2009-07-28 14:09:12 -04:00
|
|
|
"README.rdoc",
|
|
|
|
"Rakefile",
|
|
|
|
"VERSION",
|
|
|
|
"bin/mm-build",
|
|
|
|
"bin/mm-init",
|
|
|
|
"bin/mm-server",
|
2009-09-24 19:35:03 -04:00
|
|
|
"deps.rip",
|
2009-07-28 14:09:12 -04:00
|
|
|
"lib/middleman.rb",
|
2009-09-29 17:30:07 -04:00
|
|
|
"lib/middleman/base.rb",
|
|
|
|
"lib/middleman/builder.rb",
|
|
|
|
"lib/middleman/features/cache_buster.rb",
|
|
|
|
"lib/middleman/features/compass.rb",
|
|
|
|
"lib/middleman/features/content_for.rb",
|
|
|
|
"lib/middleman/features/growl.rb",
|
|
|
|
"lib/middleman/features/haml.rb",
|
|
|
|
"lib/middleman/features/markaby.rb",
|
|
|
|
"lib/middleman/features/maruku.rb",
|
|
|
|
"lib/middleman/features/minify_css.rb",
|
|
|
|
"lib/middleman/features/minify_javascript.rb",
|
|
|
|
"lib/middleman/features/relative_assets.rb",
|
|
|
|
"lib/middleman/features/slickmap.rb",
|
2009-10-06 19:30:34 -04:00
|
|
|
"lib/middleman/features/smush_pngs.rb",
|
2009-09-29 17:30:07 -04:00
|
|
|
"lib/middleman/features/sprockets+ruby19.rb",
|
|
|
|
"lib/middleman/features/sprockets.rb",
|
2009-07-31 12:35:23 -04:00
|
|
|
"lib/middleman/helpers.rb",
|
2009-10-06 19:30:34 -04:00
|
|
|
"lib/middleman/template/init.rbt",
|
2009-10-01 18:41:22 -04:00
|
|
|
"lib/middleman/template/views/index.html.haml",
|
|
|
|
"lib/middleman/template/views/layout.html.haml",
|
|
|
|
"lib/middleman/template/views/stylesheets/site.css.sass",
|
2009-07-28 14:23:47 -04:00
|
|
|
"middleman.gemspec",
|
2009-07-28 14:09:12 -04:00
|
|
|
"spec/builder_spec.rb",
|
2009-10-01 17:26:48 -04:00
|
|
|
"spec/cache_buster_spec.rb",
|
2009-08-12 13:07:02 -04:00
|
|
|
"spec/fixtures/sample/init.rb",
|
2009-09-29 17:30:07 -04:00
|
|
|
"spec/fixtures/sample/public/javascripts/empty-with-include.js",
|
|
|
|
"spec/fixtures/sample/public/javascripts/to-be-included.js",
|
2009-07-28 14:09:12 -04:00
|
|
|
"spec/fixtures/sample/public/static.html",
|
|
|
|
"spec/fixtures/sample/public/stylesheets/static.css",
|
|
|
|
"spec/fixtures/sample/views/_partial.haml",
|
2009-09-29 17:30:07 -04:00
|
|
|
"spec/fixtures/sample/views/index.html.haml",
|
|
|
|
"spec/fixtures/sample/views/inline-js.html.haml",
|
2009-07-28 14:09:12 -04:00
|
|
|
"spec/fixtures/sample/views/layout.haml",
|
2009-09-29 17:30:07 -04:00
|
|
|
"spec/fixtures/sample/views/markaby.html.mab",
|
|
|
|
"spec/fixtures/sample/views/maruku.html.maruku",
|
|
|
|
"spec/fixtures/sample/views/services/index.html.haml",
|
|
|
|
"spec/fixtures/sample/views/stylesheets/site.css.sass",
|
2009-07-28 14:09:12 -04:00
|
|
|
"spec/generator_spec.rb",
|
2009-10-01 17:26:48 -04:00
|
|
|
"spec/relative_assets_spec.rb",
|
2009-09-24 19:24:41 -04:00
|
|
|
"spec/spec_helper.rb"
|
2009-07-28 14:09:12 -04:00
|
|
|
]
|
2009-09-24 19:24:41 -04:00
|
|
|
s.has_rdoc = true
|
2009-09-30 18:41:13 -04:00
|
|
|
s.homepage = %q{http://wiki.github.com/tdreyno/middleman}
|
2009-07-28 14:09:12 -04:00
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.rubyforge_project = %q{middleman}
|
2009-09-24 19:24:41 -04:00
|
|
|
s.rubygems_version = %q{1.3.1}
|
2009-09-30 18:41:13 -04:00
|
|
|
s.summary = %q{A static site generator utilizing Haml, Sass and providing YUI compression and cache busting}
|
2009-07-28 14:09:12 -04:00
|
|
|
s.test_files = [
|
|
|
|
"spec/builder_spec.rb",
|
2009-10-01 17:26:48 -04:00
|
|
|
"spec/cache_buster_spec.rb",
|
2009-08-12 13:07:02 -04:00
|
|
|
"spec/fixtures/sample/init.rb",
|
2009-07-28 14:09:12 -04:00
|
|
|
"spec/generator_spec.rb",
|
2009-10-01 17:26:48 -04:00
|
|
|
"spec/relative_assets_spec.rb",
|
2009-07-28 14:09:12 -04:00
|
|
|
"spec/spec_helper.rb"
|
|
|
|
]
|
|
|
|
|
|
|
|
if s.respond_to? :specification_version then
|
|
|
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
2009-09-24 19:24:41 -04:00
|
|
|
s.specification_version = 2
|
2009-07-28 14:09:12 -04:00
|
|
|
|
|
|
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
|
|
s.add_runtime_dependency(%q<templater>, [">= 0"])
|
2009-09-17 12:40:43 -04:00
|
|
|
s.add_runtime_dependency(%q<sprockets>, [">= 0"])
|
2009-07-28 14:09:12 -04:00
|
|
|
s.add_runtime_dependency(%q<sinatra>, [">= 0"])
|
2009-09-29 17:30:07 -04:00
|
|
|
s.add_runtime_dependency(%q<sinatra-content-for>, [">= 0"])
|
|
|
|
s.add_runtime_dependency(%q<rack-test>, [">= 0"])
|
2009-09-30 18:35:35 -04:00
|
|
|
s.add_runtime_dependency(%q<yui-compressor>, [">= 0"])
|
2009-07-28 14:09:12 -04:00
|
|
|
s.add_runtime_dependency(%q<haml>, [">= 2.1.0"])
|
|
|
|
s.add_runtime_dependency(%q<chriseppstein-compass>, [">= 0"])
|
|
|
|
else
|
|
|
|
s.add_dependency(%q<templater>, [">= 0"])
|
2009-09-17 12:40:43 -04:00
|
|
|
s.add_dependency(%q<sprockets>, [">= 0"])
|
2009-07-28 14:09:12 -04:00
|
|
|
s.add_dependency(%q<sinatra>, [">= 0"])
|
2009-09-29 17:30:07 -04:00
|
|
|
s.add_dependency(%q<sinatra-content-for>, [">= 0"])
|
|
|
|
s.add_dependency(%q<rack-test>, [">= 0"])
|
2009-09-30 18:35:35 -04:00
|
|
|
s.add_dependency(%q<yui-compressor>, [">= 0"])
|
2009-07-28 14:09:12 -04:00
|
|
|
s.add_dependency(%q<haml>, [">= 2.1.0"])
|
|
|
|
s.add_dependency(%q<chriseppstein-compass>, [">= 0"])
|
|
|
|
end
|
|
|
|
else
|
|
|
|
s.add_dependency(%q<templater>, [">= 0"])
|
2009-09-17 12:40:43 -04:00
|
|
|
s.add_dependency(%q<sprockets>, [">= 0"])
|
2009-07-28 14:09:12 -04:00
|
|
|
s.add_dependency(%q<sinatra>, [">= 0"])
|
2009-09-29 17:30:07 -04:00
|
|
|
s.add_dependency(%q<sinatra-content-for>, [">= 0"])
|
|
|
|
s.add_dependency(%q<rack-test>, [">= 0"])
|
2009-09-30 18:35:35 -04:00
|
|
|
s.add_dependency(%q<yui-compressor>, [">= 0"])
|
2009-07-28 14:09:12 -04:00
|
|
|
s.add_dependency(%q<haml>, [">= 2.1.0"])
|
|
|
|
s.add_dependency(%q<chriseppstein-compass>, [">= 0"])
|
|
|
|
end
|
|
|
|
end
|