puma-stats 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/puma/stats/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e2f11b40a93ab236070a96787e3a9b909addb2a
|
4
|
+
data.tar.gz: df08c78e11651e9fc89f4f82e99af80cf0358570
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6e15aeea9e7bcf4577a8ade84e1a33263be9a3ebf904782226e9c20dfba42baa3b7efbe3b152002f3682417fad0b6b3eca902d152caca74e0cc04dd7a8b3977
|
7
|
+
data.tar.gz: 927c4d92836c138dbee212505ea4a8055afca49ba090f72ab7457f27d461f304f149c50e364335362837b0c9e012a2a1fce0c03adef4a957144e9e5e0ce86591
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.0.2
|
4
|
+
|
5
|
+
Do not redefine Puma::MiniSSL::ContextBuilder if already defined.
|
6
|
+
|
3
7
|
## 1.0.1
|
4
8
|
|
5
|
-
Copy the `MiniSSL::ContextBuilder` class from [PR #2046](https://github.com/puma/puma/pull/2046) to support Puma < 4.3.0.
|
9
|
+
Copy the `Puma::MiniSSL::ContextBuilder` class from [PR #2046](https://github.com/puma/puma/pull/2046) to support Puma < 4.3.0.
|
6
10
|
|
7
11
|
## 1.0.0
|
8
12
|
|
data/lib/puma/stats/version.rb
CHANGED