<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.1.2 2008-07-03
+
+* Gem includes rbiphonetest as a dependency so it will be autoinstalled.
+
 == 0.1.1 2008-07-03
 
 * Project renamed to 'rbiphonetest'</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,21 +1,17 @@
 
-You can add Ruby-based unit tests to any iPhone/Xcode project by changing to the 
-project's folder in the terminal/console and running:
+DEPRECATION: You have just installed a gem that is deprecated.
 
-	iphoneruby .
+Sorry.
 
-This adds the test framework, a Rakefile, and an `autotest` config file.
+The new project is called 'rbiphonetest'
 
-You can now create testable Objective-C models/classes using the generator:
-	
-	$ script/generate model WidgetMaker
-		  create  Classes/WidgetMaker.h
-		  create  Classes/WidgetMaker.m
-		  create  test/test_widget_maker.rb
+It has been automatically installed for you. Friendly, yes?
 
-To run tests you have several options:
-	
-1. `rake` or `rake test`
-1. `autotest` (after installing the ZenTest gem)
+See http://github.com/drnic/rbiphonetest/tree/master for additional details.
 
-Enjoy iPhone development with Ruby!
\ No newline at end of file
+Usage:
+
+  cd /path/to/iphone/project
+  rbiphonetest .
+
+Then read the instructions displayed.
\ No newline at end of file</diff>
      <filename>PostInstall.txt</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,8 @@ RUBYFORGE_PROJECT = 'iphoneruby' # The unix name for your project
 HOMEPATH = &quot;http://github.com/drnic/iphoneruby&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
 EXTRA_DEPENDENCIES = [
- ['rubigen', '&gt;= 1.3.2']
+ ['rubigen', '&gt;= 1.3.2'],
+ ['rbiphonetest']
 ]    # An array of rubygem dependencies [name, version]
 
 @config_file = &quot;~/.rubyforge/user-config.yml&quot;</diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module IPhoneRuby
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 1
+    TINY  = 2
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/iphoneruby/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>03b88272ec9745c7c57bc947e6673ad50390e05b</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/drnic/iphoneruby/commit/668aa1e3309f08ba829c890eaca82f13f0d37b22</url>
  <id>668aa1e3309f08ba829c890eaca82f13f0d37b22</id>
  <committed-date>2008-07-02T18:57:39-07:00</committed-date>
  <authored-date>2008-07-02T18:57:39-07:00</authored-date>
  <message>PROJECT RENAMED: see http://github.com/drnic/rbiphonetest</message>
  <tree>565a3b27d1d8f15771ba2afa8fefd9915a7093a2</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
