rspec-core-2.2.1 is released!

November 29th, 2010

2.2.1 / 2010-11-28

full changelog

  • Bug fixes
    • alias_method instead of override Kernel#method_missing (John Wilger)
    • changed –autotest to –tty in generated command (MIKAMI Yoshiyuki)
    • revert change to debugger (had introduced conflict with Rails)
    • also restored –debugger/-debug option

2 Responses to “rspec-core-2.2.1 is released!”

  1. Mcihael Hartl Says:

    It looks like RSpec 2.2.1 doesn’t show up on RubyGems.org yet. Any idea when that will happen?

  2. David Chelimsky Says:

    There is no rspec-2.2.1. rspec-2.2.0 depends on rspec-core ~> 2.2.0, which means that if you gem install rspec-2.2.0, you’ll get rspec-core-2.2.1 (now that it’s been released).

    Make sense?

Leave a Reply