Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 1f8684b

Browse files
committed
Give credit to all authors up until this point!
1 parent bc22ce3 commit 1f8684b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

kube_deploy_tools.gemspec

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,20 @@ Gem::Specification.new do |gem|
99
gem.summary = "Kubernetes Deploy Tools"
1010
gem.description = "Tools used by LiveRamp to facilitate generation, packaging, and deployment of Docker images and Kubernetes manifests."
1111

12-
gem.authors = ['ops']
12+
# Anyone who has had more than 5 commits to this repo
13+
# can be in here! Please preserve alpha-sorting.
14+
gem.authors = [
15+
'Fabien Goncalves',
16+
'Peter Hu',
17+
'Joshua Kwan',
18+
'Pratik Mallya',
19+
'Julian Modesto',
20+
'Renaud Pere',
21+
'Aditya Sarang',
22+
'Aaron Sproul',
23+
'Tiantian Tang',
24+
]
25+
1326
gem.email = 'ops@liveramp.com'
1427
gem.homepage = 'https://github.com/LiveRamp/kube_deploy_tools'
1528
gem.license = 'Apache-2.0'

0 commit comments

Comments
 (0)