aitch 2.1.0 → 2.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 722d82e16f8558e3b413e03aee56424d1975de6ff41b9dd6493a86f5fd02e94a
4
- data.tar.gz: 300f21a267ba36d3ba6b8c0b7e3e2db4ce7477daa0527253673b7c38c06a538b
3
+ metadata.gz: 666d06309d502d3f26ad37b5606bd6466250b0e737b0d68875f2be5e97cec167
4
+ data.tar.gz: 26b1e00c802bd63ed25ac0b06a6b82a4b23a2196df101002ed68586af55c7ebb
5
5
  SHA512:
6
- metadata.gz: 57e36cb6a2dbfd023dbc2c32fb4c56387bbfda4d23de23073bcd2e0db687e2b7e78f180203df7b963754c7fe2f360f69a76bc6679f97cf0cbd418621b27b496e
7
- data.tar.gz: 51b3b156046f961169b3ce28659458f75d8559f6b404d12e4c48b420f556e9bf03b06311bfad4cda47c46f32c36b47989b54aa8c8318eda4136d619c63325165
6
+ metadata.gz: f58657589d85240b83065e97cb75032f89b237c5ca3623e396cbc7e6a9af1bb111d5f7a5b8f3f090a601536ba33c73322534c85a66bc701e3fd9c7c1851f712b
7
+ data.tar.gz: 50587d3ea2a8b24d6718942d1197e458d2379322932b26e4cb6a8bccf655cc1617de4ae227300c2860b533bd9316eccb007b9661efe57a0132783b34d1b67ff1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ - **2.1.1**
4
+ - Fix issue with loading order.
3
5
  - **2.1.0**
4
6
  - Add support for retries.
5
7
  - Change headers to have its own class, abstracting keys (strings, symbols,
data/lib/aitch/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aitch
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.1"
5
5
  end
data/lib/aitch.rb CHANGED
@@ -13,10 +13,10 @@ rescue LoadError
13
13
  require "aitch/ext/to_query"
14
14
  end
15
15
 
16
+ require "aitch/ext/string"
16
17
  require "aitch/utils"
17
18
  require "aitch/uri"
18
19
  require "aitch/dsl"
19
- require "aitch/ext/string"
20
20
  require "aitch/namespace"
21
21
  require "aitch/location"
22
22
  require "aitch/headers"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira