yeptris 0.4.0.1-aarch64-linux → 0.5.0.1-aarch64-linux

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yeptris.rb +1 -1
  3. data/libyeptris.so +0 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0564531041910fb120994e2f4cac8c9f3ddf0b176bf5ae9ca3289cb58f6ac87
4
- data.tar.gz: 4b6da94d1b0706fdfdd597bc173ca9556e26482a517b391670ef2bb1471f17df
3
+ metadata.gz: 7e10fb7e2da7ecc7762c859a8e505c26764049b984431bfb4ed9df0fd3fd9835
4
+ data.tar.gz: f34099de285945b4a1d6caf3883fc1979872ab0e66610c2d7b29e0cdd6d2ea27
5
5
  SHA512:
6
- metadata.gz: 47c6f2bfe6920039b2e2e0a69f84688cac61bd11e61df76d1f9ec39ccfad227ff5a831b0b7bdbc644829c8dd364bd4b112b7b54183758dee182f66f325371350
7
- data.tar.gz: 1e7e5b9bbe7b38b3db23b7c16bf03f3981178f6e52f2db99e091a5560c21c2a98a50823b9598bbeb4d93bb14302c34a3f1e5e2fe97eb0de5c3b8c6ac873cc36f
6
+ metadata.gz: 1ecf68371cc5bca01dd73af85d06dff8a591be4004ab3cd2988aa8b2f2377b283404fd3dcfe0d339f723c0b34914bb63dc258adc2216342fb37b15e5b9ae0ac6
7
+ data.tar.gz: 27480f022c9febe4df6098126a0c0ac5ce0b2704971e8db007850dea1250b4867b7d3c128bd2f71630875c128f0bda1f19a29e464c71599bc53fe9f4d2d9eb7a
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.4.0.1".freeze
6
+ VERSION = "0.5.0.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
data/libyeptris.so CHANGED
Binary file
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.4.0.1
4
+ version: 0.5.0.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.