Closed movitto closed 8 years ago
bin/update_gems.rb
lib/polisher/cli/bin/gems2update.rb
resolved_dep
. If it's necessary, use _
or _resolved_dep
as an argument name to indicate that it won't be used.{...}
for multi-line blocks.Object#kind_of?
over Object#is_a?
.lib/polisher/cli/bin/git_gem_updater.rb
lib/polisher/cli/bin/missing_deps.rb
source
.resolved_dep
. If it's necessary, use _
or _resolved_dep
as an argument name to indicate that it won't be used.lib/polisher/cli/bin/update_gems.rb
deps
. If it's necessary, use _
or _deps
as an argument name to indicate that it won't be used.src
. If it's necessary, use _
or _src
as an argument name to indicate that it won't be used.resolved_dep
. If it's necessary, use _
or _resolved_dep
as an argument name to indicate that it won't be used.conf
. If it's necessary, use _
or _conf
as an argument name to indicate that it won't be used. You can also write as run_gems_update(*)
if you want the method to accept any arguments but don't care about them.{...}
for multi-line blocks.lib/polisher/cli/cross_ref.rb
Object#kind_of?
over Object#is_a?
.<<
should be surrounded with a single space.||=
should be surrounded with a single space.lib/polisher/cli/fedora.rb
lib/polisher/cli/paths.rb
lib/polisher/cli/sources.rb
!!
).lib/polisher/cli/updater.rb
<<
should be surrounded with a single space.<<
should be surrounded with a single space.TODO
should be all upper case, followed by a colon, and a space, then a note describing the problem.TODO
should be all upper case, followed by a colon, and a space, then a note describing the problem.TODO
should be all upper case, followed by a colon, and a space, then a note describing the problem.begin
block detected.
Many various fixes and refactoring to extract generic components. Adds update_gems utility which traverses gem dependency tree in same manner as gems2update and runs same update as git_gem_updater