<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,13 @@
 = Johnson
 
-Johnson wraps JavaScript in a loving Ruby embrace.
+* http://github.com/jbarnette/johnson
+* http://johnson.lighthouseapp.com
+* http://groups.google.com/group/johnson-talk
 
-* {Source Code}[http://github.com/jbarnette/johnson]
-* {Bug Tracker}[http://johnson.lighthouseapp.com]
-* {RubyForge Project}[http://johnson.rubyforge.org]
+== Description
+
+Johnson wraps JavaScript in a loving Ruby embrace. It embeds the
+Mozilla SpiderMonkey JavaScript runtime as a C extension.
 
 == Examples
 
@@ -16,18 +19,18 @@ Johnson wraps JavaScript in a loving Ruby embrace.
 
 == Installation
 
-  [sudo] gem install johnson
-
-=== Restrictions
+    $ gem install johnson
 
-Johnson is currently developed and tested on Mac OS X with Ruby
-1.8.6. We'd like to widen our support: contributions are very welcome!
+=== TODO
 
-It's also kinda segfaulty at the moment. GC is hard.
+* Support more than just Mac OS X / Ruby 1.8.6.
+* Stop freaking segfaulting.
 
 == License
 
-Copyright 2008-2009 John Barnette, Aaron Patterson, Yehuda Katz,
+Copyright 2008-2009 John Barnette,
+Aaron Patterson,
+Yehuda Katz,
 Matthew Draper
 
 Permission is hereby granted, free of charge, to any person obtaining</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -4,29 +4,26 @@ require &quot;rake/extensiontask&quot;
 
 Hoe.plugin :debugging
 
-HOE = Hoe.spec &quot;johnson&quot; do |p|
-  p.developer &quot;John Barnette&quot;,   &quot;jbarnette@rubyforge.org&quot;
-  p.developer &quot;Aaron Patterson&quot;, &quot;aaron.patterson@gmail.com&quot;
-  p.developer &quot;Yehuda Katz&quot;,     &quot;wycats@gmail.com&quot;
-  p.developer &quot;Matthew Draper&quot;,  &quot;matthew@trebex.net&quot;
-
-  p.history_file     = &quot;CHANGELOG.rdoc&quot;
-  p.readme_file      = &quot;README.rdoc&quot;
-  p.summary          = &quot;Johnson wraps JavaScript in a loving Ruby embrace.&quot;
-  p.description      = &quot;Johnson is a Ruby to JavaScript bridge.&quot;
-  p.url              = &quot;http://github.com/jbarnette/johnson/wikis&quot;
-
-  p.extra_rdoc_files = [p.readme_file]
-  p.test_globs       = %w(test/**/*_test.rb)
-
-  p.clean_globs     &lt;&lt; &quot;lib/johnson/spidermonkey.bundle&quot;
-  p.clean_globs     &lt;&lt; &quot;tmp&quot;
-  p.clean_globs     &lt;&lt; &quot;vendor/spidermonkey/**/*.OBJ&quot;
-  p.clean_globs     &lt;&lt; &quot;ext/**/*.{o,so,bundle,a,log}&quot;
-
-  p.extra_deps      &lt;&lt; &quot;rake&quot;
-  p.extra_dev_deps  &lt;&lt; &quot;rake-compiler&quot;
-  p.spec_extras      = { :extensions =&gt; %w(Rakefile) }
+HOE = Hoe.spec &quot;johnson&quot; do
+  developer &quot;John Barnette&quot;,   &quot;jbarnette@rubyforge.org&quot;
+  developer &quot;Aaron Patterson&quot;, &quot;aaron.patterson@gmail.com&quot;
+  developer &quot;Yehuda Katz&quot;,     &quot;wycats@gmail.com&quot;
+  developer &quot;Matthew Draper&quot;,  &quot;matthew@trebex.net&quot;
+
+  self.extra_rdoc_files = FileList[&quot;*.rdoc&quot;]
+  self.history_file     = &quot;CHANGELOG.rdoc&quot;
+  self.readme_file      = &quot;README.rdoc&quot;
+  self.test_globs       = %w(test/**/*_test.rb)
+
+  clean_globs &lt;&lt; &quot;lib/johnson/spidermonkey.bundle&quot;
+  clean_globs &lt;&lt; &quot;tmp&quot;
+  clean_globs &lt;&lt; &quot;vendor/spidermonkey/**/*.OBJ&quot;
+  clean_globs &lt;&lt; &quot;ext/**/*.{o,so,bundle,a,log}&quot;
+
+  # FIX: this crap needs to die
+  extra_deps &lt;&lt; &quot;rake&quot;
+  extra_dev_deps &lt;&lt; &quot;rake-compiler&quot;
+  self.spec_extras = { :extensions =&gt; %w(Rakefile) }
 end
 
 Rake::ExtensionTask.new &quot;spidermonkey&quot;, HOE.spec do |ext|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>feb07db963e3e01fc686876faac6fcdcbbb3ae42</id>
    </parent>
  </parents>
  <author>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </author>
  <url>http://github.com/jbarnette/johnson/commit/dc5b3bb9e1791fff63662dec587b3e7df259a4ca</url>
  <id>dc5b3bb9e1791fff63662dec587b3e7df259a4ca</id>
  <committed-date>2009-06-23T00:23:34-07:00</committed-date>
  <authored-date>2009-06-23T00:23:34-07:00</authored-date>
  <message>Grab more config stuff from the README.</message>
  <tree>5c619715768fd09f0312f731e2d57556d642af54</tree>
  <committer>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </committer>
</commit>
