<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,7 @@ Dir['tasks/**/*.rake'].each { |rake| load rake }
 
 GEM = &quot;ghost&quot;
 GEM_VERSION = [0,0,1]
+PLATFORM = &quot;universal-darwin-9&quot; # perhaps other *darwin* platforms...
 AUTHOR = &quot;Bodaniel Jeanes&quot;
 EMAIL = &quot;me@bjeanes.com&quot;
 HOMEPAGE = &quot;http://github.com/bjeanes/ghost&quot;
@@ -20,7 +21,7 @@ end
 spec = Gem::Specification.new do |s|
   s.name = GEM
   s.version = GEM_VERSION.join('.')
-  s.platform = &quot;universal-darwin-9&quot; # perhaps other *darwin* platforms...
+  s.platform = PLATFORM
   s.has_rdoc = true
   s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;, 'TODO']
   s.rdoc_options &lt;&lt; '--title Ghost' &lt;&lt; '--main README' &lt;&lt; '--line-numbers'
@@ -39,12 +40,12 @@ Rake::GemPackageTask.new(spec) do |pkg|
   pkg.gem_spec = spec
 end
 
-desc &quot;install the gem locally&quot;
+desc &quot;Install the gem locally&quot;
 task :install =&gt; [:package] do
-  sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
+  sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION.join('.')}-#{PLATFORM}}
 end
 
-desc &quot;create a gemspec file&quot;
+desc &quot;Create a gemspec file&quot;
 task :make_spec do
   File.open(&quot;#{GEM}.gemspec&quot;, &quot;w&quot;) do |file|
     file.puts spec.to_ruby</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0e52ed599b8cbce35a7eecabef7f408e2611101b</id>
    </parent>
  </parents>
  <author>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </author>
  <url>http://github.com/bjeanes/ghost/commit/0dfd4cf7667a2a86a34776988347e82d0812f6ba</url>
  <id>0dfd4cf7667a2a86a34776988347e82d0812f6ba</id>
  <committed-date>2008-08-18T19:50:01-07:00</committed-date>
  <authored-date>2008-08-18T19:50:01-07:00</authored-date>
  <message>Fixed install task to work with non-standard platform. Added TODO file to make package rake task work</message>
  <tree>76d91fe2a6cb9fb396f7084fe072689dff198367</tree>
  <committer>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </committer>
</commit>
