rack-recorder 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +1 -1
- data/README.rdoc +3 -3
- data/VERSION +1 -1
- data/rack-recorder.gemspec +1 -1
- metadata +2 -2
data/LICENSE
CHANGED
data/README.rdoc
CHANGED
|
@@ -14,10 +14,10 @@ instead of recording outgoing requests, we record incoming ones.
|
|
|
14
14
|
use Rack::Recorder, :file => "/tmp/my_requests.bin"
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
you can recover the information from the binary with
|
|
18
|
-
|
|
17
|
+
you can recover the information from the binary file with
|
|
18
|
+
|
|
19
|
+
Rack::Recorder.revive "/tmp/my_requests.bin"
|
|
19
20
|
|
|
20
|
-
Description goes here.
|
|
21
21
|
|
|
22
22
|
== Note on Patches/Pull Requests
|
|
23
23
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/rack-recorder.gemspec
CHANGED