<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,10 +33,10 @@ require 'strscan'
 #
 # Ruby implementation of Douglas Crockford's JavaScript minifier, JSMin.
 #
-# Author::    Ryan Grove (mailto:ryan@wonko.com)
-# Version::   1.0.1 (2008-11-10)
-# Copyright:: Copyright (c) 2008 Ryan Grove. All rights reserved.
-# Website::   http://github.com/rgrove/jsmin/
+# *Author*::    Ryan Grove (mailto:ryan@wonko.com)
+# *Version*::   1.0.1 (2008-11-10)
+# *Copyright*:: Copyright (c) 2008 Ryan Grove. All rights reserved.
+# *Website*::   http://github.com/rgrove/jsmin
 #
 # == Example
 #
@@ -67,7 +67,7 @@ module JSMin
 
   class &lt;&lt; self
 
-    # Reads JavaScript from +input+ (which can be a String or an IO object) and
+    # Reads JavaScript from _input_ (which can be a String or an IO object) and
     # returns a String containing minified JS.
     def minify(input)
       @js = StringScanner.new(input.is_a?(IO) ? input.read : input.to_s)</diff>
      <filename>lib/jsmin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5eced2ac5b0b0419368ecdeeb2b49a9f3b4e045</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </author>
  <url>http://github.com/rgrove/jsmin/commit/3987eda09bcc6eadad6694d9547c0979569615ba</url>
  <id>3987eda09bcc6eadad6694d9547c0979569615ba</id>
  <committed-date>2008-12-30T21:41:11-08:00</committed-date>
  <authored-date>2008-12-30T21:41:11-08:00</authored-date>
  <message>RDoc tweaks.</message>
  <tree>b22c9ea1fcd4f714961a68480d37c31e18a5b1db</tree>
  <committer>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </committer>
</commit>
