rails-autoscale-core 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aee422dd28d9be5b869c0aa3d5785bb5781ad382b7a287f8ea16ce3735d9b74d
4
- data.tar.gz: b2c84f8fc3bf71310fa5e3f398867ed739d99da9245bb5b7ee9803a5c28e366e
3
+ metadata.gz: e2f99603cfd35f701404cbfa545fe57c3bcb7fbf3ff8704fd3b6f2420630c746
4
+ data.tar.gz: 32be56ecbf6f42ca5b46840b52879dacb7b9d6d98321c101f5c659f03f671650
5
5
  SHA512:
6
- metadata.gz: bf54f54c24a60f12fe490f3ea61aedecce976563f820d66c16e17cd2ce48004b2a244f43838e7167a9cbce0aaf3d51dc18a413908decdba1bb5443d1eae545fe
7
- data.tar.gz: 4372cf6b1ef1bedf5004f9017956a6a3e7c67b99d93d569b5ac8c6a5af8cfeb796accdd582198bbf72685ba645287b17f06b82cf16f966a56bba85ac3f18e017
6
+ metadata.gz: 8772831925e066e41995d1d50ddd5815aa299d91aa66b828a93855cf30fa7d95c8571e1ee57475af7772cf898c7963846d0f9e380533c0b1e4bd65a679c6f7fb
7
+ data.tar.gz: cb01fa90491ca125c5d007a1079542a715e33fcb26cee57d84ad4028ee946bf27ab5d2d761bfd881c2b49ccd8d3f48ab29fec6b373491dde208c0dd7cb75e7bb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-autoscale-core (1.0.2)
4
+ rails-autoscale-core (1.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -27,11 +27,11 @@ module RailsAutoscale
27
27
  store = MetricsStore.instance
28
28
 
29
29
  # NOTE: Expose queue time to the app
30
- env["RailsAutoscale.queue_time"] = queue_time
30
+ env["rails_autoscale.queue_time"] = queue_time
31
31
  store.push :qt, queue_time
32
32
 
33
33
  unless network_time.zero?
34
- env["RailsAutoscale.network_time"] = network_time
34
+ env["rails_autoscale.network_time"] = network_time
35
35
  store.push :nt, network_time
36
36
  end
37
37
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAutoscale
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-09-26 00:00:00.000000000 Z
12
+ date: 2022-10-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: