ff1 1.1.0 → 1.2.0

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/CHANGELOG.md +1 -1
  3. data/lib/ff1/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '01856feb12f6863d7b5176c2886a70ae12c34eecf4c78d6d726f0ca21f7a5806'
4
- data.tar.gz: 32a437cad78f96081296b71f05a786a29c154458318b9f927f5c66c352428d65
3
+ metadata.gz: c42e1200976768d8adee07820e93d0281a2487f684df7c10ec5f0be591a28716
4
+ data.tar.gz: c76fd86787b72671b1fb6de320f5243ba4878471356801f32d568d5f34bc159c
5
5
  SHA512:
6
- metadata.gz: b0c089165dadd81984517321448ad6493f86113261e3add07cff2b24bf6d94b739dacc2c61205f8a3526adceec7d540060fd6642df6aecf60caa53320a0e468f
7
- data.tar.gz: a11b9c1f207d157b320572b9d798963e31add938f77744dd9a804ebb02131563382a19fcda8f910840d8fa3862e065d73f4055aa8ba4c75005522ce24d8cd7ae
6
+ metadata.gz: 6747aa29273bd6667ec62d5774b1627c6c11a68398c7bbaa4f744867fd66ce14ffa893ac670d970c23269db221d8236b82dcd570b8f1befd0e9dc4324f812b9b
7
+ data.tar.gz: e0e820f43cf4bcd79e16fbfded42f7faef5368698b385a2c493e17ca87efbf9801ac23ce545a0757a09b3a803393cdf9739b6f9f83342b9502730790c0dec032
data/CHANGELOG.md CHANGED
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
  * Radix-256 encoding for complete byte-level support
16
16
  * Base64 output format for safe text representation
17
17
  * Support for Unicode, emojis, special characters, and multiple languages
18
- * Automatic padding for domain size compliance (256² = 65,536 > 100)
18
+ * Automatic padding for domain size compliance (256² = 65, 536 > 100)
19
19
  * Comprehensive text encryption test suite (14 additional test cases)
20
20
  * Updated examples demonstrating text encryption capabilities
21
21
  * Enhanced documentation with text encryption usage examples
data/lib/ff1/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FF1
4
4
  # Current version of the FF1 gem
5
- VERSION = '1.1.0'
5
+ VERSION = '1.2.0'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ff1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Abdellatif