<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>VERSION</filename>
    </added>
    <added>
      <filename>src/fluently.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-RELEASE_VERSION = '0.9a4'
+RELEASE_VERSION = open('VERSION').read.chomp
 ARCHIVE_NAME = &quot;lztestkit-#{RELEASE_VERSION}.tgz&quot;
 IGNORE = Dir['**/#*#'] + Dir['**/.#*'] + Dir['build/**'] + Dir['working/**'] + %w{build working agenda.txt}
 
@@ -35,9 +35,9 @@ task 'build/index.html' =&gt; 'README' do |t|
 end
 
 AUTORUN_FILES = %w{autorun-browser.js autorun-lz.js autorun.css list-files.jsp}
-SHARED_FILES = AUTORUN_FILES + %w(hopkit.js jsspec.js lzmock.js lzspec.js lzunit-async.lzx lzunit-extensions.js lztimer.lzx lztimer-browser.js)
+SHARED_FILES = AUTORUN_FILES + %w(fluently.js jsspec.js lzmock.js lzspec.js lzunit-async.lzx lzunit-extensions.js lztimer.lzx lztimer-browser.js)
 
-# TODO: sync sequencing.js, hopkit.js with jsutils
+# TODO: sync sequencing.js, fluently.js with jsutils
 
 def dirsync(source_dir, target_dir)
   options = {}</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
   &lt;TestSuite&gt;
     &lt;TestCase&gt;
       &lt;method name=&quot;testValues&quot;&gt;&lt;![CDATA[
-        value(1).should.be(2);
+        value(1).should.be.equal(2);
       ]]&gt;&lt;/method&gt;
     &lt;/TestCase&gt;
   &lt;/TestSuite&gt;</diff>
      <filename>examples/test-expect.lzx</filename>
    </modified>
    <modified>
      <diff>@@ -87,7 +87,7 @@ JSSpec.Runner = function(target, name) {
 JSSpec.calling = function(target, name) {
     var runner = JSSpec.Runner.apply(JSSpec.Runner, arguments),
         options = runner._options,
-        runner = HopKit.make(function(define) {
+        runner = Fluently.make(function(define) {
             define('run', runner.run),
             define('call', runner.call);
             define('change', runner.change);</diff>
      <filename>src/jsspec.js</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 &lt;library&gt;
   &lt;include href=&quot;lzunit&quot;/&gt;
   &lt;script src=&quot;autorun-lz.js&quot;/&gt;
-  &lt;script src=&quot;hopkit.js&quot;/&gt;
+  &lt;script src=&quot;fluently.js&quot;/&gt;
   &lt;script src=&quot;lzmock.js&quot;/&gt;
   &lt;script src=&quot;jsspec.js&quot;/&gt;
   &lt;script src=&quot;lzspec.js&quot;/&gt;</diff>
      <filename>src/library.lzx</filename>
    </modified>
    <modified>
      <diff>@@ -155,7 +155,7 @@ function MockObject(master) {
                 };
             expectations.push(expectation);
 
-            return HopKit.make(function(define) {
+            return Fluently.make(function(define) {
                 define('calls', calls),
                 define('returns', returns);
                 define.alias('calls.back', 'calls');</diff>
      <filename>src/lzmock.js</filename>
    </modified>
    <modified>
      <diff>@@ -111,7 +111,7 @@ function ExpectValue(value, testCase, context) {
     var options = {};
     if (arguments.length &lt; 3)
         context = [];
-    return HopKit.make(function(define) {
+    return Fluently.make(function(define) {
         define.synonym('should');
         define.synonym('be');
         define.modifier.dictionary(options);</diff>
      <filename>src/lzspec.js</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>src/hopkit.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>cb0d50ebfc3a30b3b02874d87ec5961257f461cd</id>
    </parent>
  </parents>
  <author>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </author>
  <url>http://github.com/osteele/lztestkit/commit/168f30df1a585b2729664adeba6ea081be540ddb</url>
  <id>168f30df1a585b2729664adeba6ea081be540ddb</id>
  <committed-date>2008-01-22T14:44:43-08:00</committed-date>
  <authored-date>2008-01-22T14:44:43-08:00</authored-date>
  <message>hopkit -&gt; fluently; move +VERSION out of rakefile</message>
  <tree>9304f28ed42885701c5330d5d2ed05e8f0d0b13b</tree>
  <committer>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </committer>
</commit>
