Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nokogiri typo #2693

Merged
merged 1 commit into from Nov 26, 2013
Merged

Fix nokogiri typo #2693

merged 1 commit into from Nov 26, 2013

Conversation

todb-r7
Copy link

@todb-r7 todb-r7 commented Nov 26, 2013

There is no 'Nokogiri,' only 'nokogiri'

[SeeRM #8730]

@todb-r7
Copy link
Author

todb-r7 commented Nov 26, 2013

And yes, it's a single-bit change.

I take it @wchen-r7's dev environment is case-insensitive.

@ghost ghost assigned wchen-r7 Nov 26, 2013
@wchen-r7
Copy link
Contributor

I guess.

AUS-MAC-1039:tiff wchen$ irb
1.9.3-p392 :001 > require 'Nokogiri'
 => true 
1.9.3-p392 :002 > exit
AUS-MAC-1039:tiff wchen$ irb
1.9.3-p392 :001 > require 'nokogiri'
 => true 
1.9.3-p392 :002 >

wchen-r7 added a commit that referenced this pull request Nov 26, 2013
@wchen-r7 wchen-r7 merged commit 671c0d9 into rapid7:master Nov 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants