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