# -*- encoding: utf-8 -*- # stub: remi-rack-staticifier 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "remi-rack-staticifier".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["remi".freeze] s.date = "2009-05-07" s.description = "Staticly cache requests to any Rack application - perfect for creating static sites/blogs/etc!".freeze s.email = "remi@remitaylor.com".freeze s.executables = ["staticify".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/staticify".freeze, "examples/blog-to-staticify".freeze, "examples/blog-to-staticify/config.ru".freeze, "examples/blog-to-staticify/my-blog.rb".freeze, "examples/blog-to-staticify/paths-to-cache".freeze, "examples/blog-to-staticify/posts".freeze, "examples/blog-to-staticify/posts/first.mkd".freeze, "examples/blog-to-staticify/posts/second.mkd".freeze, "examples/sinatra-blog-with-built-in-caching".freeze, "examples/sinatra-blog-with-built-in-caching/my-sinatra-blog.rb".freeze, "lib/rack".freeze, "lib/rack-staticifier.rb".freeze, "lib/rack/staticifier.rb".freeze, "spec/rack-staticifier_spec.rb".freeze] s.homepage = "http://github.com/remi/rack-staticifier".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Staticly cache requests to any Rack application".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end