puma-cloudwatch 0.4.2 → 0.4.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ae42ac19375d8bf29b099ca8e66fdbfb11721d9d7b1e0b92c927b215543f0db
|
4
|
+
data.tar.gz: fe0cac1930260bf4f1d511c98ba5bcd0b0abb041e3f6450f40977b6106f5e630
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1f315d96f54cb4d39b6d5485f226fec8dcc5f6d6097f3fee0989d72424763d93d36f37c02f41e41085fd76edcdfa8f26f9ee8c38ef222ffe0de7d93b41a4678
|
7
|
+
data.tar.gz: 0b350e8c303d4a9c5dd89ecf1a97d6a1f3f3c5e659a4df84d3495ab7950a67fbdc1501d492548a44739285261958bd15a072c066a05a2c966043e6d2b2820341
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).
|
5
5
|
|
6
|
+
## [0.4.3]
|
7
|
+
- #3 Eliminate the need to add Array#sum
|
8
|
+
|
6
9
|
## [0.4.2]
|
7
10
|
- #2 keep looper running on adversities
|
8
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puma-cloudwatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tung Nguyen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-cloudwatch
|
@@ -87,7 +87,6 @@ files:
|
|
87
87
|
- lib/puma/plugin/cloudwatch.rb
|
88
88
|
- lib/puma_cloudwatch.rb
|
89
89
|
- lib/puma_cloudwatch/core_ext.rb
|
90
|
-
- lib/puma_cloudwatch/core_ext/array.rb
|
91
90
|
- lib/puma_cloudwatch/core_ext/thread.rb
|
92
91
|
- lib/puma_cloudwatch/metrics.rb
|
93
92
|
- lib/puma_cloudwatch/metrics/fetcher.rb
|