rpdoc 0.1.8 → 0.1.9

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
  SHA256:
3
- metadata.gz: 0365e6f4e31e20da1e3fd51af280333f980d5ff814275d94f17e20dc74435f11
4
- data.tar.gz: 3fbdc85843b90ad5197c87df38889e294199ffb444bd8d107839f44c63db5eb8
3
+ metadata.gz: d38555025c1b436ea3d194ed8a19cde8dbf15ea5cc88a56c60f4ad5251ab8677
4
+ data.tar.gz: c3dab44f8ce28e9ed61a6ddfe18c3ce269be12b14455e903c0bf74be7a68f4da
5
5
  SHA512:
6
- metadata.gz: df99941bd81926fd59a4137e20efaf296cf63c57fd5a8d36f7f5331700814b80846a6381a8d7c046d40736db581ad372262f0c963862b8f80dc7764f7a43ef73
7
- data.tar.gz: 4c7cc4e528fa4b209b5c34020ec84d5e866bbdbcbfa329bafa29bd1f834350a46207b350d979491d1c6e446fdb6300e44d1706f427a927bae5992425e47fe0bf
6
+ metadata.gz: 891ef2d38410d4f0fbd8f6d189a35408534fb8586589346af08557bc61382ede5dfd856b17ee67a77124bbf996eb3f8e9f0b39d613ee5573ab294aa555853986
7
+ data.tar.gz: 0bbdd35bd8ab65d597a8bca5adca8a2d93519b34680a558766ff9c067564cf3c57beb5088fdc8d6f016e9a7ab72567ba0b161d8576aaf12da11ef74ccaba83f1
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [0.1.7, 0.1.8] - 2022-02-14
1
+ ## [0.1.7, 0.1.8, 0.1.9] - 2022-02-14
2
2
  - Fix rspec parse zip response bug
3
3
  ## [0.1.6] - 2022-02-14
4
4
  - Update licnese
data/VERSION.md CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
@@ -52,7 +52,7 @@ module Rpdoc
52
52
  data[:body] = JSON.pretty_generate(JSON.parse(@rspec_response.body)) rescue nil
53
53
  else
54
54
  body = @rspec_response.body
55
- data[:body] = body.encoding == 'ASCII-8BIT' ? body.force_encoding("ISO-8859-1").encode("UTF-8") : body
55
+ data[:body] = body.encoding.to_s == 'ASCII-8BIT' ? body.force_encoding("ISO-8859-1").encode("UTF-8") : body
56
56
  end
57
57
  data
58
58
  end
data/lib/rpdoc/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rpdoc
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - yuntai