<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@
 
     require 'rubygems'
     require 'spec'
-    require 'rspec_multi_matchers'
+    require 'gregwebs-rspec_multi_matchers'
     
     describe 'array of ones' do
       it 'should be all ones' do
@@ -69,4 +69,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -14,9 +14,9 @@ $hoe = Hoe.new('rspec_multi_matchers', RspecMultiMatchers::VERSION) do |p|
   ]
   
   p.clean_globs |= %w[**/.DS_Store tmp *.log]
-  path = (p.rubyforge_name == p.name) ? p.rubyforge_name : &quot;\#{p.rubyforge_name}/\#{p.name}&quot;
-  p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
-  p.rsync_args = '-av --delete --ignore-errors'
+  #path = (p.rubyforge_name == p.name) ? p.rubyforge_name : &quot;\#{p.rubyforge_name}/\#{p.name}&quot;
+  #p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
+  #p.rsync_args = '-av --delete --ignore-errors'
 end
 
 require 'newgem/tasks' # load /tasks/*.rake</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,12 +2,12 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rspec_multi_matchers}
-  s.version = &quot;1.0.0&quot;
+  s.version = &quot;1.0.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Greg Weber&quot;]
-  s.date = %q{2008-11-18}
-  s.description = %q{* match_each * match_enum * match_in_order  require 'rubygems' require 'spec' require 'rspec_multi_matchers'  describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n|  n.should == 1 } end end  =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: 2 expected: 1, got: 2 (using ==) =end  As expected, the output shows expected and got fields line is the line number of the expectiation inside the block the item line gives the index of the item being yielded to the block, and the item itself}
+  s.date = %q{2008-12-09}
+  s.description = %q{* match_each * match_enum * match_in_order  require 'rubygems' require 'spec' require 'gregwebs-rspec_multi_matchers'  describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n|  n.should == 1 } end end  =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: 2 expected: 1, got: 2 (using ==) =end  As expected, the output shows expected and got fields line is the line number of the expectiation inside the block the item line gives the index of the item being yielded to the block, and the item itself}
   s.email = [&quot;&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.rdoc&quot;]
   s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;lib/match_each.rb&quot;, &quot;lib/match_enum.rb&quot;, &quot;lib/match_in_order.rb&quot;, &quot;lib/rspec_multi_matchers.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;spec/match_each_spec.rb&quot;, &quot;spec/match_enum_spec.rb&quot;, &quot;spec/match_in_order_spec.rb&quot;, &quot;spec/shared_enum_spec.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/rspec.rake&quot;]
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{rspec_multi_matchers}
   s.rubygems_version = %q{1.3.1}
-  s.summary = %q{* match_each * match_enum * match_in_order  require 'rubygems' require 'spec' require 'rspec_multi_matchers'  describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n|  n.should == 1 } end end  =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: 2 expected: 1, got: 2 (using ==) =end  As expected, the output shows expected and got fields line is the line number of the expectiation inside the block the item line gives the index of the item being yielded to the block, and the item itself}
+  s.summary = %q{* match_each * match_enum * match_in_order  require 'rubygems' require 'spec' require 'gregwebs-rspec_multi_matchers'  describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n|  n.should == 1 } end end  =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: 2 expected: 1, got: 2 (using ==) =end  As expected, the output shows expected and got fields line is the line number of the expectiation inside the block the item line gives the index of the item being yielded to the block, and the item itself}
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION</diff>
      <filename>rspec_multi_matchers.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f811ea8d0f9e38de9508a85f693c766a281f3608</id>
    </parent>
  </parents>
  <author>
    <name>Greg Weber</name>
    <email>greg@grubtop.(none)</email>
  </author>
  <url>http://github.com/gregwebs/rspec-multi-matchers/commit/0d4843961fe6f4a2cd1fc78ae0bef5d9fd5b79fa</url>
  <id>0d4843961fe6f4a2cd1fc78ae0bef5d9fd5b79fa</id>
  <committed-date>2008-12-09T06:36:22-08:00</committed-date>
  <authored-date>2008-12-09T06:36:22-08:00</authored-date>
  <message>update gemspec</message>
  <tree>5033384d93ab79fb7ded65a596f79daa0eaa9364</tree>
  <committer>
    <name>Greg Weber</name>
    <email>greg@grubtop.(none)</email>
  </committer>
</commit>
