Updated Readme
[vagrant-dotfiles.git] / copy_my_conf.gemspec
index f65bb03..f5452ba 100644 (file)
@@ -1,11 +1,11 @@
 Gem::Specification.new do |s|
   s.name        = 'copy_my_conf'
-  s.version     = '0.0.1'
-  s.date        = '2013-01-08'
+  s.version     = '0.1.1'
+  s.date        = '2013-07-06'
   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