yeptris 0.1.31.1 → 0.1.32.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: c371844dd4ce2a1f0af3963e254cba211d438014d9dc4cc8392989dce202a92b
4
- data.tar.gz: 65f7e5360e2352080e693330772505c020bdb32c2814be2f3ca61ebf9da49f29
3
+ metadata.gz: 715a303c3798b0e446f0511093790dcc23958039cee970672772bf34d724614e
4
+ data.tar.gz: fba78db515f493833a9c43c6931386c7cd4958582eda1f98b1e4ffef6dbfb950
5
5
  SHA512:
6
- metadata.gz: 2df7e93efb444fc6da55e433c2230ff4e38de0849a8c13d48bead7f2a417fb16699b64edbbcdde064fd4b64ee77ee5145fdff0977c483ec3d4f8fdd18283ddb2
7
- data.tar.gz: c2ce43c6e7fcc8af40fe8d23802935c7fcf82e71c23c3c65a9686cccf46451040a82e3da5add38b9bea8e00b30ccf3d5e4b25747d9f0804f15dc3cf87577c9d0
6
+ metadata.gz: 3024caec31b6a0e1535e2dfcbe53c61aa790fca013a14a4138f266c12acc6016cd6ab53c83a0c1bb70f39ecddc717ed0eff83baf78613440fc150aed29e0ec54
7
+ data.tar.gz: ce5a508e4efcd1485f4d18121025a203579c53d9b990246b2961991009e5c4367140eb993bdfe28ca380776dd95be4922d3fea0fa89146b439fbf5922c14cee3
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.31.1".freeze
6
+ VERSION = "0.1.32.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.31.1
4
+ version: 0.1.32.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.