# -*- encoding: utf-8 -*- # stub: toll_booth 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "toll_booth".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 = ["Dan Pickett".freeze] s.date = "2009-08-06" s.description = "API Wrapper for Google Directions".freeze s.email = "dpickett@enlightsolutions.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "features/get_directions.feature".freeze, "features/step_definitions/direction_steps.rb".freeze, "features/step_definitions/location_steps.rb".freeze, "features/step_definitions/toll_booth_steps.rb".freeze, "features/support/env.rb".freeze, "lib/toll_booth.rb".freeze, "lib/toll_booth/location.rb".freeze, "lib/toll_booth/route.rb".freeze, "lib/toll_booth/route_collection.rb".freeze, "lib/toll_booth/route_step.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/dpickett/toll_booth".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "API Wrapper for Google Directions".freeze s.test_files = ["test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.4.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.4".freeze]) end