tfhelps 0.1.0 → 0.1.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: 910d2743b566fb4c2c6447b5b800c55b3a712c017e732bd6a04aa85f0e6a2cb8
4
- data.tar.gz: bd18cb72f2b982aea907e039d6ceeaafe2e34fbb0d5192908fac39c0828bf823
3
+ metadata.gz: fe5f705e26da4fab6a4703440713d8e45b95bb669df97ec8b98b820280599221
4
+ data.tar.gz: 5ead2a1e0e889d5da6647bcb4770aeba289a4d50b8194d989549c44c3e0dd0ed
5
5
  SHA512:
6
- metadata.gz: bd49e5b75f382456cf74ef7e1b519f14e25507f4d0a2ac381ecc509d34077207f4a190066da5190c835895dc8965d7d68905b9022e5ddbf4b32417ce5478d8e0
7
- data.tar.gz: bab9d2c19af95b095cc520e9017b0463a01e6559e7a746f568b59c9cf041b01222f92daedf4cadee415a46f832b8f5289cddfb1c7fa7ae76e4caccbff3edc2ee
6
+ metadata.gz: f043e914ddf1297a5a1d57f645cc5be85f551c447f723aaa3866bcfb30f630704e8a65f220878651bef59efd939aaea9b15f85601a6d4b720c672283fec42c62
7
+ data.tar.gz: 961d9d646354e125a65969f808a3f4758a5e31905c30bf91481a8f8262a6f2618c9e1602abcbb9fc9e265a6be110243ca90c36b928a10e3355f039d6b88cc16e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tfhelps
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/lib/tfhelps.rb CHANGED
@@ -21,7 +21,8 @@ module Tfhelps
21
21
  2. Create a new paragraph whenever there are two or more empty lines separating the text.
22
22
  3. Ensure proper spacing, punctuation, and capitalization throughout the text.
23
23
  4. Maintain a clean and polished format suitable for professional use.
24
- 5. Do not add a title or any additional text content that is not present in the original text.
24
+ 5. Replace all curved (smart) double quotation marks (e.g., ”) with straight (normal) double quotation marks (").
25
+ 6. Do not add a title or any additional text content that is not present in the original text.
25
26
 
26
27
  Text to format:
27
28
  #{text}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tfhelps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wuletaw Wonte
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-22 00:00:00.000000000 Z
10
+ date: 2025-03-25 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: |
13
13
  The Helps Text Formatter gem is a command-line tool designed for Helps Ministries to clean up and format text files using the power of Google's Gemini API.