forked from ruby-amqp/evented-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY
109 lines (58 loc) · 1.82 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
== 0.0.0 / 2010-10-13
* Birthday!
== 0.0.1 / 2010-10-13
* Initial code import from EM-Spec and AMQPHelper
== 0.0.2 / 2010-10-13
* Minimal functionality implemented
== 0.0.4 / 2010-10-14
* Problems with default_options resolved
== 0.1.0 / 2010-10-15
* Monkeypatched start/stop_connection directly into AMQP
== 0.1.2 / 2010-10-15
* Cleanup in AMQP.cleanup
== 0.1.3 / 2010-10-15
* Make sure Thread.current[:mq] state is cleaned after each example
== 0.1.7 / 2010-10-15
* em interface improved for timeout arg
== 0.1.11 / 2010-10-18
* Optional delay added to done
== 0.2.0 / 2010-10-28
* Rspec 2 support added
== 0.2.2 / 2010-10-31
* Metadata in Rspec 1
== 0.2.7 / 2010-11-04
* Make AMQP.cleanup_state more thorough
== 0.2.8 / 2010-11-15
* syncronize method added for wrapping async calls
== 0.2.9 / 2010-11-16
* Fallback to a separate default timeout
== 0.3.0 / 2010-11-16
* Hooks em_before/em_after implemented
== 0.3.1 / 2010-11-17
* Documentation cleanup
== 0.3.2 / 2010-11-23
* EM hooks now working as they should - bugs fixed
== 0.3.3 / 2010-11-24
* Spec timeout refactored
== 0.3.4 / 2010-11-26
* amqp_before/after hooks added
== 0.3.5 / 2011-01-07
* Drop-in support for legacy em-spec based examples added
== 0.3.6 / 2011-01-07
* Changed Gemfile to avoid circular dependency on AMQP
== 0.3.7 / 2011-01-07
* Changed Gemspec to avoid circular dependency on AMQP
== 0.3.8 / 2011-01-25
* MRI 1.8.7 support added
== 0.4.0 / 2011-03-13
* Forked into evented-spec.
* cool.io support
* Using amqp 0.8.* API instead of 0.7.*
== 0.4.1 / 2011-04-29
* More cool.io goodies:
* EventedSpec::CoolioSpec module similar to EMSpec and AMQPSpec
* coolio_before / coolio_after hooks
* #delayed helper
== 0.4.1 ... 0.10.0.pre / 2011-04-29 ... 2012-02-17
* API wasn't changed at all
* Minitest support (as in 'minitest/spec')