bp_obfuscate 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 106e82e30599e71026b2683baaae7413aa2104b2471039fc380c2a4eb4a822a3
4
- data.tar.gz: 33abf0c80f641ddb8b5fbcc4b015ddc1b281fdfc45f424a54be7162716f6fe06
3
+ metadata.gz: 35735b7a727afa8cb4271d1ddce85f1386084af4fdb5bf2e1092833e57f90b4f
4
+ data.tar.gz: 9761222ff8ad8e67800b9e0b481d0d9f106198309d0d2e9332b7aa71d9802356
5
5
  SHA512:
6
- metadata.gz: f012caab3baf15ad5045b81b034aaaab26926b423875df71579f712d7bba6fcad24c15b34ebb8a3b60e3a53aba00245f390bdcb1fae5a2d65eee9a4138333ea1
7
- data.tar.gz: 97d332424a47a08cb4e6e60e9447250ac183d74cee7f3d594f84b5b7903862fe64998ac7b79979e150275e4362b0d8377d09c9ed2b1e836fcc0e4071cfb3d728
6
+ metadata.gz: 53309a842ff3e70c8e8fd61ee0b8fd5a31f86ff694e9a8724c206aec89b45cd524aa05f1a878f4fdebaa3a987736329895b9d206157910a8666ad9f74a45951d
7
+ data.tar.gz: 31a1fd5f8a6a1df55b4d56aa9bdbe5cbae541be3e038e6ea4c6c19506a360e05a2e333a9e7d921b7a6b1d238bc22e394bac0cd9de2d5a3d2a12cf8fec5ad31aa
data/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [0.2.0] - 2026-09-08
7
+ ## [0.2.1] - 2026-09-08
8
8
 
9
9
  ### Added
10
10
 
@@ -50,6 +50,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
50
50
 
51
51
  - Initial release.
52
52
 
53
- [0.2.0]: https://github.com/burningpony/bp_obfuscate/compare/v0.1.1...v0.2.0
53
+ [0.2.1]: https://github.com/burningpony/bp_obfuscate/compare/v0.1.1...v0.2.1
54
54
  [0.1.1]: https://github.com/burningpony/bp_obfuscate/compare/v0.1.0...v0.1.1
55
55
  [0.1.0]: https://github.com/burningpony/bp_obfuscate/releases/tag/v0.1.0
@@ -1,3 +1,3 @@
1
1
  module BpObfuscate
2
- VERSION = "0.2.0".freeze
2
+ VERSION = "0.2.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp_obfuscate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Osborne