padrino-performance 0.14.4 → 0.15.0
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
- data/lib/padrino-performance/version.rb +1 -1
- data/padrino-performance.gemspec +0 -1
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ae1da88e9d00a4ec5059742b1478a60006aa24a15cb13ee4041c4005eabd1cc
|
|
4
|
+
data.tar.gz: 51e76546b79ea6429a29acc6cd9208433269d6c9bcaa64eb2ceb51baa4ccf918
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 303de76b7ef0e1711d1272e2217ab163f42caa22bdc9162add2778b48b9b5b0f01007748e7bd22e3549359efc343b6e36d562f916482202c693566e26f644f42
|
|
7
|
+
data.tar.gz: 16f6893c235cffd6fe2d977d5325ab98d075ebc927cdbbcdda5a911ecc7ae8ee384107e1fbeca96d813b023996fbc4a2288080e7e41dedef747acfe71cb4b6e5
|
data/padrino-performance.gemspec
CHANGED
|
@@ -5,7 +5,6 @@ require File.expand_path("../lib/padrino-performance/version.rb", __FILE__)
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "padrino-performance"
|
|
8
|
-
s.rubyforge_project = "padrino-performance"
|
|
9
8
|
s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu", "Florian Gilcher", "Darío Javier Cravero", "Igor Bochkariov"]
|
|
10
9
|
s.email = "padrinorb@gmail.com"
|
|
11
10
|
s.summary = "A gem for finding performance problems in Padrino"
|
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.
|
|
4
|
+
version: 0.15.0
|
|
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:
|
|
17
|
+
date: 2020-05-14 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,9 +59,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: 1.3.6
|
|
61
61
|
requirements: []
|
|
62
|
-
|
|
63
|
-
rubygems_version: 2.7.8
|
|
62
|
+
rubygems_version: 3.0.6
|
|
64
63
|
signing_key:
|
|
65
64
|
specification_version: 4
|
|
66
65
|
summary: A gem for finding performance problems in Padrino
|
|
67
|
-
test_files:
|
|
66
|
+
test_files:
|
|
67
|
+
- test/bench_core.rb
|
|
68
|
+
- test/helper.rb
|
|
69
|
+
- test/mem_core.rb
|
|
70
|
+
- test/test_os.rb
|
|
71
|
+
- test/test_padrino_performance.rb
|