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

Fix #83: Catch errors during analysis, set 'unknown' version #84

Closed movitto closed 10 years ago

movitto commented 10 years ago

Now if there are errors when running a query against a specified polisher target, polisher will gracefully catch and set version to 'unknown' for that target/pkg

Updates gem_dep_checker to handle this edge case, specs still need tbd for version_checker

Fryguy commented 10 years ago

Looks good.

cfme-bot commented 10 years ago

Checked commit https://github.com/ManageIQ/polisher/commit/8b782c153e345139ab7cf677e0c79900c06fa6f5 with rubocop 0.21.0 2 files checked, 0 offenses detected Everything looks good. :+1:

movitto commented 10 years ago

@Fryguy thx updated