--- !ruby/object:Gem::Specification name: stefl-chargify version: !ruby/object:Gem::Version hash: 31 prerelease: false segments: - 0 - 3 - 6 version: 0.3.6 platform: ruby authors: - Wynn Netherland - Justin Smestad autorequire: bindir: bin cert_chain: [] date: 2011-02-17 00:00:00 +00:00 default_executable: dependencies: - !ruby/object:Gem::Dependency 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 name: httparty prerelease: false version_requirements: *id001 - !ruby/object:Gem::Dependency requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 15 segments: - 0 - 4 - 0 version: 0.4.0 type: :runtime name: hashie prerelease: false version_requirements: *id002 - !ruby/object:Gem::Dependency requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime name: json prerelease: false version_requirements: *id003 - !ruby/object:Gem::Dependency requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 3 - 0 - 0 version: 3.0.0 type: :runtime name: activesupport prerelease: false version_requirements: *id004 - !ruby/object:Gem::Dependency requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime name: i18n prerelease: false version_requirements: *id005 description: email: justin.smestad@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .rspec - Gemfile - Gemfile.lock - LICENSE - README.markdown - Rakefile - VERSION - changelog.md - 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/product_family.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 - stefl-chargify.gemspec has_rdoc: true homepage: http://github.com/stefl/chargify licenses: [] post_install_message: rdoc_options: [] 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