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: 763ed25c75061c89d99d0fd622203e2d0cd4e786
4
- data.tar.gz: e1c78747808662500ef28c3c9fc1fba548c4ed40
3
+ metadata.gz: 93d19e35c13c3714f028589c8a0e77359dac2fdc
4
+ data.tar.gz: 56bbe44763b91a2f8cb2b7f631443d5f4fea616e
5
5
  SHA512:
6
- metadata.gz: 72b8a06c30bfe1e08806801dd8c2c6a06debe06729ac8d0d79803832be60165b992531726700700a343b0c25ce544edf45b03192bc74b499b25cc18adc2db39c
7
- data.tar.gz: e49db39450ed37594a920edddbc91240d72a50d9340cb94f5968b856b0f796c45b11d62996b17e0f578d6e91af63218de18a80d2b5531d1294b6b54f09caa018
6
+ metadata.gz: 9fed147142163f971a10d5ddbbf821f283e356daf59439d31d25df11cd4f42e06eef800f85b00da2fac7d4564c1b72f4b1f0081bfee8d3df52978650c4cf9181
7
+ data.tar.gz: 16c1d64de058f14258c4a99364b44306c9c588fc7b6308a0b93b06de7c2249caaa2eb2d0032d411130a9ab7cd03bc2a00fcc7e3397cf337e44e2f19daa4f9e70
@@ -33,7 +33,7 @@ module Watchdocs
33
33
  end
34
34
 
35
35
  def get_error(response_body)
36
- JSON.parse(response_body)['errors'].join(', ')
36
+ JSON.parse(response_body)['errors']
37
37
  rescue
38
38
  DEFAULT_ERROR
39
39
  end
@@ -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 contact@watchdocs.io"
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 contact@watchdocs.io"
32
+ Please report it to hi@watchdocs.io"
33
33
  end
34
34
 
35
35
  private
@@ -1,5 +1,5 @@
1
1
  module Watchdocs
2
2
  module Rails
3
- VERSION = '0.8.0'
3
+ VERSION = '0.9.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watchdocs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mazikwyry