sqlite3 1.6.1-x64-mingw32 → 1.6.2-x64-mingw32
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/CHANGELOG.md +12 -0
 - data/dependencies.yml +7 -7
 - data/ext/sqlite3/extconf.rb +2 -1
 - data/lib/sqlite3/2.7/sqlite3_native.so +0 -0
 - data/lib/sqlite3/3.0/sqlite3_native.so +0 -0
 - data/lib/sqlite3/version.rb +2 -2
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: b4706ae5cb32effab8d0bc3e3b1745a4857b16bbabb0c403a835b1b52f720158
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: f04b7fde2752a87d82ea12aaa4ec5a019148a39b0c91e2d1d593998f2b5ec60a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 61b42f65678576c48ef1c6e29fa075a27b7ea1921cdc99941a7ca966b52bd1719e76786d846043ad3b4e17041681cf3976c301d7c37fa1606aed4f693c7b847c
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 9ac21b57c6b225e76ccefb39b6c5cf8e46b57368122100a35b9978984d8f8293a842f812771c19528986191120d1401c7dcf1e532c354e2d0c2ecdadb24c6823
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,17 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # sqlite3-ruby Changelog
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ## 1.6.2 / 2023-03-27
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ### Dependencies
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Vendored sqlite is updated from v3.41.0 to [v3.41.2](https://sqlite.org/releaselog/3_41_2.html).
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            ### Packaging
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            * Allow compilation against system libraries without the presence of `mini_portile2`, primarily for the convenience of linux distro repackagers. [#381] (Thank you, @voxik!)
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
       3 
15 
     | 
    
         
             
            ## 1.6.1 / 2023-02-22
         
     | 
| 
       4 
16 
     | 
    
         | 
| 
       5 
17 
     | 
    
         
             
            ### Dependencies
         
     | 
    
        data/dependencies.yml
    CHANGED
    
    | 
         @@ -2,13 +2,13 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            :sqlite3:
         
     | 
| 
       3 
3 
     | 
    
         
             
              # checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
         
     | 
| 
       4 
4 
     | 
    
         
             
              #
         
     | 
| 
       5 
     | 
    
         
            -
              # $ sha3sum -a 256 ports/archives/sqlite-autoconf- 
     | 
| 
       6 
     | 
    
         
            -
              #  
     | 
| 
      
 5 
     | 
    
         
            +
              # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3410200.tar.gz
         
     | 
| 
      
 6 
     | 
    
         
            +
              # 1ebb5539dd6fde9a0f89e8ab765af0b9f02010fc6baf6985b54781a38c00020a  ports/archives/sqlite-autoconf-3410200.tar.gz
         
     | 
| 
       7 
7 
     | 
    
         
             
              #
         
     | 
| 
       8 
     | 
    
         
            -
              # $ sha256sum ports/archives/sqlite-autoconf- 
     | 
| 
       9 
     | 
    
         
            -
              #  
     | 
| 
      
 8 
     | 
    
         
            +
              # $ sha256sum ports/archives/sqlite-autoconf-3410200.tar.gz
         
     | 
| 
      
 9 
     | 
    
         
            +
              # e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499  ports/archives/sqlite-autoconf-3410200.tar.gz
         
     | 
| 
       10 
10 
     | 
    
         
             
              #
         
     | 
| 
       11 
     | 
    
         
            -
              :version: "3.41. 
     | 
| 
      
 11 
     | 
    
         
            +
              :version: "3.41.2"
         
     | 
| 
       12 
12 
     | 
    
         
             
              :files:
         
     | 
| 
       13 
     | 
    
         
            -
                - :url: "https://sqlite.org/2023/sqlite-autoconf- 
     | 
| 
       14 
     | 
    
         
            -
                  :sha256: " 
     | 
| 
      
 13 
     | 
    
         
            +
                - :url: "https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz"
         
     | 
| 
      
 14 
     | 
    
         
            +
                  :sha256: "e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499"
         
     | 
    
        data/ext/sqlite3/extconf.rb
    CHANGED
    
    | 
         @@ -1,5 +1,4 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            require "mkmf"
         
     | 
| 
       2 
     | 
    
         
            -
            require "mini_portile2"
         
     | 
| 
       3 
2 
     | 
    
         
             
            require "yaml"
         
     | 
| 
       4 
3 
     | 
    
         | 
| 
       5 
4 
     | 
    
         
             
            module Sqlite3
         
     | 
| 
         @@ -131,6 +130,8 @@ module Sqlite3 
     | 
|
| 
       131 
130 
     | 
    
         
             
                  end
         
     | 
| 
       132 
131 
     | 
    
         | 
| 
       133 
132 
     | 
    
         
             
                  def minimal_recipe
         
     | 
| 
      
 133 
     | 
    
         
            +
                    require "mini_portile2"
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
       134 
135 
     | 
    
         
             
                    MiniPortile.new(libname, sqlite3_config[:version]).tap do |recipe|
         
     | 
| 
       135 
136 
     | 
    
         
             
                      if sqlite_source_dir
         
     | 
| 
       136 
137 
     | 
    
         
             
                        recipe.source_directory = sqlite_source_dir
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/lib/sqlite3/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: sqlite3
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.6. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.6.2
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x64-mingw32
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Jamis Buck
         
     | 
| 
         @@ -10,7 +10,7 @@ authors: 
     | 
|
| 
       10 
10 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       11 
11 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       12 
12 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       13 
     | 
    
         
            -
            date: 2023- 
     | 
| 
      
 13 
     | 
    
         
            +
            date: 2023-03-27 00:00:00.000000000 Z
         
     | 
| 
       14 
14 
     | 
    
         
             
            dependencies:
         
     | 
| 
       15 
15 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       16 
16 
     | 
    
         
             
              name: minitest
         
     |