vellum_ai 1.9.4 → 1.9.6
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/requests.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: 8b5ca7b768acdbd41d290689ce3347dcf1063664be75014a203a474058013f6c
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1c5cf1b1b890ad01b269909bfa0b4ea40c72467da40c424d2899d9a6c600ea32
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: ba4d6b3fe03e804e05bbda5d32245f2c550e31c1ce3c653d2bbea1d901473539212a083f017bf136208cc485f17dd781b926f47f8822dd95b41cdd14a1a28962
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 5376fdd8170de534a8f36df9f42250b57c2ce6b1a6405769b6c2d2e5603777a3ced5a9873a55e44f330bddcc5cd6074fc6061af49b8e681f4c217f33146136e9
         
     | 
    
        data/lib/requests.rb
    CHANGED
    
    | 
         @@ -56,7 +56,7 @@ end 
     | 
|
| 
       56 
56 
     | 
    
         
             
                end
         
     | 
| 
       57 
57 
     | 
    
         
             
                # @return [Hash{String => String}]
         
     | 
| 
       58 
58 
     | 
    
         
             
                def get_headers
         
     | 
| 
       59 
     | 
    
         
            -
                  headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9. 
     | 
| 
      
 59 
     | 
    
         
            +
                  headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9.6' }
         
     | 
| 
       60 
60 
     | 
    
         
             
                  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
         
     | 
| 
       61 
61 
     | 
    
         
             
             headers
         
     | 
| 
       62 
62 
     | 
    
         
             
                end
         
     | 
| 
         @@ -107,7 +107,7 @@ end 
     | 
|
| 
       107 
107 
     | 
    
         
             
                end
         
     | 
| 
       108 
108 
     | 
    
         
             
                # @return [Hash{String => String}]
         
     | 
| 
       109 
109 
     | 
    
         
             
                def get_headers
         
     | 
| 
       110 
     | 
    
         
            -
                  headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9. 
     | 
| 
      
 110 
     | 
    
         
            +
                  headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.9.6' }
         
     | 
| 
       111 
111 
     | 
    
         
             
                  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
         
     | 
| 
       112 
112 
     | 
    
         
             
             headers
         
     | 
| 
       113 
113 
     | 
    
         
             
                end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: vellum_ai
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.9. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.9.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Vellum
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2025-11- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-11-04 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: faraday
         
     |