1.0.8 tarball problem

When I untar 1.0.8 after having downloaded it from rubyforge, I get
these errors:

rspec-1.0.8/spec/spec/runner/spec_parser_spec.rb
rspec-1.0.8/spec/spec/spec_classes.rb

gzip: stdin: decompression OK, trailing garbage ignored
rspec-1.0.8/spec/spec/translator_spec.rb
rspec-1.0.8/spec/spec_helper.rb
rspec-1.0.8/UPGRADE
tar: Child returned status 2
tar: Error exit delayed from previous errors

And for rspec_on_rails:

rspec_on_rails-1.0.8/spec_resources/views/
rspec_on_rails-1.0.8/spec_resources/views/controller_spec/

gzip: stdin: decompression OK, trailing garbage ignored
rspec_on_rails-1.0.8/spec_resources/views/controller_spec/_partial.rhtml
rspec_on_rails-1.0.8/spec_resources/views/controller_spec/action_setting_flash_after_session_reset.rhtml

rspec_on_rails-1.0.8/tasks/
rspec_on_rails-1.0.8/tasks/rspec.rake
tar: Child returned status 2
tar: Error exit delayed from previous errors

I’m using this command on Linux:

tar -zxvf rspec_on_rails-1.0.8.tgz

Is that a broken tarball or is it the command I’m using?

Mike B.

This was a known problem. I believe it should be fixed in the next
release (fixed on trunk).

Scott