# -*- encoding: utf-8 -*- # stub: downlow 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "downlow".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Quint".freeze] s.date = "2010-01-31" s.description = "Downlow provides an easy way to fetch files or archives and extract them with minimal hassle.".freeze s.email = "aaron@quirkey.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "downlow.gemspec".freeze, "lib/downlow.rb".freeze, "lib/downlow/ext/pathname.rb".freeze, "lib/downlow/extractor.rb".freeze, "lib/downlow/extractors/dir.rb".freeze, "lib/downlow/extractors/tar_gz.rb".freeze, "lib/downlow/extractors/zip.rb".freeze, "lib/downlow/fetcher.rb".freeze, "lib/downlow/fetchers/git.rb".freeze, "lib/downlow/fetchers/github.rb".freeze, "lib/downlow/fetchers/http.rb".freeze, "lib/downlow/fetchers/local.rb".freeze, "test/fixtures/gist_response".freeze, "test/fixtures/location_response".freeze, "test/fixtures/test.tar.gz".freeze, "test/fixtures/test.zip".freeze, "test/helper.rb".freeze, "test/test_downlow.rb".freeze, "test/test_downlow_extractor.rb".freeze, "test/test_downlow_fetcher.rb".freeze] s.homepage = "http://github.com/quirkey/downlow".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "easy downloading and extracting API".freeze s.test_files = ["test/helper.rb".freeze, "test/test_downlow.rb".freeze, "test/test_downlow_extractor.rb".freeze, "test/test_downlow_fetcher.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.9.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2".freeze]) end