middleman/middleman.gemspec

176 lines
7.5 KiB
Ruby
Raw Normal View History

# Generated by jeweler
2010-08-04 05:58:05 +02:00
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{middleman}
2010-11-01 03:25:50 +01:00
s.version = "1.0.1"
2010-09-25 05:44:53 +02:00
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thomas Reynolds"]
2010-11-01 03:25:50 +01:00
s.date = %q{2010-10-31}
s.email = %q{tdreyno@gmail.com}
s.executables = ["mm-init", "mm-build", "mm-server"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/mm-build",
"bin/mm-init",
"bin/mm-server",
"features/builder.feature",
"features/coffee-script.feature",
"features/generator.feature",
"features/helpers_auto_stylesheet_link_tag.feature",
"features/helpers_page_classes.feature",
"features/less-css.feature",
2009-11-30 20:32:02 +01:00
"features/minify_css.feature",
"features/minify_javascript.feature",
"features/padrino_helpers.feature",
2009-11-30 20:32:02 +01:00
"features/page_alias_and_layouts.feature",
"features/scss-support.feature",
2010-02-03 02:06:47 +01:00
"features/step_definitions/asset_host_steps.rb",
"features/step_definitions/builder_steps.rb",
2009-11-30 20:32:02 +01:00
"features/step_definitions/env.rb",
"features/step_definitions/generator_steps.rb",
2009-11-30 20:32:02 +01:00
"features/step_definitions/middleman_steps.rb",
"features/step_definitions/page_layout_steps.rb",
"features/w_asset_host.feature",
"features/x_automatic_image_sizes.feature",
"features/y_cache_buster.feature",
"features/z_relative_assets.feature",
"fixtures/test-app/config.rb",
"fixtures/test-app/public/images/blank.gif",
"fixtures/test-app/public/static.html",
"fixtures/test-app/public/stylesheets/auto-css.css",
"fixtures/test-app/public/stylesheets/static.css",
"fixtures/test-app/public/stylesheets/sub1/auto-css.css",
"fixtures/test-app/public/stylesheets/sub1/sub2/auto-css.css",
"fixtures/test-app/views/_partial.haml",
"fixtures/test-app/views/asset_host.html.haml",
"fixtures/test-app/views/auto-css.html.haml",
"fixtures/test-app/views/auto-image-sizes.html.haml",
"fixtures/test-app/views/cache-buster.html.haml",
"fixtures/test-app/views/custom-layout.html.haml",
"fixtures/test-app/views/index.html.haml",
"fixtures/test-app/views/inline-css.html.haml",
"fixtures/test-app/views/inline-js.html.haml",
"fixtures/test-app/views/javascripts/coffee_test.js.coffee",
"fixtures/test-app/views/layout.haml",
"fixtures/test-app/views/layouts/custom.haml",
"fixtures/test-app/views/padrino_test.html.haml",
"fixtures/test-app/views/page-classes.html.haml",
"fixtures/test-app/views/services/index.html.haml",
"fixtures/test-app/views/stylesheets/asset_host.css.sass",
"fixtures/test-app/views/stylesheets/relative_assets.css.sass",
"fixtures/test-app/views/stylesheets/site.css.sass",
"fixtures/test-app/views/stylesheets/site_scss.css.scss",
"fixtures/test-app/views/stylesheets/test_less.css.less",
"lib/middleman.rb",
2010-09-05 08:45:56 +02:00
"lib/middleman/assets.rb",
"lib/middleman/builder.rb",
"lib/middleman/config.ru",
2010-09-05 08:45:56 +02:00
"lib/middleman/features.rb",
2010-02-03 02:06:47 +01:00
"lib/middleman/features/asset_host.rb",
2009-10-28 17:06:09 +01:00
"lib/middleman/features/automatic_image_sizes.rb",
2010-09-05 08:45:56 +02:00
"lib/middleman/features/automatic_image_sizes/fastimage.rb",
"lib/middleman/features/cache_buster.rb",
2010-09-22 03:30:50 +02:00
"lib/middleman/features/code_ray.rb",
2010-09-05 08:45:56 +02:00
"lib/middleman/features/default_helpers.rb",
2010-09-22 03:30:50 +02:00
"lib/middleman/features/live_reload.rb",
"lib/middleman/features/minify_css.rb",
"lib/middleman/features/minify_javascript.rb",
2010-09-05 08:45:56 +02:00
"lib/middleman/features/minify_javascript/rack.rb",
"lib/middleman/features/relative_assets.rb",
"lib/middleman/features/slickmap.rb",
2010-09-06 04:34:27 +02:00
"lib/middleman/features/slickmap/template.html.haml",
"lib/middleman/features/smush_pngs.rb",
2010-09-05 08:45:56 +02:00
"lib/middleman/features/ugly_haml.rb",
2010-08-06 18:59:43 +02:00
"lib/middleman/renderers/haml.rb",
"lib/middleman/renderers/sass.rb",
2010-09-06 04:34:27 +02:00
"lib/middleman/server.rb",
"lib/middleman/template/config.rbt",
"lib/middleman/template/views/index.html.haml",
2009-11-02 23:15:32 +01:00
"lib/middleman/template/views/layout.haml",
"lib/middleman/template/views/stylesheets/site.css.sass",
"lib/middleman/templater+dynamic_renderer.rb",
"middleman.gemspec"
]
s.homepage = %q{http://wiki.github.com/tdreyno/middleman}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{middleman}
2010-11-01 03:25:50 +01:00
s.rubygems_version = %q{1.3.7}
s.summary = %q{A static site generator utilizing Haml, Sass and providing YUI compression and cache busting}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
2010-11-01 03:25:50 +01:00
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
2010-09-05 08:45:56 +02:00
s.add_runtime_dependency(%q<rack>, ["~> 1.0"])
s.add_runtime_dependency(%q<thin>, ["~> 1.2.0"])
s.add_runtime_dependency(%q<shotgun>, ["~> 0.8.0"])
s.add_runtime_dependency(%q<templater>, ["~> 1.0.0"])
s.add_runtime_dependency(%q<tilt>, ["~> 1.1"])
2010-09-05 08:45:56 +02:00
s.add_runtime_dependency(%q<sinatra>, ["~> 1.0"])
s.add_runtime_dependency(%q<padrino-core>, ["~> 0.9.0"])
s.add_runtime_dependency(%q<padrino-helpers>, ["~> 0.9.0"])
2010-09-05 08:45:56 +02:00
s.add_runtime_dependency(%q<rack-test>, ["~> 0.5.0"])
s.add_runtime_dependency(%q<yui-compressor>, ["~> 0.9.0"])
s.add_runtime_dependency(%q<haml>, ["~> 3.0"])
s.add_runtime_dependency(%q<compass>, ["~> 0.10.0"])
s.add_runtime_dependency(%q<json_pure>, ["~> 1.4.0"])
s.add_runtime_dependency(%q<smusher>, ["~> 0.4.5"])
2010-09-06 04:34:27 +02:00
s.add_runtime_dependency(%q<compass-slickmap>, ["~> 0.4.0"])
2009-11-30 20:32:02 +01:00
s.add_development_dependency(%q<cucumber>, [">= 0"])
2010-02-15 22:10:13 +01:00
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
2010-09-05 08:45:56 +02:00
s.add_dependency(%q<rack>, ["~> 1.0"])
s.add_dependency(%q<thin>, ["~> 1.2.0"])
s.add_dependency(%q<shotgun>, ["~> 0.8.0"])
s.add_dependency(%q<templater>, ["~> 1.0.0"])
s.add_dependency(%q<tilt>, ["~> 1.1"])
2010-09-05 08:45:56 +02:00
s.add_dependency(%q<sinatra>, ["~> 1.0"])
s.add_dependency(%q<padrino-core>, ["~> 0.9.0"])
s.add_dependency(%q<padrino-helpers>, ["~> 0.9.0"])
2010-09-05 08:45:56 +02:00
s.add_dependency(%q<rack-test>, ["~> 0.5.0"])
s.add_dependency(%q<yui-compressor>, ["~> 0.9.0"])
s.add_dependency(%q<haml>, ["~> 3.0"])
s.add_dependency(%q<compass>, ["~> 0.10.0"])
s.add_dependency(%q<json_pure>, ["~> 1.4.0"])
s.add_dependency(%q<smusher>, ["~> 0.4.5"])
2010-09-06 04:34:27 +02:00
s.add_dependency(%q<compass-slickmap>, ["~> 0.4.0"])
2009-11-30 20:32:02 +01:00
s.add_dependency(%q<cucumber>, [">= 0"])
2010-02-15 22:10:13 +01:00
s.add_dependency(%q<jeweler>, [">= 0"])
end
else
2010-09-05 08:45:56 +02:00
s.add_dependency(%q<rack>, ["~> 1.0"])
s.add_dependency(%q<thin>, ["~> 1.2.0"])
s.add_dependency(%q<shotgun>, ["~> 0.8.0"])
s.add_dependency(%q<templater>, ["~> 1.0.0"])
s.add_dependency(%q<tilt>, ["~> 1.1"])
2010-09-05 08:45:56 +02:00
s.add_dependency(%q<sinatra>, ["~> 1.0"])
s.add_dependency(%q<padrino-core>, ["~> 0.9.0"])
s.add_dependency(%q<padrino-helpers>, ["~> 0.9.0"])
2010-09-05 08:45:56 +02:00
s.add_dependency(%q<rack-test>, ["~> 0.5.0"])
s.add_dependency(%q<yui-compressor>, ["~> 0.9.0"])
s.add_dependency(%q<haml>, ["~> 3.0"])
s.add_dependency(%q<compass>, ["~> 0.10.0"])
s.add_dependency(%q<json_pure>, ["~> 1.4.0"])
s.add_dependency(%q<smusher>, ["~> 0.4.5"])
2010-09-06 04:34:27 +02:00
s.add_dependency(%q<compass-slickmap>, ["~> 0.4.0"])
2009-11-30 20:32:02 +01:00
s.add_dependency(%q<cucumber>, [">= 0"])
2010-02-15 22:10:13 +01:00
s.add_dependency(%q<jeweler>, [">= 0"])
end
end
2010-08-04 05:58:05 +02:00