Replace all pretty quotes with ASCII.

This commit is contained in:
Eloy Durán
2014-03-04 19:05:27 +01:00
parent 678649c523
commit 8407a1cfc0
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ module Motion; module Util
@segments ||= @version.split('.').map(&:to_i)
end
# This is pretty much vendored straight from RubyGems, except we dont
# This is pretty much vendored straight from RubyGems, except we don't
# care about string segments for our purposes.
#
# https://github.com/rubygems/rubygems/blob/81d806d818baeb5dcb6398ca631d772a003d078e/lib/rubygems/version.rb