puppetlabs / pupperware

Container fun time lives here.
Other
183 stars 67 forks source link

(MAINT) Strip gem down to what we use #170

Closed nwolfe closed 5 years ago

nwolfe commented 5 years ago

Remove dependencies and local convenience files so the gem is smaller and faster to download (via bundler).

This is a step towards sharing a common Makefile, assuming we distribute the common Makefile via our gem.

Since we don't have any tests for this gem/repo, and we're not publishing the gem, we don't need the bundler, rake, or rspec dependencies, and json is already available in core Ruby.

nwolfe commented 5 years ago

I believe this stuff was generated for us by bundler when we initially created the gem; it gave us the bin/ files and dependencies in gemspec that we don't actually need/use.