padrino-performance 0.16.0.pre2 → 0.16.0.pre3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2561959c3f27205aee2cb4a93fba353d96710d3248f57eafb8f65c802691f0cb
4
- data.tar.gz: 1436850b24a3fd44445370f4254d1ce66fff1801e7672e6b05764ce2830345cd
3
+ metadata.gz: 9c133707da829ec1a263573b0c404fc91a77e420a7f23cbcd67d760d1a12f019
4
+ data.tar.gz: 334b6b8776a38299804a2b2dd26bd590155cbe6923d92e47679b241b1daa0559
5
5
  SHA512:
6
- metadata.gz: 8f55f8a2d9758cfa8700705d9dc2cd6f66fd6c0bce2e373c761bf054e80cb3e41bce5a41a5ee989e02a01bdcb25f2594ca9450734c9e44f15d307de6d6cea878
7
- data.tar.gz: '090b651cbd3177859c033c66aa068f9d8ee5de942e92d2a78ad65f7f6fc7bddc570efaa3120471d25511081da731db12170bd08201b87060c963695a3a18fa33'
6
+ metadata.gz: cad466a9b64dae0baab309ac38185bcf4f948ec12c2efa98a65911b2557fa2ce7e0ce30f20b2647f31535c5c865821e9b40740d5de20eca3852dacbe92370e6a
7
+ data.tar.gz: '08ce6bf66dae1db5ae614c31db845413612e7217193c05069ce544a5790c1698d434536c74885e59f94334d881f0cbdea3a1daf4ddee6fa443ff080a427b1a48'
@@ -1,7 +1,7 @@
1
1
  module Padrino
2
2
  module Performance
3
3
  # The version constant for the current version of Padrino.
4
- VERSION = '0.15.0' unless defined?(Padrino::VERSION)
4
+ VERSION = '0.16.0.pre3' unless defined?(Padrino::VERSION)
5
5
 
6
6
  #
7
7
  # The current Padrino version.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-performance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0.pre2
4
+ version: 0.16.0.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Padrino Team
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2024-08-06 00:00:00.000000000 Z
17
+ date: 2024-08-09 00:00:00.000000000 Z
18
18
  dependencies: []
19
19
  description: A gem for finding performance problems in Padrino by tracking loads and
20
20
  memory consumption.
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  - !ruby/object:Gem::Version
60
60
  version: 1.3.1
61
61
  requirements: []
62
- rubygems_version: 3.2.3
62
+ rubygems_version: 3.4.19
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: A gem for finding performance problems in Padrino