tfhelps 0.1.1 → 0.1.2
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 +4 -4
 - data/lib/tfhelps/version.rb +1 -1
 - data/lib/tfhelps.rb +3 -1
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: e18d9d62c32b86d8399c9a1e143e596233f6bb60ded4ab48860c7f4749837df1
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: de2917a4c23fc6910156973b408d1395f7b203b042035aed81b7774217828ab2
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 133660bb39d1f188aa961c9d86c67abd49ab8741c66192fd6c59679e101ae34eda92bc462bdd24573f96459c8b486ca2525800dba9acb17fc2d0341777cfac17
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: fde2f6f6d72519358bb0734f7aca71cfa68aa215aef714bcfdfcf3225171cdbad752c2a54509583586c5ebf2c4b5b0f87b28a2e3f169ca1f35fd50328c96b68b
         
     | 
    
        data/lib/tfhelps/version.rb
    CHANGED
    
    
    
        data/lib/tfhelps.rb
    CHANGED
    
    | 
         @@ -22,7 +22,9 @@ module Tfhelps 
     | 
|
| 
       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 
24 
     | 
    
         
             
                      5. Replace all curved (smart) double quotation marks (e.g., “ ”) with straight (normal) double quotation marks (").
         
     | 
| 
       25 
     | 
    
         
            -
                      6.  
     | 
| 
      
 25 
     | 
    
         
            +
                      6. Convert double em dashes (—) or double em dashes (– –) to a colon (:).
         
     | 
| 
      
 26 
     | 
    
         
            +
                      7. Convert curved single quote (’) to a straight single quote (').
         
     | 
| 
      
 27 
     | 
    
         
            +
                      8. Do not add a title or any additional text content that is not present in the original text.
         
     | 
| 
       26 
28 
     | 
    
         | 
| 
       27 
29 
     | 
    
         
             
                      Text to format:
         
     | 
| 
       28 
30 
     | 
    
         
             
                      #{text}
         
     |