benchmark-http 0.16.1 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/benchmark/http/links_filter.rb +3 -3
- data/lib/benchmark/http/version.rb +2 -2
- data/license.md +2 -1
- data/readme.md +8 -0
- data.tar.gz.sig +0 -0
- metadata +8 -76
- 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: 8f35d498b473c7cc8c82776ab7331ce4a2c485d58c060d83eebe54a317399ca8
|
4
|
+
data.tar.gz: fb60edf59d57d830a5a6534be82595ebe2b796f1279b5bd5cc4fbe1a8cb2e084
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b553fa78afede0571df5d9705de2f4fcdb6fedb0c4bdd1dd6acbcf690382afb468602aeca6c01df6460ce3bec635031be09caed1dc4ca68ad5fb98017c688fbb
|
7
|
+
data.tar.gz: efc55109fad09796058f5a6a91801b91cf6a4e5c9fc7499e4576e19d041a247286e9e8c84b2de3e963c33a6270621f38ba6e5d4768489ae408af06b241c0488c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -1,13 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# Released under the MIT License.
|
4
|
-
# Copyright, 2018-
|
4
|
+
# Copyright, 2018-2024, by Samuel Williams.
|
5
5
|
|
6
|
-
require '
|
6
|
+
require 'xrb/sanitize'
|
7
7
|
|
8
8
|
module Benchmark
|
9
9
|
module HTTP
|
10
|
-
class LinksFilter <
|
10
|
+
class LinksFilter < XRB::Sanitize::Filter
|
11
11
|
def initialize(*)
|
12
12
|
super
|
13
13
|
|
data/license.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# MIT License
|
2
2
|
|
3
|
-
Copyright, 2018-
|
3
|
+
Copyright, 2018-2024, by Samuel Williams.
|
4
|
+
Copyright, 2020, by Olle Jonsson.
|
4
5
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
data/readme.md
CHANGED
@@ -193,3 +193,11 @@ We welcome contributions to this project.
|
|
193
193
|
3. Commit your changes (`git commit -am 'Add some feature'`).
|
194
194
|
4. Push to the branch (`git push origin my-new-feature`).
|
195
195
|
5. Create new Pull Request.
|
196
|
+
|
197
|
+
### Developer Certificate of Origin
|
198
|
+
|
199
|
+
This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
|
200
|
+
|
201
|
+
### Contributor Covenant
|
202
|
+
|
203
|
+
This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: benchmark-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -38,7 +38,7 @@ cert_chain:
|
|
38
38
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
39
39
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
40
40
|
-----END CERTIFICATE-----
|
41
|
-
date:
|
41
|
+
date: 2024-05-08 00:00:00.000000000 Z
|
42
42
|
dependencies:
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: async-await
|
@@ -111,7 +111,7 @@ dependencies:
|
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: '2.0'
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
|
-
name:
|
114
|
+
name: xrb-sanitize
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
@@ -124,76 +124,6 @@ dependencies:
|
|
124
124
|
- - ">="
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
|
-
- !ruby/object:Gem::Dependency
|
128
|
-
name: async-rspec
|
129
|
-
requirement: !ruby/object:Gem::Requirement
|
130
|
-
requirements:
|
131
|
-
- - ">="
|
132
|
-
- !ruby/object:Gem::Version
|
133
|
-
version: '0'
|
134
|
-
type: :development
|
135
|
-
prerelease: false
|
136
|
-
version_requirements: !ruby/object:Gem::Requirement
|
137
|
-
requirements:
|
138
|
-
- - ">="
|
139
|
-
- !ruby/object:Gem::Version
|
140
|
-
version: '0'
|
141
|
-
- !ruby/object:Gem::Dependency
|
142
|
-
name: bake-test
|
143
|
-
requirement: !ruby/object:Gem::Requirement
|
144
|
-
requirements:
|
145
|
-
- - ">="
|
146
|
-
- !ruby/object:Gem::Version
|
147
|
-
version: '0'
|
148
|
-
type: :development
|
149
|
-
prerelease: false
|
150
|
-
version_requirements: !ruby/object:Gem::Requirement
|
151
|
-
requirements:
|
152
|
-
- - ">="
|
153
|
-
- !ruby/object:Gem::Version
|
154
|
-
version: '0'
|
155
|
-
- !ruby/object:Gem::Dependency
|
156
|
-
name: bundler
|
157
|
-
requirement: !ruby/object:Gem::Requirement
|
158
|
-
requirements:
|
159
|
-
- - ">="
|
160
|
-
- !ruby/object:Gem::Version
|
161
|
-
version: '0'
|
162
|
-
type: :development
|
163
|
-
prerelease: false
|
164
|
-
version_requirements: !ruby/object:Gem::Requirement
|
165
|
-
requirements:
|
166
|
-
- - ">="
|
167
|
-
- !ruby/object:Gem::Version
|
168
|
-
version: '0'
|
169
|
-
- !ruby/object:Gem::Dependency
|
170
|
-
name: covered
|
171
|
-
requirement: !ruby/object:Gem::Requirement
|
172
|
-
requirements:
|
173
|
-
- - "~>"
|
174
|
-
- !ruby/object:Gem::Version
|
175
|
-
version: '0.16'
|
176
|
-
type: :development
|
177
|
-
prerelease: false
|
178
|
-
version_requirements: !ruby/object:Gem::Requirement
|
179
|
-
requirements:
|
180
|
-
- - "~>"
|
181
|
-
- !ruby/object:Gem::Version
|
182
|
-
version: '0.16'
|
183
|
-
- !ruby/object:Gem::Dependency
|
184
|
-
name: sus
|
185
|
-
requirement: !ruby/object:Gem::Requirement
|
186
|
-
requirements:
|
187
|
-
- - "~>"
|
188
|
-
- !ruby/object:Gem::Version
|
189
|
-
version: '0.12'
|
190
|
-
type: :development
|
191
|
-
prerelease: false
|
192
|
-
version_requirements: !ruby/object:Gem::Requirement
|
193
|
-
requirements:
|
194
|
-
- - "~>"
|
195
|
-
- !ruby/object:Gem::Version
|
196
|
-
version: '0.12'
|
197
127
|
description:
|
198
128
|
email:
|
199
129
|
executables:
|
@@ -219,7 +149,9 @@ files:
|
|
219
149
|
homepage: https://github.com/socketry/benchmark-http
|
220
150
|
licenses:
|
221
151
|
- MIT
|
222
|
-
metadata:
|
152
|
+
metadata:
|
153
|
+
documentation_uri: https://socketry.github.io/benchmark-http/
|
154
|
+
source_code_uri: https://github.com/socketry/benchmark-http.git
|
223
155
|
post_install_message:
|
224
156
|
rdoc_options: []
|
225
157
|
require_paths:
|
@@ -228,14 +160,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
228
160
|
requirements:
|
229
161
|
- - ">="
|
230
162
|
- !ruby/object:Gem::Version
|
231
|
-
version: '
|
163
|
+
version: '3.1'
|
232
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
233
165
|
requirements:
|
234
166
|
- - ">="
|
235
167
|
- !ruby/object:Gem::Version
|
236
168
|
version: '0'
|
237
169
|
requirements: []
|
238
|
-
rubygems_version: 3.
|
170
|
+
rubygems_version: 3.5.3
|
239
171
|
signing_key:
|
240
172
|
specification_version: 4
|
241
173
|
summary: An asynchronous benchmark toolbox for modern HTTP servers.
|
metadata.gz.sig
CHANGED
Binary file
|