ManageIQ / polisher

Polisher is a Ruby module and set of utilities aimed to assisting the post-publishing packaging process for Ruby gems and applications.
MIT License
14 stars 14 forks source link

State all soft dependencies after install #119

Closed strzibny closed 10 years ago

strzibny commented 10 years ago

I finally had a time to add all of the other soft requirements. I think it makes sense to print them after installation:

$ gem install polisher-0.10.2.gem
=====================================================
Some of the Polisher components require the following
RubyGems and programs to be installed:

json (RubyGem)
curb (RubyGem)
i18n (RubyGem)
pkgwat (RubyGem)
awesome_spawn (RubyGem)
gem2rpm (RubyGem)
versionomy (RubyGem)
vcr (RubyGem)
webmock (RubyGem)
git
diff
fedpkg
md5sum
koji
yum
rpmdev-packager (from rpmdevtools)
=====================================================
coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling ae0e17ddc9742d4c525f946c6a07a9b9dce3fb9b on strzibny:state-deps into f19f9776f3d01e66802ae01c860635fa07fc706c on ManageIQ:master.

miq-bot commented 10 years ago

Checked commit https://github.com/strzibny/polisher/commit/0c2c3065f4eac17240ccce9833793abfa8e9ae71 with rubocop 0.21.0 0 files checked, 0 offenses detected Everything looks good. :cake:

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 0c2c3065f4eac17240ccce9833793abfa8e9ae71 on strzibny:state-deps into f19f9776f3d01e66802ae01c860635fa07fc706c on ManageIQ:master.

movitto commented 10 years ago

ACK, merging. /me wonders if we could auto-generate this from the missing component dependency mechanism at some point.

strzibny commented 10 years ago

auto-generate this from the missing component dependency

That would be ideal:)