tilia-http 4.2.1.1 → 4.2.1.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 +5 -5
- data/Gemfile.lock +1 -1
- data/lib/tilia/http/version.rb +1 -1
- data/tilia-http.gemspec +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 4ca08c1e0688053a2d73b3a41ec375724cfceff8d65d2d9463ac41e97d582c7a
|
|
4
|
+
data.tar.gz: 01a91d9bcdd9d21de11de19a96471c272cd2b1c04dacafa51f72594b3314ac99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82dcadf8da8234c8ee98e53580ae35eefd70c00ed73b51e100d8877881796c50a416471ce6a78625eedd1beab7fb41bc7c6793e8de3e398f1941a373e3079f17
|
|
7
|
+
data.tar.gz: d2d2314a512ecaca880d12acc3b2585115d8deee32ad09e63df627edb797fd7ac21eebdeeaefc920e316c28078e21ee318c7612c141bd29e1bbde174d020228e
|
data/Gemfile.lock
CHANGED
data/lib/tilia/http/version.rb
CHANGED
data/tilia-http.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.files = `git ls-files`.split("\n")
|
|
11
11
|
s.homepage = 'https://github.com/tilia/tilia-http'
|
|
12
12
|
s.add_runtime_dependency 'activesupport', '>= 4.0'
|
|
13
|
-
s.add_runtime_dependency 'typhoeus', '~>
|
|
13
|
+
s.add_runtime_dependency 'typhoeus', '~> 1.4'
|
|
14
14
|
s.add_runtime_dependency 'rchardet', '~>1.6'
|
|
15
15
|
s.add_runtime_dependency 'tilia-event', '~> 2.0'
|
|
16
16
|
s.add_runtime_dependency 'tilia-uri', '~> 1.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tilia-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.1.
|
|
4
|
+
version: 4.2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakob Sack
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '1.4'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '1.4'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rchardet
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,7 +169,7 @@ homepage: https://github.com/tilia/tilia-http
|
|
|
169
169
|
licenses:
|
|
170
170
|
- BSD-3-Clause
|
|
171
171
|
metadata: {}
|
|
172
|
-
post_install_message:
|
|
172
|
+
post_install_message:
|
|
173
173
|
rdoc_options: []
|
|
174
174
|
require_paths:
|
|
175
175
|
- lib
|
|
@@ -184,9 +184,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
185
|
version: '0'
|
|
186
186
|
requirements: []
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
signing_key:
|
|
187
|
+
rubygems_version: 3.4.13
|
|
188
|
+
signing_key:
|
|
190
189
|
specification_version: 4
|
|
191
190
|
summary: Port of the sabre-http library to ruby
|
|
192
191
|
test_files: []
|