--- !ruby/object:Gem::Specification name: adyen version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 6 version: 0.3.6 platform: ruby authors: - Willem van Bergen - Michel Barbosa autorequire: bindir: bin cert_chain: [] date: 2010-03-27 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 1 - 4 version: 1.1.4 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: git prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 1 - 0 version: 1.1.0 type: :development version_requirements: *id002 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 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" 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.6 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