We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
authors
email
1 parent c1acc01 commit cc86d77Copy full SHA for cc86d77
1 file changed
docdata-order.gemspec
@@ -7,8 +7,8 @@ require 'docdata/order/version'
7
Gem::Specification.new do |spec|
8
spec.name = 'docdata-order'
9
spec.version = Docdata::Order::VERSION
10
- spec.authors = ['Kentaa']
11
- spec.email = ['support@kentaa.nl']
+ spec.authors = %w[Kentaa iRaiser]
+ spec.email = ['tech-arnhem@iraiser.eu']
12
13
spec.summary = 'Ruby client for the Docdata Order API'
14
spec.homepage = 'https://github.com/KentaaNL/docdata-order'
0 commit comments