Updated Readme
[vagrant-dotfiles.git] / copy_my_conf.gemspec
1 Gem::Specification.new do |s|
2 s.name = 'copy_my_conf'
3 s.version = '0.1.1'
4 s.date = '2013-07-06'
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 = ["Akshay Mankar"]
8 s.email = 'itsakshaymankar@gmail.com'
9 s.files = Dir["lib/**/*.rb"]
10 s.homepage = 'http://github.com/akshaymankar/copy_my_conf'
11 end