# -*- encoding: utf-8 -*- # stub: sitefuel 0.0.0a ruby lib Gem::Specification.new do |s| s.name = "sitefuel".freeze s.version = "0.0.0a".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["wkm".freeze] s.date = "2009-12-17" s.description = "== 0.1.0\n* initial public release of the SiteFuel alpha\n* support for trivial minification of HTML, RHTML, and PHP.\n* uses CSSMin and JSMin to minify CSS and JavaScript; both in individual\n files and embedded in HTML.\n* uses pngcrush and jpegtran to minify PNG and JPEG images.\n* support for the Git and SVN version control systems.\n".freeze s.email = "wkm@sitefuel.org".freeze s.executables = ["sitefuel".freeze] s.extra_rdoc_files = ["README".freeze, "RELEASE_NOTES".freeze] s.files = ["README".freeze, "RELEASE_NOTES".freeze, "bin/sitefuel".freeze, "lib/sitefuel/Configuration.rb".freeze, "lib/sitefuel/SiteFuelLogger.rb".freeze, "lib/sitefuel/SiteFuelRuntime.rb".freeze, "lib/sitefuel/extensions/ArrayComparisons.rb".freeze, "lib/sitefuel/extensions/DynamicClassMethods.rb".freeze, "lib/sitefuel/extensions/FileComparison.rb".freeze, "lib/sitefuel/extensions/Silently.rb".freeze, "lib/sitefuel/extensions/StringFormatting.rb".freeze, "lib/sitefuel/extensions/SymbolComparison.rb".freeze, "lib/sitefuel/external/AbstractExternalProgram.rb".freeze, "lib/sitefuel/external/ExternalProgramTestCase.rb".freeze, "lib/sitefuel/external/GIT.rb".freeze, "lib/sitefuel/external/JPEGTran.rb".freeze, "lib/sitefuel/external/PNGCrush.rb".freeze, "lib/sitefuel/processors/AbstractExternalProgramProcessor.rb".freeze, "lib/sitefuel/processors/AbstractProcessor.rb".freeze, "lib/sitefuel/processors/AbstractStringBasedProcessor.rb".freeze, "lib/sitefuel/processors/CSSProcessor.rb".freeze, "lib/sitefuel/processors/HAMLProcessor.rb".freeze, "lib/sitefuel/processors/HTMLProcessor.rb".freeze, "lib/sitefuel/processors/JavaScriptProcessor.rb".freeze, "lib/sitefuel/processors/PHPProcessor.rb".freeze, "lib/sitefuel/processors/PNGProcessor.rb".freeze, "lib/sitefuel/processors/RHTMLProcessor.rb".freeze, "lib/sitefuel/processors/SASSProcessor.rb".freeze, "test/processor_listing.rb".freeze, "test/test_AbstractExternalProgram.rb".freeze, "test/test_AbstractProcessor.rb".freeze, "test/test_AbstractStringBasedProcessor.rb".freeze, "test/test_AllProcessors.rb".freeze, "test/test_ArrayComparisons.rb".freeze, "test/test_CSSProcessor.rb".freeze, "test/test_FileComparisons.rb".freeze, "test/test_HAMLProcessor.rb.rb".freeze, "test/test_HTMLProcessor.rb".freeze, "test/test_JPEGTran.rb".freeze, "test/test_JavaScriptProcessor.rb".freeze, "test/test_PHPProcessor.rb".freeze, "test/test_PNGCrush.rb".freeze, "test/test_PNGProcessor.rb".freeze, "test/test_RHTMLProcessor.rb".freeze, "test/test_SASSProcessor.rb".freeze, "test/test_SiteFuelLogging.rb".freeze, "test/test_SiteFuelRuntime.rb".freeze, "test/test_StringFormatting.rb".freeze, "test/test_SymbolComparison.rb".freeze, "test/test_images/sample_jpg01.jpg".freeze, "test/test_images/sample_png01.png".freeze, "test/test_programs/versioning.rb".freeze, "test/test_sites/simplehtml/deployment.yml".freeze, "test/test_sites/simplehtml/index.html".freeze, "test/test_sites/simplehtml/style.css".freeze, "test/ts_all.rb".freeze] s.homepage = "http://sitefuel.org".freeze s.post_install_message = "=======================================================\nThis is a test deployment of the SiteFuel gem. It is\nnot intended for public consumption. Specifically, only\nthe `stage` command is enabled and the documentation is\nfar from complete.\n=======================================================\n".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A lightweight framework for processing, optimizing, and deploying websites".freeze s.test_files = ["test/ts_all.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2".freeze]) end