d45f129 Allow saying 'gem install' in a Ruby spec comment

1 file Authored by Otto Urpelainen 2 years ago, Committed by ngompa 2 years ago,
    Allow saying 'gem install' in a Ruby spec comment
    
    Ruby check GemCheckInstallMacro was asserting the usage of %gem_install
    by checking that raw command 'gem install' was not used.
    The check extended to comment rows, too.
    There is no reason to complain about that in comments,
    and in particular, gem2rpm automatically generates such comments.
    Relaxing the check to skip comment rows.
    
        
file modified
+1 -1