stbaldricks 12.6.2.alpha.1 → 12.7.0
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
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 076f2e754925ea766ac3d438698e94e5f6a5d765f2920861c12578f710f4ddef
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 2265c9f2015ddfe5235b2b819994375168bcb5e049b42f7117a89c99174dec38
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 11a3252b7b0ec281b71ec58d837a65ba3e257bf7c6faa25e2a5a96b63188a3f16d3396b52d4c0c19a6ac6cf926dc9dd50b21066ed9a78c84c9817434fad896ba
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 58ab88aa45d91d74d6ab85fff4f52bdb48a9591f39400ad0636b94f5bc8ac3c97cf73dbbd3df8bbbe8edb50d4e3eccc59d1a714acc07a78b21d00814ce64fe02
         
     | 
| 
         @@ -3,6 +3,10 @@ require 'stbaldricks/endpoints/lib/entity' 
     | 
|
| 
       3 
3 
     | 
    
         
             
            module SBF
         
     | 
| 
       4 
4 
     | 
    
         
             
              module Client
         
     | 
| 
       5 
5 
     | 
    
         
             
                class KidInstitutionEndpoint < EntityEndpoint
         
     | 
| 
      
 6 
     | 
    
         
            +
                  def get(kid_id, institution_id, with = {})
         
     | 
| 
      
 7 
     | 
    
         
            +
                    super("#{kid_id}/#{institution_id}", with)
         
     | 
| 
      
 8 
     | 
    
         
            +
                  end
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
       6 
10 
     | 
    
         
             
                  def delete(params)
         
     | 
| 
       7 
11 
     | 
    
         
             
                    response = SBF::Client::Api::Request.post_request("#{base_uri}/delete", params)
         
     | 
| 
       8 
12 
     | 
    
         | 
    
        data/lib/stbaldricks/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: stbaldricks
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 12. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 12.7.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Firespring
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2022-07- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2022-07-25 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: activemodel
         
     | 
| 
         @@ -563,9 +563,9 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       563 
563 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       564 
564 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       565 
565 
     | 
    
         
             
              requirements:
         
     | 
| 
       566 
     | 
    
         
            -
              - - " 
     | 
| 
      
 566 
     | 
    
         
            +
              - - ">="
         
     | 
| 
       567 
567 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       568 
     | 
    
         
            -
                  version:  
     | 
| 
      
 568 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
       569 
569 
     | 
    
         
             
            requirements: []
         
     | 
| 
       570 
570 
     | 
    
         
             
            rubygems_version: 3.0.3.1
         
     | 
| 
       571 
571 
     | 
    
         
             
            signing_key:
         
     |