<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bundles/RubyGem.tmbundle/Snippets/History header trunk.tmSnippet</filename>
    </added>
    <added>
      <filename>bundles/RubyGem.tmbundle/Snippets/History header.tmSnippet</filename>
    </added>
    <added>
      <filename>bundles/RubyGem.tmbundle/Syntaxes/Rdoc.tmLanguage</filename>
    </added>
    <added>
      <filename>bundles/RubyGem.tmbundle/info.plist</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,9 @@
 TRUNK
 
-* -V option shows current newgem version [thx Gert Goet]
+* 1 major enhancement
+  * RubyGem.tmbundle for TextMate - to install go to gem folder and run &quot;rake bundles:tm&quot;
+* 1 minor enhancement
+  * -V option shows current newgem version [thx Gert Goet]
 * Minor website changes
   * Added link to Topfunky's tutorial on Hoe
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,10 @@ README.txt
 Rakefile
 Todo.txt
 bin/newgem
-install.rb
+bundles/RubyGem.tmbundle/Snippets/History header trunk.tmSnippet
+bundles/RubyGem.tmbundle/Snippets/History header.tmSnippet
+bundles/RubyGem.tmbundle/Syntaxes/Rdoc.tmLanguage
+bundles/RubyGem.tmbundle/info.plistinstall.rb
 lib/newgem.rb
 lib/newgem/rubyforge.rb
 lib/newgem/version.rb
@@ -29,6 +32,7 @@ templates/website/stylesheets/screen.css
 templates/website/template.rhtml
 test/test_helper.rb
 test/test_newgem.rb
+website/images/beginning-ruby.jpg
 website/index.html
 website/index.txt
 website/javascripts/rounded_corners_lite.inc.js</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -111,3 +111,15 @@ task :check_version do
     exit
   end
 end
+
+namespace :bundles do
+
+  desc 'Update included TextMate bundles'
+  task :tm do
+    require 'tmpdir'
+    bundle = &quot;RubyGem.tmbundle&quot;
+    bundle_dir = File.join(File.dirname(__FILE__), 'bundles/', bundle)
+    `cp -R #{bundle_dir} #{Dir.tmpdir}`
+    `open &quot;#{File.join(Dir.tmpdir, bundle)}&quot;`
+  end
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -277,6 +277,7 @@ NOW - update wizzo/Rakefile with gem description, etc
 
 	&lt;ul&gt;
 	&lt;li&gt;&lt;a href=&quot;http://drnicwilliams.com/2006/10/11/generating-new-gems/&quot;&gt;Original blog article and tutorial&lt;/a&gt;&lt;/li&gt;
+		&lt;li&gt;&lt;a href=&quot;http://nubyonrails.com/articles/2007/06/15/tutorial-publishing-rubygems-with-hoe&quot;&gt;Tutorial: Publishing RubyGems with Hoe&lt;/a&gt;&lt;/li&gt;
 	&lt;/ul&gt;
 
 
@@ -313,7 +314,7 @@ other stories and things.&lt;/p&gt;
 
 	&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto:drnicwilliams@gmail.com&quot;&gt;Dr Nic Williams&lt;/a&gt;.&lt;/p&gt;
     &lt;p class=&quot;coda&quot;&gt;
-      &lt;a href=&quot;mailto:drnicwilliams@gmail.com&quot;&gt;Dr Nic&lt;/a&gt;, 6th June 2007&lt;br&gt;
+      &lt;a href=&quot;mailto:drnicwilliams@gmail.com&quot;&gt;Dr Nic&lt;/a&gt;, 16th June 2007&lt;br&gt;
       Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
     &lt;/p&gt;
 &lt;/div&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1243193c950813134790f4a47cc21761199e23d1</id>
    </parent>
  </parents>
  <author>
    <name>nicwilliams</name>
    <email>nicwilliams@b8dfb574-5f1f-0410-9469-b441dc4e948f</email>
  </author>
  <url>http://github.com/drnic/newgem/commit/c233f6d45e32c78cac46fd17e9c4e065eca87128</url>
  <id>c233f6d45e32c78cac46fd17e9c4e065eca87128</id>
  <committed-date>2007-06-17T02:17:49-07:00</committed-date>
  <authored-date>2007-06-17T02:17:49-07:00</authored-date>
  <message>Added RubyGem bundle for TextMate

git-svn-id: svn+ssh://rubyforge.org/var/svn/newgem/trunk@88 b8dfb574-5f1f-0410-9469-b441dc4e948f</message>
  <tree>825c05238b0934e72e64292de7ec8613ef6b88e1</tree>
  <committer>
    <name>nicwilliams</name>
    <email>nicwilliams@b8dfb574-5f1f-0410-9469-b441dc4e948f</email>
  </committer>
</commit>
