Checkpoint / the simplest test looks to be working now (~/.vimrc)
[vagrant-dotfiles.git] / vagrant-dotfiles.gemspec
diff --git a/vagrant-dotfiles.gemspec b/vagrant-dotfiles.gemspec
new file mode 100644 (file)
index 0000000..d03a2d3
--- /dev/null
@@ -0,0 +1,12 @@
+Gem::Specification.new do |s|
+  s.name        = 'vagrant-dotfiles'
+  s.version     = '1.0.0'
+  s.date        = '2018-09-28'
+  s.summary     = "Vagrant Provisioner to copy your configuration files into vagrant box"
+  s.description = "Copy your configurations easily into vagrant box"
+  s.authors     = ["Jude Nagurney"]
+  s.email       = 'juden@pwan.org'
+  s.files       = Dir["lib/**/*.rb"]
+  s.homepage    = 'http://github.com/jude/vagrant-dotfiles'
+  s.license     = 'MIT'
+end