yeptris 0.1.18.1 → 0.1.19.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: 1b74cf1eff95ab933f2edeb1e2bed390a98fd366b8b00e1a15f5f1a4643abdec
4
- data.tar.gz: ae402504b6f30b66364c24bb78686ab050fd6674983b04f33df8f6a426c15bb4
3
+ metadata.gz: 006a3f60339f5991eabc10143bb2a2f4460e9ca61a2d5a9b01e10dbc000c4651
4
+ data.tar.gz: 91733f6001001c595888d32310260fda2fca15c552c4795d6fd747774fd14629
5
5
  SHA512:
6
- metadata.gz: 59a04d360d75d014dd8b75b34871d29e0497b1a93c009c9e28f351c400cc4fd04313ae0d22f51aa79dbf5a3739a375c5c0f3cab691604e512aa9a477057670ed
7
- data.tar.gz: 1fb32c140de941d36ff1210da56ce65570d1927788be26e46add011a11ae489500482f3b0f0fd7ec141ed6d8f7878a500c187eff28dfc41e1f4bd4d1c70749fd
6
+ metadata.gz: 58f5f4713fd2de513891596925b537f0f4a7f7b264a3b6b69e496435699ed551d4c000642e0477ccf58c7586f7812f7e0b6e420519d14f485ffa895d688ca2f1
7
+ data.tar.gz: 3f4619ba7bbda6def27eeeb30f1e6ddfc132682a35869b624a52d898845cb5f37468acece3eb6a9f2b2f5d1c7c8924f8b172c7e8725684a38d38530cf7c2ea4c
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.18.1".freeze
6
+ VERSION = "0.1.19.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.18.1
4
+ version: 0.1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.