X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=copy_my_conf.gemspec;fp=copy_my_conf.gemspec;h=44a7c315a719f406f7a6b422da2ab63a86a494d1;hp=0000000000000000000000000000000000000000;hb=4e619b1dcbbb066996ce907e94835b308c012d43;hpb=7dabb700c4245f11535df221da17e3a3a25bb3d0 diff --git a/copy_my_conf.gemspec b/copy_my_conf.gemspec new file mode 100644 index 0000000..44a7c31 --- /dev/null +++ b/copy_my_conf.gemspec @@ -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