schubergphilis / vagrant-chef-zero

Vagrant Plugin for Chef Zero
Apache License 2.0
91 stars 42 forks source link

Gem contains gem #52

Open cbandy opened 10 years ago

cbandy commented 10 years ago
$ gem fetch vagrant-chef-zero
Fetching: vagrant-chef-zero-0.7.1.gem (100%)
Downloaded vagrant-chef-zero-0.7.1

$ tar xzOf vagrant-chef-zero-0.7.1.gem data.tar.gz | tar tz | grep '.gem$'
pkg/vagrant-chef-zero-0.7.1.gem
andrewgross commented 10 years ago

Hmm, this is fun. I will have to review my packaging code and cleanup scripts. Thanks for reporting this.