We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authors
email
1 parent 83c74cb commit 73529f6Copy full SHA for 73529f6
1 file changed
buckaruby.gemspec
@@ -5,8 +5,9 @@ require_relative 'lib/buckaruby/version'
5
Gem::Specification.new do |spec|
6
spec.name = 'buckaruby'
7
spec.version = Buckaruby::VERSION
8
- spec.authors = ['Kentaa']
9
- spec.email = ['developers@kentaa.nl']
+ spec.authors = %w[Kentaa iRaiser]
+ spec.email = ['tech-arnhem@iraiser.eu']
10
+
11
spec.summary = 'Ruby library for communicating with the Buckaroo Payment Engine 3.0.'
12
spec.description = 'The Buckaruby gem provides a Ruby library for communicating with the Buckaroo Payment Engine 3.0.'
13
spec.homepage = 'https://github.com/KentaaNL/buckaruby'
0 commit comments