# 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 = %q{thinner}
  s.version = "0.1.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = [%q{Jeff Larson}]
  s.date = %q{2011-05-20}
  s.description = %q{Thinner takes a list of urls or newline seperated stdin and purges them from Varnish.}
  s.email = %q{thejefflarson@gmail.com}
  s.executables = [%q{thinner}]
  s.extra_rdoc_files = [
    "LICENSE",
    "README"
  ]
  s.files = [
    ".document",
    "LICENSE",
    "README",
    "Rakefile",
    "VERSION",
    "bin/thinner",
    "doc/Thinner.html",
    "doc/Thinner/Client.html",
    "doc/Thinner/CommandLine.html",
    "doc/Thinner/Configuration.html",
    "doc/Thinner/Purger.html",
    "doc/_index.html",
    "doc/class_list.html",
    "doc/css/common.css",
    "doc/css/full_list.css",
    "doc/css/style.css",
    "doc/file.README.html",
    "doc/file_list.html",
    "doc/frames.html",
    "doc/index.html",
    "doc/js/app.js",
    "doc/js/full_list.js",
    "doc/js/jquery.js",
    "doc/method_list.html",
    "doc/top-level-namespace.html",
    "documentation/css/dawn.css",
    "documentation/css/styles.css",
    "documentation/examples/configure.rb",
    "documentation/examples/purge.rb",
    "documentation/images/proplogo.png",
    "documentation/index.html.erb",
    "index.html",
    "lib/thinner.rb",
    "lib/thinner/client.rb",
    "lib/thinner/command_line.rb",
    "lib/thinner/configuration.rb",
    "lib/thinner/purger.rb",
    "test/helper.rb",
    "test/test_thinner.rb",
    "thinner.gemspec"
  ]
  s.homepage = %q{http://github.com/propublica/thinner}
  s.require_paths = [%q{lib}]
  s.rubygems_version = %q{1.8.2}
  s.summary = %q{Thinner removes Varnish cache, as slowly as you need it to.}

  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<klarlack>, ["~> 0.0.6"])
      s.add_development_dependency(%q<shoulda>, [">= 0"])
    else
      s.add_dependency(%q<klarlack>, ["~> 0.0.6"])
      s.add_dependency(%q<shoulda>, [">= 0"])
    end
  else
    s.add_dependency(%q<klarlack>, ["~> 0.0.6"])
    s.add_dependency(%q<shoulda>, [">= 0"])
  end
end