padrino-performance 0.14.4 → 0.15.0

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: 0344fbfb50a4bea17b8c9b5eac1eda9e6fa3d6c520106e7abfdfbbcde12e98b7
4
- data.tar.gz: 616eac0f87e836f5645810d0e7966e5ed53d6abfdb4b0b75f3e1d44f1e2bed6b
3
+ metadata.gz: 7ae1da88e9d00a4ec5059742b1478a60006aa24a15cb13ee4041c4005eabd1cc
4
+ data.tar.gz: 51e76546b79ea6429a29acc6cd9208433269d6c9bcaa64eb2ceb51baa4ccf918
5
5
  SHA512:
6
- metadata.gz: 2976a7e052a0e8f2b5acaf9cf9eb2b641982d1f9a0457dbfdc09b8225cfe57f5bd06965da8f5d135983c279e1a1ae68a205cdd77ad834a2a0d372bb6a1c686e7
7
- data.tar.gz: 9595938cc5a155dd9b855052d1e8ded78d438d737581876a9213dee20b7306a14e170adba2c0252d8d0c0d6e01b2d03c6c78105d3d1a1788a8d2bee91d72972b
6
+ metadata.gz: 303de76b7ef0e1711d1272e2217ab163f42caa22bdc9162add2778b48b9b5b0f01007748e7bd22e3549359efc343b6e36d562f916482202c693566e26f644f42
7
+ data.tar.gz: 16f6893c235cffd6fe2d977d5325ab98d075ebc927cdbbcdda5a911ecc7ae8ee384107e1fbeca96d813b023996fbc4a2288080e7e41dedef747acfe71cb4b6e5
@@ -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.13.2' unless defined?(Padrino::VERSION)
4
+ VERSION = '0.15.0' unless defined?(Padrino::VERSION)
5
5
 
6
6
  #
7
7
  # The current Padrino version.
@@ -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.14.4
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: 2018-11-05 00:00:00.000000000 Z
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
- rubyforge_project: padrino-performance
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