setsuzoku 0.14.7 → 0.14.8

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: 94e8464b496fff97456f77bb72035b9b1f2c1558a6a4c92302c220207ed14021
4
- data.tar.gz: 4c20493a750c35ea9cbf6acf329fc690ae1e04a0a5a64900ded4901e1ba0bc13
3
+ metadata.gz: 65e48591475a806438d5b6e92976a50b430f2c04678f5401f1fdb5eed437bcc5
4
+ data.tar.gz: 24d7ee0501318d5ea4b5f5ac0c768c64906aa2b09195a2228df7fb9ccd802611
5
5
  SHA512:
6
- metadata.gz: 269c26f65fc71ab2e1222e46f9be9f980247036f273e4d8993fc0566298ed9ff38d6b6864f82ab4b6df676450d134857a08f08a7b9dfcb48565a490ed26a1f3d
7
- data.tar.gz: 5280e3569f586980bfa2eacbfafb8b9ca15c612805279e3a4c8e6591d5f3d8afc2f0b0f5c484aee3ff05906f9d5d74f308c1967a4ec439e4ffb08fcb8c96491c
6
+ metadata.gz: 4aa65457286fd02d73b5b979341f046958a18604af56a1bc0c24c1ae468830533dca95475bbf5dcb3bce7133abdeab956a0452bcbbadce0a0828a9caf6e37ef4
7
+ data.tar.gz: 6c8c2b1b13b07b65285a9dada7820509db42672b9ce4c7109c745f6271d37442e0c95e841515c76a0718cc5af1432823a0fe08ee7ae9948b93414446fd033d83
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- setsuzoku (0.14.7)
4
+ setsuzoku (0.14.8)
5
5
  activesupport (>= 5.0, < 7)
6
6
  faraday (~> 0.11)
7
7
  nokogiri (~> 1.10)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (6.1.4.1)
13
+ activesupport (6.1.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -27,11 +27,9 @@ GEM
27
27
  hashdiff (1.0.1)
28
28
  i18n (1.8.10)
29
29
  concurrent-ruby (~> 1.0)
30
- mini_portile2 (2.6.1)
31
30
  minitest (5.14.4)
32
31
  multipart-post (2.1.1)
33
- nokogiri (1.12.5)
34
- mini_portile2 (~> 2.6.1)
32
+ nokogiri (1.11.7-x86_64-darwin)
35
33
  racc (~> 1.4)
36
34
  public_suffix (4.0.5)
37
35
  racc (1.5.2)
@@ -52,7 +50,7 @@ GEM
52
50
  safe_yaml (1.0.5)
53
51
  sorbet (0.5.5675)
54
52
  sorbet-static (= 0.5.5675)
55
- sorbet-runtime (0.5.9189)
53
+ sorbet-runtime (0.5.6497)
56
54
  sorbet-static (0.5.5675-universal-darwin-14)
57
55
  tzinfo (2.0.4)
58
56
  concurrent-ruby (~> 1.0)
@@ -278,7 +278,7 @@ module Setsuzoku
278
278
  end
279
279
  [url, body]
280
280
  rescue
281
- [url, nil]
281
+ [url, {}]
282
282
  end
283
283
  end
284
284
  end
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Setsuzoku
5
- VERSION = '0.14.7'
5
+ VERSION = '0.14.8'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: setsuzoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.7
4
+ version: 0.14.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Stadtler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler