<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,6 +31,12 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
+# Ruby 1.9 Compatibility Fix - the below isAlphanum uses Fixnum#ord to be compatible with Ruby 1.9 and 1.8.7
+# Fixnum#ord is not found by default in 1.8.6, so monkey patch it in:
+if RUBY_VERSION == '1.8.6'
+  class Fixnum; def ord; return self; end; end
+end
+
 EOF = -1
 $theA = &quot;&quot;
 $theB = &quot;&quot;</diff>
      <filename>lib/jsmin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f405d9e75ac2ee177d58a43b7615d145ec460d1</id>
    </parent>
  </parents>
  <author>
    <name>Scott Becker</name>
    <email>becker.scott@gmail.com</email>
  </author>
  <url>http://github.com/sbecker/asset_packager/commit/dd538902b9a34153b9bb1c32a53bf9d13ed8aa08</url>
  <id>dd538902b9a34153b9bb1c32a53bf9d13ed8aa08</id>
  <committed-date>2009-06-02T17:23:20-07:00</committed-date>
  <authored-date>2009-06-02T17:23:20-07:00</authored-date>
  <message>Fixnum#ord is not found by default in 1.8.6, so monkey patch it in</message>
  <tree>4c786c522d5d656484b07f19f157242886d421d2</tree>
  <committer>
    <name>Scott Becker</name>
    <email>becker.scott@gmail.com</email>
  </committer>
</commit>
