padrino-performance 0.12.3 → 0.12.4

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
  SHA1:
3
- metadata.gz: 211fdd3fe2c2c1b0973965413001bcc2c228b93f
4
- data.tar.gz: 9672124a2ebb7b729acb8f391b7b43a2908d3196
3
+ metadata.gz: dfcfdfc2093ef26d2ceb471946b2a9577cf231ac
4
+ data.tar.gz: 31e1ee0fc4dc1f7483bea5706f19ae7df4031d36
5
5
  SHA512:
6
- metadata.gz: d50869b1da35c0a1cd181802492a563024704ab52988a3af4775f712d9e409428dfa3400352fe4a2012bf25da178356ba938ccb2b881d7e7493f386c9ec495a6
7
- data.tar.gz: 5dd15a53cab02797b5eb766111bc0f6921eb05b30eb00853f32369f01c150cfd8b79bf32786231cea3cfe6aa1f33bdfe81c502a51bb60f6ddaffd23a322ba0fc
6
+ metadata.gz: 20c9f365b106a8c95b694c7759e2c8d82b02454d9b87147e8d41d00cce6c15d452a3b50ff6419db97f1228e96e088e70346ae19bf7add8f440f131cc309dda5f
7
+ data.tar.gz: 205f97105ca9ce0dbd52215848a28a91e33aa4301bb20b5f130ade33873472703746bb7ec80dc03958d05ce5011b06c0dd1fe496da4f0d169f074204c2cd8c28
@@ -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.12.2' unless defined?(Padrino::VERSION)
4
+ VERSION = '0.12.4' 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.12.3
4
+ version: 0.12.4
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: 2014-08-13 00:00:00.000000000 Z
17
+ date: 2014-10-19 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.