ru_token 0.1.17-arm-linux → 0.1.19-arm-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02efa5eafaa1e9297bf218ad9f05d99ee50c0cb2798d527e1ecbc91d690daf12
4
- data.tar.gz: b865fa32772ee0ea9b05aa714386dfb3af22cb9bbd0fde51ef5c8ab36fa79566
3
+ metadata.gz: eaed43e55d9b2078f264a22856fbe8155631345f3fc4a880b5e43f6a63d54b36
4
+ data.tar.gz: 0bc954c3c4141dffed69bb345ae3bd8c8d93c40b38141771a6cbd6815ade85e8
5
5
  SHA512:
6
- metadata.gz: 7f37a2f449d6d6d711923780c77599200aa6a39fa99f2c29b37fcfa45a437e50d26d50cc1b2f1b1ee687910d28334d768bdbe17f682fb15bdd5187e15549bbfb
7
- data.tar.gz: aaecc8951b512d3f312cc2f8453817c1f37570ed0fce1521187d998a860ea9b212713922a824c586839fddc42306da54b091f4f084ce65569921b8cf76a79104
6
+ metadata.gz: 1ee77b6c556d5ce0cd9ff7465567b5b74691b11f5a8fb7b6fa678d62e34fc10804b943d0b06dd6c3e741c4586cb3aaea9171e087428cabc87d5bbb6bab443110
7
+ data.tar.gz: ead8b079b4e86f3b13d1f4e33b192cfe78413a34a02fc3969167ba08d4462cac3aa03cc44142a08f1c1ad92feed092795e0258d4b4c2b575e6338477c20d2433
data/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ---
11
+ ## [0.1.19] - 2025-07-31
12
+ ### No Change
13
+ - Bumping to retry RubyGems deploy
14
+
15
+ ---
16
+ ## [0.1.18] - 2025-07-31
17
+ ### Change
18
+ - Update README
19
+
10
20
  ---
11
21
  ## [0.1.17] - 2025-07-31
12
22
  ### Change
data/README.md CHANGED
@@ -59,8 +59,10 @@ Both:
59
59
 
60
60
  You can open an interactive console for experimentation with bin/console.
61
61
 
62
- Contributing
62
+ ## Contributing
63
+
63
64
  Bug reports and pull requests are welcome on GitHub at https://github.com/LoganBresnahan/ru_token.
64
65
 
65
- License
66
+ ## License
67
+
66
68
  The gem is available as open source under the terms of the MIT License.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.17"
4
+ VERSION = "0.1.19"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ru_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.19
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - Logan Bresnahan