yeptris 0.1.23.1 → 0.1.24.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: 1a32d9681a0bce500855a67910e4faa11907fc3b30fd6f642604baa59c3f234a
4
- data.tar.gz: 48200b64aeb94786439df3c62c6045aa61ab0038216eed0af2d6b27608dcda98
3
+ metadata.gz: 5358e8a325a662c7b461b7a9cdf4ff7246935cfa0936989fc540e31854b3b5ab
4
+ data.tar.gz: 852eb08981d2756b7efdc04d16e29e08879efc1671ea7bf0927b0fd2b4feba9f
5
5
  SHA512:
6
- metadata.gz: 5755a98da4dcb52748cdd0eef3807f02557883a567f0c9e576a1a4e01c93e02288361cdd02a23de32945bbd9bb21a07a4533ba6cdd5041286177a9cfe4ddd923
7
- data.tar.gz: f738f462b2090bd22fb46c56f37789b29daf65fb8b9a2f7a8a66380e8cfb5187b2f42564b25e591fbcdd30796eca978b4a6a215284192b8f81211f17e7e50f3b
6
+ metadata.gz: ecac82b64f467bbf4372c026de5d523e26fed29c59c075caa2ac2bfa27c8ec0e67e238e1960044423249f8fba0e6a73dd66ad006f4a53f65c147f1ca4c8b524e
7
+ data.tar.gz: 4172a4ffacd5be7d462d4fb20dae7f3b7a236a6d693950bedb650fb80ad7f7b3fef71214e26e945111f539309ca715279e2f8c7eebd410c164fea7f2d1ba721d
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.23.1".freeze
6
+ VERSION = "0.1.24.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.23.1
4
+ version: 0.1.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.