yeptris 0.6.26.1 → 0.6.26.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/lib/yeptris.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d86cc6dea91d1c0a680601755ecf06bf95fc72e5da6e0b0351fae9a0b3d1d495
|
|
4
|
+
data.tar.gz: 862126fd4e594cdcb51d09d6dbce5200e156bd72bef17bfb756bd56c307ca35a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 929a258aea596933b99550d9c96c3bf7d3f1634a07e0cd5865be7c3fcae71d86ebe66390f078a664fe3f52af7ec142b7c281dd7ca259263ff4ae3eb567a73674
|
|
7
|
+
data.tar.gz: c905974e6d97aed6d91baee37293540744f2d5e94b1b827ea0c2ab5d51ff37ab61ecac22f676cbd959971f3e116e7792f8864f6b0e7d1c4f5e8aba9d1fe79475
|
data/lib/yeptris.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
module Yeptris
|
|
4
4
|
# The gem's version lives in the parent namespace's file — the last
|
|
5
5
|
# internal require (yeptris/version) retired with it.
|
|
6
|
-
VERSION = "0.6.26.
|
|
6
|
+
VERSION = "0.6.26.2".freeze
|
|
7
7
|
|
|
8
8
|
# Informational notices are OPT-IN (yeptris-ruby#217): consumers
|
|
9
9
|
# embed yeptris inside CLIs that assert clean stderr, and a
|