yeptris 0.2.0.1 → 0.2.1.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: 1173c7a995c80564dbb7685e5b3a8e01ffce35233f5736367affa9b4cfc47fbf
4
- data.tar.gz: 36facc6eda9fd872c00149122f7edadcf88909702317e5f34ff20cd4e202359d
3
+ metadata.gz: 19fa33124de33507ee3c0c2123a00a199b1dacaaf2c86224aa743194e6fe522e
4
+ data.tar.gz: 35cdc1950e16104903ed86fd9e12cbce8a75be5dd9dff1bbaa6704d28df46072
5
5
  SHA512:
6
- metadata.gz: 720c5a7a2b1ebca34757c05b8fbaff07669797b0abf2758e37330beb86156c3d0a302848412d792912726f7b62dda9a56d0fb0fec57c2657d19c8ba10bfbf014
7
- data.tar.gz: fc0e98a14c2c5ee6d88cbba2bce4ff097427f01be955ca138a16adf730ed37cb0b2279e12565707518dfd895ae9245c55add02128f59e31141fd8924154c30a3
6
+ metadata.gz: 97d00c4c0ab1952c20e1847327634264d3ed36e0a07d7e6ca432331717a0b8641462afd9b4c587ce6b7e3a1158647136d640404440cf68b16328ad85a9741121
7
+ data.tar.gz: 2c563abb5f67a1b6e3be5a82f197613bf7ca9e8953d9cf441eadde18b1562716c26e79a57ba3b953f299c736286a7d485b38845ff3dbdd83214fcd866545ef05
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.2.0.1".freeze
6
+ VERSION = "0.2.1.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.2.0.1
4
+ version: 0.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.