skylight 1.0.0.beta4 → 1.0.0.beta5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +0,0 @@
1
- unless StringScanner.method_defined? :charpos
2
- class StringScanner
3
- def charpos
4
- if string.respond_to?(:byteslice)
5
- string.byteslice(0, pos).length
6
- else
7
- string.unpack("@0a#{pos}").first.force_encoding("UTF-8").length
8
- end
9
- end
10
- end
11
- end
@@ -1,3 +0,0 @@
1
- module SqlLexer
2
- VERSION = "0.0.7"
3
- end