aboutsummaryrefslogtreecommitdiff
path: root/sshconfig.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'sshconfig.gemspec')
-rw-r--r--sshconfig.gemspec19
1 files changed, 19 insertions, 0 deletions
diff --git a/sshconfig.gemspec b/sshconfig.gemspec
new file mode 100644
index 0000000..ea6c5fa
--- /dev/null
+++ b/sshconfig.gemspec
@@ -0,0 +1,19 @@
+Gem::Specification.new do |s|
+ s.name = 'sshconfig'
+ s.version = '12'
+ s.date = '2017-01-11'
+ s.summary = "SSH Config DSL"
+ s.description = "A DSL to generate SSH config"
+ s.authors = ["Nathan Lasseter"]
+ s.email = 'nathan@bytemark.co.uk'
+ s.homepage = 'https://github.com/User4574/SSHConfig'
+ s.files = [
+ "lib/sshconfig.rb",
+ "lib/host.rb",
+ "lib/hosts.rb",
+ ]
+ s.executables = [
+ "ssh-update-config"
+ ]
+ s.license = 'BSD-2-Clause'
+end