ru_token 0.1.17 → 0.1.19

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: 62774af2cc31458871e0ef875edfabceff433236cf25d2a58fc9afde2ae81aff
4
- data.tar.gz: a86e90108e9bbb6089e0935066c3282b8157c799189c53d148e7bff6e6e953b1
3
+ metadata.gz: 25686d067cea08e414be4b82c0d455b95eccc05acdeb7e01924c281e2f4d9742
4
+ data.tar.gz: 1678271a956c08a89776063d105021b0d33b3f3a15f68faf71e84e9f30071791
5
5
  SHA512:
6
- metadata.gz: 8045de10c176a4f290c8d46f9c9d8fa994306befbd09066f3f37fe2ee5ecdf1981cba737a39fbe31401f9929d4ae517b5cf83bb35828260d27172517d6c0fb5c
7
- data.tar.gz: 635f2620bf5124f9ce6213654f8822cfdbc3ddb5182eb07be49052ec9bc41d583c2f273c7d1a69c775d9682c69a446c4fe9f4006c8e644fdc03ede3f079a0eee
6
+ metadata.gz: b73306d1b8da1cb362f931880bb9ca3797e9b260a1dbdb02cf248714a7a2a9f175a677ac14f5e2cb03d799ae6ed3a28959aead8ef0e1e6eee8047c4f4ddd6eec
7
+ data.tar.gz: 9468a67c5406eba78c4960961257a4f9e6a64ebd7e8f2bf0320e8c285485ed46af1da668291234f2776d7211ccc5d5ad862ad11ad9d9c5e770108299018ec08b
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: ruby
6
6
  authors:
7
7
  - Logan Bresnahan