--- !ruby/object:Gem::Specification name: jsmestad-chargify version: !ruby/object:Gem::Version hash: 17 prerelease: false segments: - 0 - 3 - 1 version: 0.3.1 platform: ruby authors: - Wynn Netherland - Justin Smestad autorequire: bindir: bin cert_chain: [] date: 2010-07-21 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: httparty prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 0 - 6 - 1 version: 0.6.1 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: hashie prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 11 segments: - 0 - 1 - 8 version: 0.1.8 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 description: email: justin.smestad@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .gitignore - .rspec - Gemfile - LICENSE - README.markdown - Rakefile - VERSION - changelog.md - jsmestad-chargify.gemspec - lib/chargify.rb - lib/chargify/base.rb - lib/chargify/config.rb - lib/chargify/customer.rb - lib/chargify/error.rb - lib/chargify/parser.rb - lib/chargify/product.rb - lib/chargify/subscription.rb - lib/chargify/transaction.rb - spec/fixtures/charge_subscription.json - spec/fixtures/charge_subscription_missing_parameters.json - spec/fixtures/component.json - spec/fixtures/components.json - spec/fixtures/customer.json - spec/fixtures/customers.json - spec/fixtures/deleted_subscription.json - spec/fixtures/invalid_subscription.json - spec/fixtures/list_metered_subscriptions.json - spec/fixtures/migrate_subscription.json - spec/fixtures/new_customer.json - spec/fixtures/product.json - spec/fixtures/products.json - spec/fixtures/subscription.json - spec/fixtures/subscription_not_found.json - spec/fixtures/subscriptions.json - spec/spec_helper.rb - spec/support/fakeweb_stubs.rb - spec/unit/chargify/config_spec.rb - spec/unit/chargify/customer_spec.rb - spec/unit/chargify/parser_spec.rb - spec/unit/chargify/product_spec.rb - spec/unit/chargify/subscription_spec.rb - spec/unit/chargify/transaction_spec.rb has_rdoc: true homepage: http://github.com/jsmestad/chargify licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Ruby wrapper for the Chargify API test_files: - spec/spec_helper.rb - spec/support/fakeweb_stubs.rb - spec/unit/chargify/config_spec.rb - spec/unit/chargify/customer_spec.rb - spec/unit/chargify/parser_spec.rb - spec/unit/chargify/product_spec.rb - spec/unit/chargify/subscription_spec.rb - spec/unit/chargify/transaction_spec.rb