Rspec-1.3.2 is released!

rspec-1.3.2 is released!

This is primarily a bug-fix release of the rspec-1.x series, and is
recommended for all users who have not yet upgraded to rspec-2.

=== Version 1.3.2 / 2011-04-11

  • Enhancements

    • Raise a meaningful error when an argument-scoped stub is called with
      the
      wrong args (Alexey)
    • Dev: ignore .rbc files (Myron M.)
  • Bug fixes

    • Fix regression in which an expectation should return the value from
      a
      previously defined stub of the same method (Tom S.)
    • Support heckling class methods (Dan K.)
    • Only try to pass messages to the superclass if the superclass
      responds to
      the method (Andrew S.)

At 10:55 PM -0500 4/11/11, David C. wrote:

rspec-1.3.2 is released!

This is primarily a bug-fix release of the rspec-1.x series, and is recommended
for all users who have not yet upgraded to rspec-2.

Thanks for simplifying the gem build process by getting rid of hoe and
using the bundler gem tasks along with the built-in gem functions.

I got so annoyed yesterday trying to figure out why I couldn’t get the
rspec gem to build with hoe v2.9.4 – there was still a reference to
geminstaller.yml in the manifest and hoe was interpreting plain text in
the readme as a url and auto-populating the gem spec.homepage attribute
with this text – which was invalid (at least it was with RubyGems
1.7.2).

It’s SO much simpler and less magical now!