rumors-api-client 0.3.1 → 0.3.2

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: 3ede30ea413cd9f47972062e95c5323df471f777f26cc8b7a1eb0105881a9975
4
- data.tar.gz: 279a22eece6774ba9669c416be69cfea9f65cad242a09b0e77dad82a1558944f
3
+ metadata.gz: 6b768f20d4ad9b8220b11857abdf13fe4c348d67d4431e2748850f8d5648746a
4
+ data.tar.gz: cc99f608609c1cdd5fa5424936b07b4aa3b217929b770b16cd5eadcd55613095
5
5
  SHA512:
6
- metadata.gz: 893b12f7ad8c785ff71f41927fb4fe191c30b99a3ec475c0cbc00624a8bf3a7c99b3864af42d48e126017bc5a6523cf21f2b8e0b551289b732d483543bc65068
7
- data.tar.gz: 91342b6dd2695c75d811c95144a94ad20e11dd5250152750611c895c43927d69035fb3540d413126e338dd269465567aafc9d30e835e7a0a784700598cc443ae
6
+ metadata.gz: 856a5233785e5d50c2baf37775efd49fe83ab9db38254a8e5f9f311c1fe234ed9898ac1a3e6db2d37544b52f9349308548d9aad235a2c4b8076553bcdad2323a
7
+ data.tar.gz: 59f447dfc8b451f074e6fdd5a0a96e25b8f660653f542f16768576d3184db01e0ca29da00962814f995a48643545441928aeccd4acb5d4ab0ddc1ad49e2e47ed
@@ -63,6 +63,8 @@ module Rumors
63
63
  end
64
64
 
65
65
  def exist_same_url?(response_urls)
66
+ return unless response_urls
67
+
66
68
  response_urls.each do |response_url|
67
69
  @urls.each do |url|
68
70
  next unless response_url.host == url.host
@@ -1,7 +1,7 @@
1
1
  module Rumors
2
2
  module Api
3
3
  module Client
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumors-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carol H