yeptris 0.1.15.1 → 0.1.16.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: d146f3183f11d9eb980be238bec31b1f7c801c5a72480318a3cbb625d81ca8a1
4
- data.tar.gz: 69416e379b25969d66e7f331db7a8da17dd43fd1cff315b802df9f7babd8adb3
3
+ metadata.gz: a4d3bcacbea31cd4e9d1542c8bb81e1692177e36f6a09132e20e1212b3c8f5d2
4
+ data.tar.gz: 35f86473005774fc0bdb4e3f31e3902702d6b931316d806c13f9e06508357ee1
5
5
  SHA512:
6
- metadata.gz: 941936e4141c052a1c5faddd116c746333e35e1de32d6ac326dde1db667986a2fbcd658eb3665cecdb66568331f5e66c12ebc7e0443c5e11958129d03f48c8fd
7
- data.tar.gz: 6d62eeaf6c3c1277ee44d9b54f5a3346d7f12ed4cdaa0665ae5641beff714d8ce3070d56068217a4626d3a4cd01a128c0cea77ce90b99377b736c9807b513833
6
+ metadata.gz: 06b4750bb4c091a30b00bac0dad117d1db0ebda4afd2f9778defd8ee9dc0fd0602a4bea912bfac108117215e876b9171250c512e98f8094252bc5965d544df8c
7
+ data.tar.gz: 43de9952a2e9e7f52aa8688a99bc81d7808f7721846d64324782660837579fc3182e488da1188e1aee1dfcbc3d30480e874ea1f479d8ff510b09155716666809
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.15.1".freeze
6
+ VERSION = "0.1.16.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.15.1
4
+ version: 0.1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.