Sha256: 20f4b49cdfb16d2be35b86621fd21e094cda58dd01d9961a2459e4165d9d1766

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "debitech_soap/version"

Gem::Specification.new do |s|
  s.name        = "debitech_soap"
  s.version     = DebitechSoap::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Joakim Kolsjö", 'Niklas Holmgren', 'Henrik Nyh', 'Daniel Eriksson']
  s.email       = ["joakim.kolsjo@gmail.com", 'niklas.holmgren@bukowskis.com', 'henrik@barsoom.se']
  s.homepage    = "http://github.com/joakimk/debitech_soap"
  s.summary     = %q{A pure ruby way to make payments with DebiTech}
  s.description = %q{An implementation of the DebiTech Java API using pure ruby and the SOAP API.}

  s.add_dependency "mumboe-soap4r", "~> 1.5.8.4"

  s.add_development_dependency "rake"
  s.add_development_dependency 'rspec'
  s.add_development_dependency "guard"
  s.add_development_dependency "guard-rspec"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
debitech_soap-1.0.2 debitech_soap.gemspec
debitech_soap-1.0.1 debitech_soap.gemspec
debitech_soap-1.0.0 debitech_soap.gemspec
debitech_soap-0.0.6 debitech_soap.gemspec
debitech_soap-0.0.5 debitech_soap.gemspec