--- /dev/null
+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
# -*- mode: ruby -*-
# vi: set ft=ruby :
-require File.dirname(__FILE__)+'/copy_my_conf'
+require 'copy_my_conf'
#This is a sample vagrant file
Vagrant::Config.run do |config|