# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{agcod} s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Dan Pickett"] s.date = %q{2009-10-14} s.email = %q{dpickett@enlightsolutions.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "agcod.gemspec", "cucumber.yml", "features/error_handling.feature", "features/step_definitions/agcod_steps.rb", "features/success_certification.feature", "features/support/app_root/config/agcod.example.yml", "features/support/env.rb", "lib/agcod.rb", "lib/agcod/cancel_gift_card.rb", "lib/agcod/configuration.rb", "lib/agcod/create_gift_card.rb", "lib/agcod/error/configuration_error.rb", "lib/agcod/error/invalid_parameter.rb", "lib/agcod/health_check.rb", "lib/agcod/option_validators.rb", "lib/agcod/request.rb", "lib/agcod/tasks.rb", "lib/agcod/tasks/certification.rake", "lib/agcod/void_gift_card_creation.rb", "manual_features/cancel_claimed_giftcard.feature", "manual_features/insufficient_funds.feature", "manual_features/retry_and_http.feature", "tasks/agcod.rake", "test/agcod/configuration_test.rb", "test/app_root/config/agcod.yml", "test/macros/configuration.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/dpickett/agcod} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{A Wrapper for Amazon Gift Cards On Demand} s.test_files = [ "test/agcod/configuration_test.rb", "test/macros/configuration.rb", "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 else end else end end