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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee7f0f011d907dc00f011228d6d032c4d41583ed
4
- data.tar.gz: 169666bccca9fa99a691412fa8beaf7327e340a4
3
+ metadata.gz: 6e2f11b40a93ab236070a96787e3a9b909addb2a
4
+ data.tar.gz: df08c78e11651e9fc89f4f82e99af80cf0358570
5
5
  SHA512:
6
- metadata.gz: d473dec215fd7e4cde705383c305d5c81cdb6da06610d94d8abf870bed42ce8aedd00f4dccfb0a3a6602c24432c34c45b17a1da33c8afbca66ccf4574602b073
7
- data.tar.gz: e33b6e2c536341080dd558ceb14d8978b549cfd48ca1b4237290d28b8a085db7c72c25cfe35ec1e08d3753de81d7d4ae786891b90e4b6611d64e618abcb1fe74
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Puma
4
4
  module Stats
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puma-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Kishel