# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "staticmatic3" s.version = "2.1.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Stephen Bartholomew", "Gilbert B Garza", "Jos\xC3\xA9 Benavente"] s.date = "2013-10-20" s.description = " StaticMatic helps you quickly create maintainable Amazon S3 static websites using\n tools such as Haml and Sass.\n \n Quickly deploy to services such as Amazon S3 in a single command.\n" s.email = "jose@bgmp.cl" s.executables = ["staticmatic"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "Rakefile", "VERSION.yml", "bin/staticmatic", "lib/staticmatic.rb", "lib/staticmatic/ambiguous_template_error.rb", "lib/staticmatic/base.rb", "lib/staticmatic/compass.rb", "lib/staticmatic/compass/app_integration.rb", "lib/staticmatic/compass/configuration_defaults.rb", "lib/staticmatic/compass/installer.rb", "lib/staticmatic/configuration.rb", "lib/staticmatic/deployers/aws-s3.rb", "lib/staticmatic/deployers/config/amazon.yml", "lib/staticmatic/error.rb", "lib/staticmatic/helpers.rb", "lib/staticmatic/helpers/assets_helper.rb", "lib/staticmatic/helpers/current_path_helper.rb", "lib/staticmatic/helpers/form_helper.rb", "lib/staticmatic/helpers/render_helper.rb", "lib/staticmatic/helpers/tag_helper.rb", "lib/staticmatic/helpers/url_helper.rb", "lib/staticmatic/mixins/build.rb", "lib/staticmatic/mixins/helpers.rb", "lib/staticmatic/mixins/render.rb", "lib/staticmatic/mixins/rescue.rb", "lib/staticmatic/mixins/server.rb", "lib/staticmatic/mixins/setup.rb", "lib/staticmatic/server.rb", "lib/staticmatic/template_error.rb", "lib/staticmatic/templates/rescues/default.haml", "lib/staticmatic/templates/rescues/template.haml", "spec/base_spec.rb", "spec/compass_integration_spec.rb", "spec/helpers/asset_helper_spec.rb", "spec/helpers/custom_helper_spec.rb", "spec/render_spec.rb", "spec/rescue_spec.rb", "spec/sandbox/test_site/config/compass.rb", "spec/sandbox/test_site/config/site.rb", "spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html", "spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html.html", "spec/sandbox/test_site/site/sub_folder/index.html", "spec/sandbox/test_site/src/_helpers/application_helper.rb", "spec/sandbox/test_site/src/_layouts/alternate_layout.haml", "spec/sandbox/test_site/src/_layouts/default.haml", "spec/sandbox/test_site/src/_layouts/projects.haml", "spec/sandbox/test_site/src/_partials/menu.haml", "spec/sandbox/test_site/src/_partials/partial_with_error.haml", "spec/sandbox/test_site/src/hello_world.erb", "spec/sandbox/test_site/src/index.haml", "spec/sandbox/test_site/src/layout_test.haml", "spec/sandbox/test_site/src/page_one.haml", "spec/sandbox/test_site/src/page_two.haml", "spec/sandbox/test_site/src/page_with_error.haml", "spec/sandbox/test_site/src/page_with_partial_error.haml", "spec/sandbox/test_site/src/stylesheets/application.sass", "spec/sandbox/test_site/src/stylesheets/css_with_error.sass", "spec/sandbox/test_site/src/stylesheets/nested/a_nested_stylesheet.sass", "spec/sandbox/test_site/src/stylesheets/partials/_forms.sass", "spec/sandbox/test_site/src/stylesheets/sassy.scss", "spec/server_spec.rb", "spec/spec_helper.rb", "spec/template_error_spec.rb", "staticmatic.gemspec", "staticmatic3.gemspec", "website/Gemfile", "website/config/site.rb", "website/site/docs/compass_integration.html", "website/site/docs/getting_started.html", "website/site/docs/helpers.html", "website/site/images/bycurve21.gif", "website/site/images/curve21.jpg", "website/site/images/homepage-build.jpg", "website/site/images/homepage-previewing.jpg", "website/site/images/homepage-templating.jpg", "website/site/stylesheets/ie.css", "website/site/stylesheets/print.css", "website/site/stylesheets/screen.css", "website/src/helpers/content_helper.rb", "website/src/layouts/default.haml", "website/src/pages/development.haml", "website/src/pages/docs/_menu.haml", "website/src/pages/docs/_requires_prerelease.haml", "website/src/pages/docs/compass_integration.haml", "website/src/pages/docs/getting_started.haml", "website/src/pages/docs/helpers.haml", "website/src/pages/index.haml", "website/src/stylesheets/_base.scss", "website/src/stylesheets/_defaults.scss", "website/src/stylesheets/ie.scss", "website/src/stylesheets/print.scss", "website/src/stylesheets/screen.scss" ] s.homepage = "http://github.com/mindeavor/staticmatic2" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubyforge_project = "staticmatic3" s.rubygems_version = "1.8.25" s.summary = "Build Amazon S3 static websites using modern dynamic tools" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 3.1"]) s.add_runtime_dependency(%q, ["~> 3.1", "<= 3.2.19"]) s.add_runtime_dependency(%q, ["~> 1.3", "<= 1.4.1"]) s.add_runtime_dependency(%q, ["~> 0.12.1"]) s.add_runtime_dependency(%q, ["~> 2.2.3"]) s.add_runtime_dependency(%q, ["~> 1.1.0"]) s.add_runtime_dependency(%q, ["~> 0.6.3"]) s.add_development_dependency(%q, ["~> 1.0"]) s.add_development_dependency(%q, ["~> 1.6"]) s.add_development_dependency(%q, ["~> 1.3.1"]) else s.add_dependency(%q, ["~> 3.1"]) s.add_dependency(%q, ["~> 3.1", "<= 3.2.19"]) s.add_dependency(%q, ["~> 1.3", "<= 1.4.1"]) s.add_dependency(%q, ["~> 0.12.1"]) s.add_dependency(%q, ["~> 2.2.3"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.6.3"]) s.add_dependency(%q, ["~> 1.0"]) s.add_dependency(%q, ["~> 1.6"]) s.add_dependency(%q, ["~> 1.3.1"]) end else s.add_dependency(%q, ["~> 3.1"]) s.add_dependency(%q, ["~> 3.1", "<= 3.2.19"]) s.add_dependency(%q, ["~> 1.3", "<= 1.4.1"]) s.add_dependency(%q, ["~> 0.12.1"]) s.add_dependency(%q, ["~> 2.2.3"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.6.3"]) s.add_dependency(%q, ["~> 1.0"]) s.add_dependency(%q, ["~> 1.6"]) s.add_dependency(%q, ["~> 1.3.1"]) end end