--- !ruby/object:Gem::Specification 
name: adyen
version: !ruby/object:Gem::Version 
  version: 0.3.0
platform: ruby
authors: 
- Willem van Bergen
- Michel Barbosa
autorequire: 
bindir: bin
cert_chain: []

date: 2009-12-14 00:00:00 +01:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  type: :development
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 1.1.4
    version: 
- !ruby/object:Gem::Dependency 
  name: git
  type: :development
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 1.1.0
    version: 
description: "    Package to simplify including the Adyen payments services into a Ruby on Rails application.\n    The package provides functionality to create payment forms, handling and storing notifications \n    sent by Adyen and consuming the SOAP services provided by Adyen. Moreover, it contains helper\n    methods, mocks and matchers to simpify writing tests/specsfor your code.\n"
email: 
- willem@vanbergen.org
- cicaboo@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
files: 
- spec/spec_helper.rb
- spec/adyen_spec.rb
- lib/adyen/form.rb
- .gitignore
- spec/notification_spec.rb
- lib/adyen/soap.rb
- LICENSE
- spec/soap_spec.rb
- init.rb
- adyen.gemspec
- Rakefile
- spec/form_spec.rb
- README.rdoc
- lib/adyen/notification.rb
- lib/adyen/formatter.rb
- tasks/github-gem.rake
- lib/adyen/encoding.rb
- lib/adyen/matchers.rb
- lib/adyen.rb
has_rdoc: true
homepage: http://wiki.github.com/wvanbergen/adyen
licenses: []

post_install_message: 
rdoc_options: 
- --title
- adyen
- --main
- README.rdoc
- --line-numbers
- --inline-source
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: 
- Handsoap is required for accessing the SOAP services. See http://github.com/troelskn/handsoap.
- LibXML is required for using the RSpec matchers.
- ActiveRecord is required for storing the notifications in your database.
rubyforge_project: 
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: Integrate Adyen payment services in you Ruby on Rails application.
test_files: 
- spec/adyen_spec.rb
- spec/notification_spec.rb
- spec/soap_spec.rb
- spec/form_spec.rb