# -*- encoding: utf-8 -*- # stub: crags 1.5.9 ruby lib Gem::Specification.new do |s| s.name = "crags".freeze s.version = "1.5.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Justin Marney".freeze] s.date = "2009-10-13" s.description = "A library to help search across multiple craigslist locations.".freeze s.email = "gotascii@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "crags.gemspec".freeze, "lib/crags.rb".freeze, "lib/crags/fetch.rb".freeze, "lib/crags/proxy.rb".freeze, "lib/crags/runner.rb".freeze, "lib/crags/searcher.rb".freeze, "test/crags/fetch_test.rb".freeze, "test/crags/proxy_test.rb".freeze, "test/crags/runner_test.rb".freeze, "test/crags/searcher_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/gotascii/crags".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A library to help search across multiple craigslist locations.".freeze s.test_files = ["test/crags/fetch_test.rb".freeze, "test/crags/proxy_test.rb".freeze, "test/crags/runner_test.rb".freeze, "test/crags/searcher_test.rb".freeze, "test/test_helper.rb".freeze] end