Sha256: 299486f54dc95cbc4369d85d2cb73b3aada547174a240ede964cf709bccb59f2
Contents?: true
Size: 928 Bytes
Versions: 2
Compression:
Stored size: 928 Bytes
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'] s.email = ["joakim.kolsjo@gmail.com", 'niklas.holmgren@bukowskis.com'] 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_development_dependency 'rspec' s.add_development_dependency 'autotest' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
debitech_soap-0.0.3 | debitech_soap.gemspec |
debitech_soap-0.0.2 | debitech_soap.gemspec |