From 8b79767315daff1d8b4e0e9776e174b4ea8a0ef6 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Sun, 14 Jun 2015 19:23:17 -0400 Subject: [PATCH] Not sure if I have to include orig authors with BSD 2 --- netconf.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netconf.gemspec b/netconf.gemspec index cc0e757..f6c6c15 100644 --- a/netconf.gemspec +++ b/netconf.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.summary = "Updated NetConf client" s.description = "Updated and maintained fork of the Juniper Ruby NetConf client. This is used to manage Junos OS devices." s.homepage = 'https://github.com/kkirsche/net-netconf' - s.authors = ["Kevin Kirsche"] + s.authors = ["Kevin Kirsche", "Jeremy Schulman", "Ankit Jain"] s.email = 'kev.kirsche@gmail.com' s.files = FileList['lib/net/**/*.rb', 'examples/**/*.rb'] s.license = 'BSD 2'