-
Notifications
You must be signed in to change notification settings - Fork 4
/
payone_connect.gemspec
23 lines (20 loc) · 994 Bytes
/
payone_connect.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require File.expand_path('../lib/payone_connect/version', __FILE__)
Gem::Specification.new do |s|
s.name = %q{payone_connect}
s.version = "0.3.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Patrick Huesler", "Alexander Lang", "Jan Raasch", "Christoph Hugo"]
s.date = %q{2014-08-04}
s.description = %q{Connects to the payone gateway and passes the parameters}
s.email = %q{[email protected]}
s.version = PayoneConnect::VERSION
s.homepage = %q{http://github.com/phuesler/payone_connect}
s.require_paths = ["lib"]
s.summary = %q{Simple http client for the psp payone api (http://www.payone.de/)}
s.files = `git ls-files`.split($\)
s.test_files = s.files.grep(%r{^spec/})
s.add_dependency 'activesupport'
s.add_development_dependency(%q<rspec>, ["~> 2.1"])
s.add_development_dependency(%q<fakeweb>, [">= 0"])
s.add_development_dependency(%q<rake>, [">= 0"])
end