HISTORY in amqp-spec-0.2.7 vs HISTORY in amqp-spec-0.3.0

- old
+ new

@@ -8,14 +8,10 @@ == 0.0.2 / 2010-10-13 * Minimal functionality implemented -== 0.0.3 / 2010-10-13 - -* Bunch of non-working specs added - == 0.0.4 / 2010-10-14 * Problems with default_options resolved == 0.1.0 / 2010-10-15 @@ -28,56 +24,36 @@ == 0.1.3 / 2010-10-15 * Make sure Thread.current[:mq] state is cleaned after each example -== 0.1.4 / 2010-10-15 - -* Problematic tests all fixed - == 0.1.7 / 2010-10-15 * em interface improved for timeout arg -== 0.1.8 / 2010-10-15 - -* Add AMQP as a dependency - -== 0.1.9 / 2010-10-15 - -* SpecHelper class methods refactored - == 0.1.11 / 2010-10-18 * Optional delay added to done == 0.2.0 / 2010-10-28 * Rspec 2 support added -== 0.2.1 / 2010-10-28 - -* RSpec2-specific examples added - == 0.2.2 / 2010-10-31 * Metadata in Rspec 1 -== 0.2.3 / 2010-10-31 +== 0.2.7 / 2010-11-04 -* Documentation cleaned up +* Make AMQP.cleanup_state more thorough -== 0.2.4 / 2010-11-01 +== 0.2.8 / 2010-11-15 -* Release +* syncronize method added for wrapping async calls -== 0.2.5 / 2010-11-04 +== 0.2.9 / 2010-11-16 -* Minor Gemfile update +* Fallback to a separate default timeout -== 0.2.6 / 2010-11-04 +== 0.3.0 / 2010-11-16 -* Fixed subtly failing specs - -== 0.2.7 / 2010-11-04 - -* Make AMQP.cleanup_state more thorough +* Hooks em_before/em_after implemented