yeptris 0.1.25.1 → 0.1.26.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yeptris.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 433acc35cb0c4d6abc0bac082a36dafa7cf05694e9a414e398beb7f8e8b3b661
4
- data.tar.gz: 1d8320cf26582a9d0b5ad6c3e766e1fe93d0784ae3fbce02695e8f97ec11d5a5
3
+ metadata.gz: c4978c3d664969e6da9627587a38fa81f0be65f11daee59e6a87c73428f38c67
4
+ data.tar.gz: 8a1e4bb58f15e452cd582e58619975d50df096ae1e69bed4eb29c9ec031c906d
5
5
  SHA512:
6
- metadata.gz: a80da178e07bc3a8ce948343b2d4ba3151eceed07105fbab23ca46e1ecfa446b46e3398edab65a779acf3674cce96216e71bb3ddcee0f5f55b338b881618159f
7
- data.tar.gz: c4f5aac739cf8afb45e9c8ecadf1a093386d4be122a12de5502ce6669a7d175d894c4513522cfae2212a9f2471369488f96a325a6b1b9d800433a2d94d522c8f
6
+ metadata.gz: 6723f808549661cea68136ba261bd902eed93161b2c57d3a9a9a04a21e24efc09ad8b3ba7e9a5ca44152b76ec67f891df6a747cf3f18518c33acdabce3ddc66a
7
+ data.tar.gz: 02afcc539b65e62bf05582a32f13d0d0a92c74ef94587d63171dd1a0428a5ee1d3e08cad89690dca63b232da398290cfdc2abf24a270015dbacb47206e4c733b
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.1.25.1".freeze
6
+ VERSION = "0.1.26.1".freeze
7
7
  # The error hierarchy lives in THIS file (the parent namespace's
8
8
  # own file): nested constants do not trigger a parent-constant
9
9
  # autoload, and the law forbids internal requires — defining the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yeptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25.1
4
+ version: 0.1.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.