Checkpoint / the simplest test looks to be working now (~/.vimrc)
[vagrant-dotfiles.git] / vagrant-dotfiles.gemspec
1 Gem::Specification.new do |s|
2 s.name = 'vagrant-dotfiles'
3 s.version = '1.0.0'
4 s.date = '2018-09-28'
5 s.summary = "Vagrant Provisioner to copy your configuration files into vagrant box"
6 s.description = "Copy your configurations easily into vagrant box"
7 s.authors = ["Jude Nagurney"]
8 s.email = 'juden@pwan.org'
9 s.files = Dir["lib/**/*.rb"]
10 s.homepage = 'http://github.com/jude/vagrant-dotfiles'
11 s.license = 'MIT'
12 end