asciidoctor-boost 0.1.6 → 0.1.7
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/version.rb +1 -1
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 780d1e973b025ba06b9525440e376f245f90ef0f4bff05d042835858583b4a39
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 27d8883be5c32959413507ad47a2415d022faaf2dada4de9ae5f59943bff7337
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 94c39b9d60124496746a56f5945227248cfd2dfd14fb323517762f23a9e3b3b4f2a429def391000606e08e4611b3b9b005cde9d1f3460b8f89d6b0a6f58d2bbd
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 772c3333eecc4861d926e7f78cf85772c3ecd521c1500715fab09ffa7bcca8da91453f7dc7eccf1e217d53047fb04adf1e7af01618f68a0af2f211abca68a0ca
         
     | 
    
        data/lib/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: asciidoctor-boost
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.7
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Dave O'Connor
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2024-11- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2024-11-02 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rake
         
     | 
| 
         @@ -43,7 +43,7 @@ metadata: 
     | 
|
| 
       43 
43 
     | 
    
         
             
              bug_tracker_uri: https://github.com/cppalliance/asciidoctor-boost/issues
         
     | 
| 
       44 
44 
     | 
    
         
             
              homepage_uri: https://github.com/cppalliance/asciidoctor-boost
         
     | 
| 
       45 
45 
     | 
    
         
             
              source_code_uri: https://github.com/cppalliance/asciidoctor-boost
         
     | 
| 
       46 
     | 
    
         
            -
              changelog_uri: https://github.com/cppalliance/asciidoctor-boost/CHANGELOG.md
         
     | 
| 
      
 46 
     | 
    
         
            +
              changelog_uri: https://github.com/cppalliance/asciidoctor-boost/blob/main/CHANGELOG.md
         
     | 
| 
       47 
47 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       48 
48 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       49 
49 
     | 
    
         
             
            require_paths:
         
     |