Sha256: 66b54bd0ae4fac8c65205396f19f1e420230b78ee091cbcbe98150877bd7819a

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

Gem::Specification.new do |s|
  s.name    = 'fingertips-adyen'
  s.version = "0.3.7.20100917"
  s.date    = "2010-07-21"

  s.summary = "Integrate Adyen payment services in you Ruby on Rails application."
  s.description = <<-EOS
    Package to simplify including the Adyen payments services into a Ruby on Rails application.
    The package provides functionality to create payment forms, handling and storing notifications 
    sent by Adyen and consuming the SOAP services provided by Adyen. Moreover, it contains helper
    methods, mocks and matchers to simpify writing tests/specsfor your code.
  EOS

  s.authors  = ['Willem van Bergen', 'Michel Barbosa', 'Eloy Duran']
  s.email    = ['willem@vanbergen.org', 'cicaboo@gmail.com', 'eloy.de.enige@gmail.com']
  s.homepage = 'http://wiki.github.com/wvanbergen/adyen'

  s.add_development_dependency('rspec', '>= 1.1.4')
  s.add_development_dependency('git', '>= 1.1.0')

  s.requirements << 'Handsoap is required for accessing the SOAP services. See http://github.com/troelskn/handsoap.'
  s.requirements << 'LibXML is required for using the RSpec matchers.'
  s.requirements << 'ActiveRecord is required for storing the notifications in your database.'

  s.rdoc_options << '--title' << s.name << '--main' << 'README.rdoc' << '--line-numbers' << '--inline-source'
  s.extra_rdoc_files = ['README.rdoc']

  s.files = %w(spec/spec_helper.rb spec/adyen_spec.rb lib/adyen/form.rb .gitignore spec/notification_spec.rb lib/adyen/api.rb LICENSE spec/api_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)
  s.test_files = %w(spec/adyen_spec.rb spec/notification_spec.rb spec/api_spec.rb spec/form_spec.rb)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fingertips-adyen-0.3.7.20100917 adyen.gemspec