protocol-http 0.24.0 → 0.24.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/protocol/http/reference.rb +1 -1
- data/lib/protocol/http/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca739827af38110440c34d4df98b7e67dfcc671266b45d0d4e9599a0cf352259
|
|
4
|
+
data.tar.gz: 1d79370138e22504cd3b8c41b9285cd3c323dbbe4b56ed810eece6189e1734db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4291f142cde7c38d3bd8e96f050df2eaec3551eafcc5381e7518813d4405576504f7a404fc34f688df3ab1867510587ea9052d763451733ed97da4fd5e9c47b
|
|
7
|
+
data.tar.gz: 56bde2a2296edaf86aac94a2b88a84b86b88abf967205d0c124b88f477773bcc55dca29c294ab52fe042b621e49fed11429e5ef98a6fd627526176ff7935af2e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -120,7 +120,7 @@ module Protocol
|
|
|
120
120
|
# @argument fragment [String] Set the fragment to this value.
|
|
121
121
|
# @argument pop [Boolean] If the path contains a trailing filename, pop the last component of the path before appending the new path.
|
|
122
122
|
# @argument merge [Boolean] If the parameters are specified, merge them with the existing parameters.
|
|
123
|
-
def with(path: nil, parameters: nil, fragment: @fragment, pop:
|
|
123
|
+
def with(path: nil, parameters: nil, fragment: @fragment, pop: false, merge: true)
|
|
124
124
|
if @parameters
|
|
125
125
|
if parameters and merge
|
|
126
126
|
parameters = @parameters.merge(parameters)
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: protocol-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -43,7 +43,7 @@ cert_chain:
|
|
|
43
43
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
|
44
44
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
|
45
45
|
-----END CERTIFICATE-----
|
|
46
|
-
date: 2023-
|
|
46
|
+
date: 2023-02-10 00:00:00.000000000 Z
|
|
47
47
|
dependencies:
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: bundler
|
|
@@ -74,7 +74,7 @@ dependencies:
|
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
- !ruby/object:Gem::Dependency
|
|
77
|
-
name:
|
|
77
|
+
name: sus
|
|
78
78
|
requirement: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - ">="
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '0'
|
|
152
152
|
requirements: []
|
|
153
|
-
rubygems_version: 3.4.
|
|
153
|
+
rubygems_version: 3.4.6
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 4
|
|
156
156
|
summary: Provides abstractions to handle HTTP protocols.
|
metadata.gz.sig
CHANGED
|
Binary file
|