lib/bundler/audit/advisory.rb in mrjoy-bundler-audit-0.2.1 vs lib/bundler/audit/advisory.rb in mrjoy-bundler-audit-0.3.1

- old
+ new

@@ -82,11 +82,11 @@ # # Checks whether the version is not affected by the advisory. # # @param [Gem::Version] version - # The version to compare against {#unaffected_version}. + # The version to compare against {#unaffected_versions}. # # @return [Boolean] # Specifies whether the version is not affected by the advisory. # # @since 0.2.0 @@ -99,10 +99,10 @@ # # Checks whether the version is patched against the advisory. # # @param [Gem::Version] version - # The version to compare against {#patched_version}. + # The version to compare against {#patched_versions}. # # @return [Boolean] # Specifies whether the version is patched against the advisory. # # @since 0.2.0