sqlite3 1.7.0-x86-linux → 1.7.1-x86-linux
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 +7 -0
 - data/Gemfile +1 -1
 - data/dependencies.yml +8 -8
 - data/lib/sqlite3/3.0/sqlite3_native.so +0 -0
 - data/lib/sqlite3/3.1/sqlite3_native.so +0 -0
 - data/lib/sqlite3/3.2/sqlite3_native.so +0 -0
 - data/lib/sqlite3/3.3/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: 3f0639d53a4315a6b1b369210ad4935211f6113b8b98617f6f9bca725b5d086a
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: ea1ea03bb0b4af5b1c10202695a43c5c6480fc18b33dc9b6e5a6a3a16fac53f4
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 650bf8b51237558d6865280a9a8918fa22f8384ca4b069f40af3984cfc3a1ddd77c7136d11d110868521cb35ae7be760eafc71ccdcdbb075aa111ace6868a8df
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: b550374b745028dfe00621cc7e0868c6aa932b00c53e0f097a9bb41c3dba63b0812c44550c8285126e260989d1f401c9e36b4a448c1414c621a7bed4cd7017c5
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/Gemfile
    CHANGED
    
    
    
        data/dependencies.yml
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # TODO: stop using symbols here once we no longer support Ruby 2.7 and can rely on symbolize_names
         
     | 
| 
       2 
2 
     | 
    
         
             
            :sqlite3:
         
     | 
| 
       3 
3 
     | 
    
         
             
              # checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
         
     | 
| 
       4 
     | 
    
         
            -
              #  
     | 
| 
      
 4 
     | 
    
         
            +
              # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76
         
     | 
| 
       5 
5 
     | 
    
         
             
              #
         
     | 
| 
       6 
     | 
    
         
            -
              # $ sha3sum -a 256 ports/archives/sqlite-autoconf- 
     | 
| 
       7 
     | 
    
         
            -
              #  
     | 
| 
      
 6 
     | 
    
         
            +
              # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450000.tar.gz
         
     | 
| 
      
 7 
     | 
    
         
            +
              # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76  ports/archives/sqlite-autoconf-3450000.tar.gz
         
     | 
| 
       8 
8 
     | 
    
         
             
              #
         
     | 
| 
       9 
     | 
    
         
            -
              # $ sha256sum ports/archives/sqlite-autoconf- 
     | 
| 
       10 
     | 
    
         
            -
              #  
     | 
| 
       11 
     | 
    
         
            -
              :version: "3. 
     | 
| 
      
 9 
     | 
    
         
            +
              # $ sha256sum ports/archives/sqlite-autoconf-3450000.tar.gz
         
     | 
| 
      
 10 
     | 
    
         
            +
              # 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436  ports/archives/sqlite-autoconf-3450000.tar.gz
         
     | 
| 
      
 11 
     | 
    
         
            +
              :version: "3.45.0"
         
     | 
| 
       12 
12 
     | 
    
         
             
              :files:
         
     | 
| 
       13 
     | 
    
         
            -
                - :url: "https://sqlite.org/ 
     | 
| 
       14 
     | 
    
         
            -
                  :sha256: " 
     | 
| 
      
 13 
     | 
    
         
            +
                - :url: "https://sqlite.org/2024/sqlite-autoconf-3450000.tar.gz"
         
     | 
| 
      
 14 
     | 
    
         
            +
                  :sha256: "72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436"
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         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.7. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.7.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x86-linux
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Jamis Buck
         
     | 
| 
         @@ -11,7 +11,7 @@ authors: 
     | 
|
| 
       11 
11 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       12 
12 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       13 
13 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       14 
     | 
    
         
            -
            date:  
     | 
| 
      
 14 
     | 
    
         
            +
            date: 2024-01-24 00:00:00.000000000 Z
         
     | 
| 
       15 
15 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       16 
16 
     | 
    
         
             
            description: |
         
     | 
| 
       17 
17 
     | 
    
         
             
              Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled
         
     |