watchdocs-rails 0.8.0 → 0.9.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93d19e35c13c3714f028589c8a0e77359dac2fdc
|
|
4
|
+
data.tar.gz: 56bbe44763b91a2f8cb2b7f631443d5f4fea616e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fed147142163f971a10d5ddbbf821f283e356daf59439d31d25df11cd4f42e06eef800f85b00da2fac7d4564c1b72f4b1f0081bfee8d3df52978650c4cf9181
|
|
7
|
+
data.tar.gz: 16c1d64de058f14258c4a99364b44306c9c588fc7b6308a0b93b06de7c2249caaa2eb2d0032d411130a9ab7cd03bc2a00fcc7e3397cf337e44e2f19daa4f9e70
|
|
@@ -18,7 +18,7 @@ module Watchdocs
|
|
|
18
18
|
clear_recordings
|
|
19
19
|
rescue StandardError => e
|
|
20
20
|
$stderr.puts "Watchdocs Error: #{e.message}.
|
|
21
|
-
Please report it to
|
|
21
|
+
Please report it to hi@watchdocs.io"
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
def export(recordings = nil, from_specs: true)
|
|
@@ -29,7 +29,7 @@ module Watchdocs
|
|
|
29
29
|
$stderr.puts "Watchdocs: #{recordings.count} requests exported"
|
|
30
30
|
rescue StandardError => e
|
|
31
31
|
$stderr.puts "Watchdocs Error: #{e.message}.
|
|
32
|
-
Please report it to
|
|
32
|
+
Please report it to hi@watchdocs.io"
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
private
|