X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=vagrant-dotfiles.gemspec;fp=vagrant-dotfiles.gemspec;h=d03a2d3ea505fab6195c635e0875aade782dd282;hp=0000000000000000000000000000000000000000;hb=e83a68ac49cf7bf169e58b5706605b072b4966a3;hpb=fa35bc36a5430811c454bc6f93aca0f6bdf20348 diff --git a/vagrant-dotfiles.gemspec b/vagrant-dotfiles.gemspec new file mode 100644 index 0000000..d03a2d3 --- /dev/null +++ b/vagrant-dotfiles.gemspec @@ -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