<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,27 +2,32 @@ Gem::Specification.new do |s|
   s.name = %q{ruby-hmac}
   s.version = &quot;0.3.2&quot;
 
-  s.specification_version = 2 if s.respond_to? :specification_version=
-
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Daiki Ueno&quot;, &quot;Geoffrey Grosenbach&quot;]
-  s.date = %q{2008-08-20}
+  s.date = %q{2008-08-21}
   s.description = %q{A MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.}
   s.email = %q{boss@topfunky.com}
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;lib&quot;, &quot;lib/hmac-md5.rb&quot;, &quot;lib/hmac-rmd160.rb&quot;, &quot;lib/hmac-sha1.rb&quot;, &quot;lib/hmac-sha2.rb&quot;, &quot;lib/hmac.rb&quot;, &quot;Manifest.txt&quot;, &quot;Rakefile&quot;, &quot;README.txt&quot;, &quot;test/&quot;, &quot;test/test_hmac.rb&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;lib/hmac-md5.rb&quot;, &quot;lib/hmac-rmd160.rb&quot;, &quot;lib/hmac-sha1.rb&quot;, &quot;lib/hmac-sha2.rb&quot;, &quot;lib/hmac.rb&quot;, &quot;test/test_hmac.rb&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://ruby-hmac.rubyforge.org}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{ruby-hmac}
-  s.rubygems_version = %q{1.1.1}
+  s.rubygems_version = %q{1.2.0}
   s.summary = %q{An implementation of the HMAC authentication code in Ruby.}
   s.test_files = [&quot;test/test_hmac.rb&quot;]
 
-  if s.respond_to? :add_development_dependency
-    s.add_development_dependency('hoe', [&quot;&gt;= 1.5.1&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_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
+    else
+      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
+    end
   else
-    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.5.1&quot;])
+    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
   end
 end</diff>
      <filename>ruby-hmac.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9ed0f3f7484f8869a7636a15562eb31e0a452bb6</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/entangledstate/ruby-hmac/commit/f1eb2b29813438abe4d501670c4cfcfe2a6ec806</url>
  <id>f1eb2b29813438abe4d501670c4cfcfe2a6ec806</id>
  <committed-date>2008-08-21T09:18:48-07:00</committed-date>
  <authored-date>2008-08-21T09:18:48-07:00</authored-date>
  <message>Updated gemspec</message>
  <tree>8bdb14f4e29faa83279584fd587faf6052052e5f</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
