padrino-performance 0.12.4 → 0.12.5

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: dfcfdfc2093ef26d2ceb471946b2a9577cf231ac
4
- data.tar.gz: 31e1ee0fc4dc1f7483bea5706f19ae7df4031d36
3
+ metadata.gz: 8320738d9403d962cb216173ee8a260298f4b3bf
4
+ data.tar.gz: 4eae5c68a989c60c6ab008329b59a69fb8a40897
5
5
  SHA512:
6
- metadata.gz: 20c9f365b106a8c95b694c7759e2c8d82b02454d9b87147e8d41d00cce6c15d452a3b50ff6419db97f1228e96e088e70346ae19bf7add8f440f131cc309dda5f
7
- data.tar.gz: 205f97105ca9ce0dbd52215848a28a91e33aa4301bb20b5f130ade33873472703746bb7ec80dc03958d05ce5011b06c0dd1fe496da4f0d169f074204c2cd8c28
6
+ metadata.gz: fe0786a52f693e930d0c96a812ef0fe2573fc787be47c6dc8c2e527c03764fa38e869559f736ed9d83afd86433917265f01b3d3917193e02dd22f35381197d36
7
+ data.tar.gz: cca44c7791eaf283b306db6c484573d398c25ac8949a30744be9d141e8c5c2cc4669956bcaae28a13a1bc8d3037df5b7131691e0712e0c339a854ed6a7d74bad
@@ -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.4' unless defined?(Padrino::VERSION)
4
+ VERSION = '0.12.5' 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.4
4
+ version: 0.12.5
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-10-19 00:00:00.000000000 Z
17
+ date: 2015-03-04 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.