bddgenx 0.1.23 → 0.1.25

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/README.md +1 -5
  3. data/lib/bddgenx/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd8909495114be1932f114cbdbcb547563bb981b59863776f34d9bb9f3c7b053
4
- data.tar.gz: edc0e4f298501dcc25a69f434f8979eef9f619e9179ec812883a06e0414cf2c8
3
+ metadata.gz: 754519f4799f4645e2b121e8241383840f478f7a60ceddb150ecc76b27aae120
4
+ data.tar.gz: b0da57182e5023af9986b58877c3ab723e6438c77d40d4e29f3dc51013241a31
5
5
  SHA512:
6
- metadata.gz: d2631f4f1d186891e20c6a12e3b31a0e17ca9461404632a467a881ce5c429ed1de32ff2ba63dffbb7c4d7401754f892dbc7a173b2f579f5a0145a25e5e37c1c5
7
- data.tar.gz: 71f40155dbf1d2200de6499641b01a7cad0eb23fba310ddab0a42ed3c2e9cc2a5260f963e9af54efc8dd979fca283717c5b39ddd09a42a5c86306b11bf56f30e
6
+ metadata.gz: 1c0bfeb42580760a697f006ad6ac29dfd252935ec2eb2504d725b98eda9f8bd5bf92bc4a5e2bf464831f45d548db4b516be0440384d9bab5961772d5f335bc0a
7
+ data.tar.gz: 923515914b2cdf46a3c2122e8af0c7c426c9bda025bd6db8d974739ba74827f5d88d68191bae88b4704387e15af3c39874ce4c1e93a204870352052604c5f050
data/README.md CHANGED
@@ -187,8 +187,4 @@ end
187
187
 
188
188
  👨‍💻 Autor
189
189
  David Nascimento – Projeto de automação BDD com Ruby – 2025
190
- ```yaml
191
- ---
192
-
193
- Pronto para copiar, colar ou subir no GitHub como `README.md`. Deseja que eu prepare um `.zip` com tudo funcionando como entrega final?
194
- ```
190
+ ---
@@ -1,3 +1,3 @@
1
1
  module Bddgenx
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.25"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bddgenx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Nascimento