Created Gem
[vagrant-dotfiles.git] / copy_my_conf.gemspec
diff --git a/copy_my_conf.gemspec b/copy_my_conf.gemspec
new file mode 100644 (file)
index 0000000..44a7c31
--- /dev/null
@@ -0,0 +1,11 @@
+Gem::Specification.new do |s|
+  s.name        = 'copy_my_conf'
+  s.version     = '0.0.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.homepage    = 'http://github.com/akshaymankar/copy_my_conf'
+end