<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,3 +2,4 @@
 logs/*
 dist
 dist/*
+tmp</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -27,12 +27,17 @@ Installation
 Currently, you need to install from sources. See http://github.com/tflynn/rubyopals
 
 Obtain RubyOpals install package - rubyopals-0.0.1.zip
+
 Copy to a temporary directory
+
 Unzip 
+
 &gt;&gt; unzip rubyopals-0.0.1.zip
 
 Run installer
+
 &gt;&gt; cd rubyopals-0.0.1
+
 &gt;&gt; sudo ./install_rubyopals
   
   </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -15,9 +15,6 @@ module Opal
   end
 end
 
-puts &quot;OK It's good but not that good&quot;
-exit(1)
-
 module Opal
   module Install
     class RubyHook
@@ -50,9 +47,18 @@ module Opal
                   :ruby_minor_version =&gt; ruby_minor_version,
                   :ruby_point_version =&gt; ruby_point_version}
         end
-          
+
+        ##
+        # Main install method for RubyOpals
+        #
         def install
           
+          
+          #Opal::Install::RubyHook.install_hooks
+        end
+        
+        def install_hooks
+          
           Kernel.const_set('SYS_INSTALL_COMMAND',`whereis install`.chomp.strip)
           rubyopals_hook_install_dir = Config::CONFIG[&quot;sitedir&quot;]
           rubyopals_hook_files = [</diff>
      <filename>lib/install/installer/install_rubyopals</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e7d4190caa246984748aa5b9cc69dd3a03099ca0</id>
    </parent>
  </parents>
  <author>
    <name>Tracy Flynn</name>
    <email>info@rubyopals.org</email>
  </author>
  <url>http://github.com/tflynn/rubyopals/commit/da45e0799631994cad9bdd4329e5d94119909360</url>
  <id>da45e0799631994cad9bdd4329e5d94119909360</id>
  <committed-date>2008-07-07T06:02:54-07:00</committed-date>
  <authored-date>2008-07-07T06:02:54-07:00</authored-date>
  <message>Start of installer support</message>
  <tree>e2a8b449943c2b361cfc8117f85726a59edaec14</tree>
  <committer>
    <name>Tracy Flynn</name>
    <email>info@rubyopals.org</email>
  </committer>
</commit>
