Skip to content

Commit 73529f6

Browse files
committed
Update authors and email in gemspec.
1 parent 83c74cb commit 73529f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

buckaruby.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ require_relative 'lib/buckaruby/version'
55
Gem::Specification.new do |spec|
66
spec.name = 'buckaruby'
77
spec.version = Buckaruby::VERSION
8-
spec.authors = ['Kentaa']
9-
spec.email = ['developers@kentaa.nl']
8+
spec.authors = %w[Kentaa iRaiser]
9+
spec.email = ['tech-arnhem@iraiser.eu']
10+
1011
spec.summary = 'Ruby library for communicating with the Buckaroo Payment Engine 3.0.'
1112
spec.description = 'The Buckaruby gem provides a Ruby library for communicating with the Buckaroo Payment Engine 3.0.'
1213
spec.homepage = 'https://github.com/KentaaNL/buckaruby'

0 commit comments

Comments
 (0)