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=90e35729ba1a5e1cae7be239269d557731a1d6da;hp=f65bb03a12453324d1fb649c47f3de518fbe1ff8;hb=d0fd407a03a85403a28f0d14d9f36cc264d07282;hpb=2a7fb02fbf510e8475a65ed5a76b879aa4cb841e diff --git a/copy_my_conf.gemspec b/copy_my_conf.gemspec index f65bb03..90e3572 100644 --- a/copy_my_conf.gemspec +++ b/copy_my_conf.gemspec @@ -6,6 +6,6 @@ Gem::Specification.new do |s| 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