[rubygems/rubygems] Fix printing requirement based spec filters
I don't understand what was the idea of "!=" here. https://github.com/rubygems/rubygems/commit/06d5f1dcf1
This commit is contained in:
parent
0fb73a8eda
commit
eb46b0924f
@ -14,7 +14,7 @@ class RequirementChecker < Proc
|
|||||||
attr_accessor :provided
|
attr_accessor :provided
|
||||||
|
|
||||||
def inspect
|
def inspect
|
||||||
"\"!= #{provided}\""
|
"\"#{provided}\""
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user