padrino-performance 0.12.0.rc2 → 0.12.0.rc3

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: b5c2419b94b734793c682fe6779e49757fa91d34
4
- data.tar.gz: 2df1922a5d732c5a1a439dc11d6062dcc1fa1aea
3
+ metadata.gz: 4c5aa34dcf4c78c84a9ec70b8027ab043bb2a497
4
+ data.tar.gz: fe0540bef07eb03e929366ef1e85be0bbe16b0e7
5
5
  SHA512:
6
- metadata.gz: f982230d42162d4384d4c06df1fba084eabb4bd4082b056373c33aaef724f6c38b738c5e13e625db7294dcc1547dae593461154c9a6b40a7b566f3ad96a84ed9
7
- data.tar.gz: ab5cc90c021c30f09b74fa6413ca91db363810e5cfaa9815f5eeae7c2f5eddeba5e649b071dd4d7c6279cc96df5b16dd12bfecbe6ed3c8e18156c1908f766b84
6
+ metadata.gz: 5508610ad1869660571b69f49e6a563d191ec1afd97b9cd7ea9716571f42c34911f59de44b891f6a92d1fc7c82687f1967d480ac4798b572350425dffe62d246
7
+ data.tar.gz: 724310e4432c84b7d496c143cc472063ae4ee4eb05e7c821592fd5f6ae1e17d5bb98f43e1bccbaacd8e86ac67e39cf7293e3d03913b91b854173b8f98ea79926
@@ -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.0.rc2' unless defined?(Padrino::VERSION)
4
+ VERSION = '0.12.0.rc3' 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.0.rc2
4
+ version: 0.12.0.rc3
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-01-05 00:00:00.000000000 Z
17
+ date: 2014-01-20 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.