Now supporting vagrant 1.2. Simplified config class. SSH not working
[vagrant-dotfiles.git] / copy_my_conf.gemspec
index f65bb03..7d5a576 100644 (file)
@@ -1,11 +1,11 @@
 Gem::Specification.new do |s|
   s.name        = 'copy_my_conf'
-  s.version     = '0.0.1'
+  s.version     = '0.1.0'
   s.date        = '2013-01-08'
   s.summary     = "Vagrant Provisioner to copy your configuration files into vagrant box"
   s.description = "Copy your configurations easily into vagrant box"
   s.authors     = ["Akshay Mankar"]
   s.email       = 'itsakshaymankar@gmail.com'
-  s.files       = ["lib/copy_my_conf.rb"]
+  s.files       = Dir["lib/**/*.rb"]
   s.homepage    = 'http://github.com/akshaymankar/copy_my_conf'
 end