Sha256: 73a1341dfa9d8ca7ef85bf3a5f9e9fbdb18115a0e5acc9345ea331ba91a16d26
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{toll_booth} s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Dan Pickett"] s.date = %q{2009-11-21} s.description = %q{API Wrapper for Google Directions} s.email = %q{dpickett@enlightsolutions.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "features/get_directions.feature", "features/step_definitions/direction_steps.rb", "features/step_definitions/location_steps.rb", "features/step_definitions/toll_booth_steps.rb", "features/support/env.rb", "lib/toll_booth.rb", "lib/toll_booth/location.rb", "lib/toll_booth/route.rb", "lib/toll_booth/route_collection.rb", "lib/toll_booth/route_step.rb", "test/test_helper.rb", "toll_booth.gemspec" ] s.homepage = %q{http://github.com/dpickett/toll_booth} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{API Wrapper for Google Directions} s.test_files = [ "test/test_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<httparty>, [">= 0.4.5"]) s.add_runtime_dependency(%q<chronic_duration>, [">= 0.7.5"]) else s.add_dependency(%q<httparty>, [">= 0.4.5"]) s.add_dependency(%q<chronic_duration>, [">= 0.7.5"]) end else s.add_dependency(%q<httparty>, [">= 0.4.5"]) s.add_dependency(%q<chronic_duration>, [">= 0.7.5"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toll_booth-0.2.0 | toll_booth.gemspec |