goldfinger 2.0.0 → 2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/goldfinger/result.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dddcce07ce9462a9e37c4339d722d7a93687d49a
4
- data.tar.gz: c520b7d8b7504f46d2c33f13020359856c25865f
3
+ metadata.gz: e540cbcf6ed4affb5bb1bed73dc8fc195b23304a
4
+ data.tar.gz: 459b5e0727e61da5b18f6b738966d8bb01e3ce09
5
5
  SHA512:
6
- metadata.gz: 16b82f58d3b734b7a254d06214ca1875953cda6b134a57e00a63b057029041e1b238af087c8a87ff36db00afc5f5c7c5871b29f42c079dfc88b10ee6708f3461
7
- data.tar.gz: 58c4b87d7834551e51372e3244aa6d00e4eeff7fb1c809cdf97404e459b857c2b35a4b38268da452105ca89ee5c59db062235c214dc0b0bcdd9c99b756a848a0
6
+ metadata.gz: c0eba88820a7151601c58a06bfe0ae0e07c4673ffebc3757d800d0ff246251ed4b51a99a58a2fcfc338490c983aa321573bd00ff7f764c75582068da26868fdd
7
+ data.tar.gz: 2e4fe5fb537e821a24a5da6e90fea16bd213625b72267d506309add755f6d76983cfad5b565b0995910eef838ecf4206c7b75b3ef86e046720d5115365922d3f
@@ -74,7 +74,7 @@ module Goldfinger
74
74
  end
75
75
 
76
76
  def parse_json
77
- json = Oj.load(@body, mode: :null)
77
+ json = Oj.load(@body.to_s, mode: :null)
78
78
 
79
79
  @subject = json['subject']
80
80
  @aliases = json['aliases'] || []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goldfinger
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugen Rochko