cloudfoundry-community / bosh-gen

Rapid generation of BOSH releases
MIT License
68 stars 21 forks source link

bosh-gen dependencies need to be updated to include mime-types gem #87

Closed 7hunderbird closed 7 years ago

7hunderbird commented 7 years ago

After installing bosh-gen a run through to complete a bosh-gen new <release_name> did not complete because it was missing a required library of mime-types.

Let's update the gem specifications so this gets installed with the bosh-gen gem.

drnic commented 7 years ago

Perhaps it used to get installed by fog; but now it's optional albeit necessary. PR to fix gemspec would be great

On Fri, Nov 4, 2016 at 5:37 AM +1000, "Tyler Bird" notifications@github.com wrote:

After installing bosh-gen a run through to complete a bosh-gen new did not complete because it was missing a required library of mime-types.

Let's update the gem specifications so this gets installed with the bosh-gen gem.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

drnic commented 7 years ago

mime-types is now in the gemspec