yeptris 0.1.19.1 → 0.1.20.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: 006a3f60339f5991eabc10143bb2a2f4460e9ca61a2d5a9b01e10dbc000c4651
4
- data.tar.gz: 91733f6001001c595888d32310260fda2fca15c552c4795d6fd747774fd14629
3
+ metadata.gz: 7d3d773d637c75f6f0027c582a3d7033e6faae52b8341e685531983fc3595bf1
4
+ data.tar.gz: 2a7e4c903079c1067ac359ad02fff2074d5d3544e213c2b5f311ddacf1fac71c
5
5
  SHA512:
6
- metadata.gz: 58f5f4713fd2de513891596925b537f0f4a7f7b264a3b6b69e496435699ed551d4c000642e0477ccf58c7586f7812f7e0b6e420519d14f485ffa895d688ca2f1
7
- data.tar.gz: 3f4619ba7bbda6def27eeeb30f1e6ddfc132682a35869b624a52d898845cb5f37468acece3eb6a9f2b2f5d1c7c8924f8b172c7e8725684a38d38530cf7c2ea4c
6
+ metadata.gz: fbc818400b67d4605022644a08a7cab73f746f535b8ea547029e973df5bca4d77c50057354b5ee7d7c8359a0f263d204cd310b2b3a75b15476d7a99f00657429
7
+ data.tar.gz: a235350a9b6bf50818cac1a7a2ee4f46a01c0e119232e9b9e5cfa711d5a4f47f6ee53cf75e3da788156ec9ad8e84ae9dccc05b2f30419254badf57271b30ee0f
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.19.1".freeze
6
+ VERSION = "0.1.20.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.19.1
4
+ version: 0.1.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.