<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 0.0.7 / 2008-09-28
+
+* Changed spec of count method. Now it works without :group option.
+  If you want the old behaviour, you can use count_ids instead.
+
 == 0.0.6 / 2008-09-26
 
 * Applied the patch from maiha. Thanks!</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,12 @@
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
   s.name = %q{pagination_scope}
-  s.version = &quot;0.0.6&quot;
+  s.version = &quot;0.0.7&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Genki Takiuchi&quot;]
-  s.date = %q{2008-09-26}
+  s.date = %q{2008-09-28}
   s.description = %q{}
   s.email = %q{genki@s21g.com}
   s.extra_rdoc_files = [&quot;README&quot;, &quot;ChangeLog&quot;]
@@ -14,7 +16,7 @@ Gem::Specification.new do |s|
   s.rdoc_options = [&quot;--title&quot;, &quot;pagination_scope documentation&quot;, &quot;--charset&quot;, &quot;utf-8&quot;, &quot;--opname&quot;, &quot;index.html&quot;, &quot;--line-numbers&quot;, &quot;--main&quot;, &quot;README&quot;, &quot;--inline-source&quot;, &quot;--exclude&quot;, &quot;^(examples|extras)/&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{pagination_scope}
-  s.rubygems_version = %q{1.2.0}
+  s.rubygems_version = %q{1.3.0}
   s.summary = %q{}
   s.test_files = [&quot;test/pagination_scope_test.rb&quot;]
 
@@ -22,7 +24,7 @@ Gem::Specification.new do |s|
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
     s.specification_version = 2
 
-    if current_version &gt;= 3 then
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
     else
     end
   else</diff>
      <filename>pagination_scope.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d9e2f6ca6081a32104ff0e20de389426e19ce96c</id>
    </parent>
  </parents>
  <author>
    <name>takiuchi</name>
    <email>genki@s21g.com</email>
  </author>
  <url>http://github.com/genki/pagination_scope/commit/1ef73240590d2cdbb2f37b1abd4be14a83de0415</url>
  <id>1ef73240590d2cdbb2f37b1abd4be14a83de0415</id>
  <committed-date>2008-09-27T11:49:16-07:00</committed-date>
  <authored-date>2008-09-27T11:49:16-07:00</authored-date>
  <message>Updated version</message>
  <tree>df450b865c6e701228e03289a087e12c408a9fd2</tree>
  <committer>
    <name>takiuchi</name>
    <email>genki@s21g.com</email>
  </committer>
</commit>
