<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,20 +1,38 @@
-(in /home/bkudria/projects/code/Ruby/snippits)
+(in /home/bkudria/projects/code/ruby/snippits)
 Gem::Specification.new do |s|
   s.name = %q{snippits}
   s.version = &quot;0.5.3&quot;
-  s.date = %q{2008-06-24}
-  s.summary = %q{This is Ruby program that will type text for you.  It uses snippits, small text files with a simple syntax to determine what to type}
+
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  s.authors = [&quot;Benjamin Kudria&quot;]
+  s.date = %q{2008-07-12}
+  s.description = %q{This is a Ruby text expansion program for Linux - it will type text for you.  It uses 'snippits', small text files with a simple syntax to determine what to type.  However, snippits can be very powerful, since they can contain embedded Ruby, special keys (Control, Shift, Up, etc), and can contain a cursor placement instructions.  == REQUIREMENTS:  eRB:: &lt;tt&gt;sudo apt-get install ruby1.8&lt;/tt&gt; on Debian/Ubuntu-like xte:: from the xautomation suite: &lt;tt&gt;sudo apt-get install xautomation&lt;/tt&gt; on Debian/Ubuntu-like ASpell and RASpell:: Not required, but adds extra features: &lt;tt&gt;sudo apt-get install aspell-en&lt;/tt&gt; and &lt;tt&gt;sudo gem install raspell&lt;/tt&gt;  Please consult your distribution documentation on how to install Ruby, Rubygems, eRB, and ASpell.  == Getting started quickly:}
   s.email = %q{ben@kudria.net}
+  s.executables = [&quot;keyout&quot;, &quot;ks&quot;, &quot;snippit&quot;]
+  s.extra_rdoc_files = [&quot;CREDITS.txt&quot;, &quot;History.txt&quot;, &quot;LICENSE.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;ROADMAP.txt&quot;]
+  s.files = [&quot;CREDITS.txt&quot;, &quot;History.txt&quot;, &quot;LICENSE.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;ROADMAP.txt&quot;, &quot;Rakefile&quot;, &quot;bin/keyout&quot;, &quot;bin/ks&quot;, &quot;bin/snippit&quot;, &quot;examples/date&quot;, &quot;examples/email&quot;, &quot;examples/name&quot;, &quot;examples/ruby&quot;, &quot;examples/shebang&quot;, &quot;examples/text&quot;, &quot;examples/time&quot;, &quot;lib/key.rb&quot;, &quot;lib/snippit_utilities.rb&quot;, &quot;lib/snippits.rb&quot;, &quot;lib/snippits_builtin.rb&quot;, &quot;lib/typer.rb&quot;, &quot;snippits.gemspec&quot;, &quot;test/test_snippits.rb&quot;, &quot;test/test_typing.rb&quot;, &quot;test/testfile&quot;, &quot;test/testfile.gpg&quot;]
+  s.has_rdoc = true
   s.homepage = %q{    http://ben.kudria.net/code/snippits}
+  s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
+  s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{snippits}
-  s.description = %q{This is a Ruby text expansion program for Linux - it will type text for you.  It uses 'snippits', small text files with a simple syntax to determine what to type.  However, snippits can be very powerful, since they can contain embedded Ruby, special keys (Control, Shift, Up, etc), and can contain a cursor placement instructions.  == REQUIREMENTS:  eRB:: &lt;tt&gt;sudo apt-get install ruby1.8&lt;/tt&gt; on Debian/Ubuntu-like xte:: from the xautomation suite: &lt;tt&gt;sudo apt-get install xautomation&lt;/tt&gt; on Debian/Ubuntu-like ASpell and RASpell:: Not required, but adds extra features: &lt;tt&gt;sudo apt-get install aspell-en&lt;/tt&gt; and &lt;tt&gt;sudo gem install raspell&lt;/tt&gt;  Please consult your distribution documentation on how to install Ruby, Rubygems, eRB, and ASpell.  == Getting started quickly:}
-  s.has_rdoc = true
-  s.authors = [&quot;Benjamin Kudria&quot;]
-  s.files = [&quot;CREDITS.txt&quot;, &quot;History.txt&quot;, &quot;LICENSE.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;ROADMAP.txt&quot;, &quot;Rakefile&quot;, &quot;bin/keyout&quot;, &quot;bin/ks&quot;, &quot;bin/snippit&quot;, &quot;examples/date&quot;, &quot;examples/email&quot;, &quot;examples/name&quot;, &quot;examples/ruby&quot;, &quot;examples/shebang&quot;, &quot;examples/text&quot;, &quot;examples/time&quot;, &quot;lib/snippit_utilities.rb&quot;, &quot;lib/snippits.rb&quot;, &quot;lib/snippits_builtin.rb&quot;, &quot;lib/typing.rb&quot;, &quot;test/test_snippits.rb&quot;, &quot;test/test_typing.rb&quot;, &quot;test/testfile&quot;, &quot;test/testfile.gpg&quot;]
+  s.rubygems_version = %q{1.2.0}
+  s.summary = %q{This is Ruby program that will type text for you.  It uses snippits, small text files with a simple syntax to determine what to type}
   s.test_files = [&quot;test/test_snippits.rb&quot;, &quot;test/test_typing.rb&quot;]
-  s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
-  s.extra_rdoc_files = [&quot;CREDITS.txt&quot;, &quot;History.txt&quot;, &quot;LICENSE.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;ROADMAP.txt&quot;]
-  s.executables = [&quot;keyout&quot;, &quot;ks&quot;, &quot;snippit&quot;]
-  s.add_dependency(%q&lt;raspell&gt;, [&quot;&gt;= 1.1&quot;])
-  s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.5.3&quot;])
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 2
+
+    if current_version &gt;= 3 then
+      s.add_runtime_dependency(%q&lt;raspell&gt;, [&quot;&gt;= 1.1&quot;])
+      s.add_runtime_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.6.0&quot;])
+    else
+      s.add_dependency(%q&lt;raspell&gt;, [&quot;&gt;= 1.1&quot;])
+      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.6.0&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;raspell&gt;, [&quot;&gt;= 1.1&quot;])
+    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.6.0&quot;])
+  end
 end</diff>
      <filename>snippits.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7c31004e9496a29449a5da8862c2c7fbace7e5f0</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin Kudria</name>
    <email>ben@kudria.net</email>
  </author>
  <url>http://github.com/bkudria/snippits/commit/0de86e7e30ec6cf40c8bbd4274779932d5da91db</url>
  <id>0de86e7e30ec6cf40c8bbd4274779932d5da91db</id>
  <committed-date>2008-07-11T22:10:09-07:00</committed-date>
  <authored-date>2008-07-11T22:10:09-07:00</authored-date>
  <message>generate a new gemspec</message>
  <tree>003ffac81396b7e802c9ea62dcb7ab19023a3df0</tree>
  <committer>
    <name>Benjamin Kudria</name>
    <email>ben@kudria.net</email>
  </committer>
</commit>
