hithorizons 0.7.2 → 0.7.3

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: f186810d9cda71b1eefec60a03638876f2a18e3e635bd98186812cdf8f7e506d
4
- data.tar.gz: 0f28899831c28fecc97ff2e65ccb24e8d5aef087a24bab793391b64121892ae9
3
+ metadata.gz: 62d43fcce9525bab828f3f7ab1a71aba9ce800ed71a9b191772947e1c1ccbffa
4
+ data.tar.gz: f7429b19d8e89ba7d80816ed0fc5401cfba9bce49b922aed6008770cc6584be6
5
5
  SHA512:
6
- metadata.gz: c63ffdf696a6af7091d8f36b2a87a800891a9572697e4ee0a3089404c3cd15a8db35bd809a830ff0ca8a2cc77cf82fe3ec9858179c09f165f3f2f3ba235ae864
7
- data.tar.gz: 4a4a0a60dceb2e24c0e8f267c53feb4c00c3cfeb423cf36007432bf39342c2ab8006640bc5f69127c3e12e3a50606b40cc90ede9ce27a27e3e39d7d63e121216
6
+ metadata.gz: 2b0a974f6b529b05bf232e93c7f63652517d530ff5efeadd17fa9938b84665a843e898aca26d114300cea30b0347cda389dfd74648b82d2aa51d3385a4bce5db
7
+ data.tar.gz: 809dcc830e13662f3d0c9a4012db1b9ed01b6ba29243d4160bf2925fa9aa0a29343beb2c5f24b8ac64b837f9a27b5513c3b74d9e5c85c45a1384c87370bd47da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hithorizons (0.7.2)
4
+ hithorizons (0.7.3)
5
5
  faraday (~> 1)
6
6
  faraday_middleware (~> 1)
7
7
 
@@ -17,7 +17,7 @@ GEM
17
17
  rexml
18
18
  diff-lcs (1.5.0)
19
19
  docile (1.4.0)
20
- faraday (1.9.3)
20
+ faraday (1.10.0)
21
21
  faraday-em_http (~> 1.0)
22
22
  faraday-em_synchrony (~> 1.0)
23
23
  faraday-excon (~> 1.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hithorizons
4
- VERSION = '0.7.2'
4
+ VERSION = '0.7.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hithorizons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lubomir Vnenk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-14 00:00:00.000000000 Z
11
+ date: 2022-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday