flipper-api 0.22.0 → 0.23.1
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/flipper/api/error_response.rb +1 -1
 - data/lib/flipper/version.rb +1 -1
 - data/spec/flipper/api/action_spec.rb +0 -2
 - data/spec/flipper/api/json_params_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/actors_gate_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/actors_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/boolean_gate_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/clear_feature_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/feature_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/features_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/groups_gate_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/percentage_of_actors_gate_spec.rb +0 -2
 - data/spec/flipper/api/v1/actions/percentage_of_time_gate_spec.rb +0 -2
 - data/spec/flipper/api_spec.rb +0 -2
 - metadata +5 -5
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 416150892b81d4ee93b5e524ae179386f7d6b6de297f199f8e9ae9a1195ff864
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5a8eb77ca19843457f681305d1c444bce7d782687d26faeec563a23292a4c995
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 8b359d5d6fb420cd21037ecd5c776ec4b415daeddd70f5af01f5443fa2a75e707415638ea85e5b3cd624182ff12214383b00101bdd10d4d221285515e4697d98
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 868cfc5fd0d80fc4f9d3a790e414c15ce083e6025747e30731a8267f161aa1f0d761ebbc241530da088dc9115d409b224b57e598ac4b45c421b90f38d0c369b0
         
     | 
    
        data/lib/flipper/version.rb
    CHANGED
    
    
    
        data/spec/flipper/api_spec.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: flipper-api
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.23.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - John Nunemaker
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2022-01-19 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rack
         
     | 
| 
         @@ -36,14 +36,14 @@ dependencies: 
     | 
|
| 
       36 
36 
     | 
    
         
             
                requirements:
         
     | 
| 
       37 
37 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       38 
38 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       39 
     | 
    
         
            -
                    version: 0. 
     | 
| 
      
 39 
     | 
    
         
            +
                    version: 0.23.1
         
     | 
| 
       40 
40 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       41 
41 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       42 
42 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       43 
43 
     | 
    
         
             
                requirements:
         
     | 
| 
       44 
44 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       45 
45 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       46 
     | 
    
         
            -
                    version: 0. 
     | 
| 
      
 46 
     | 
    
         
            +
                    version: 0.23.1
         
     | 
| 
       47 
47 
     | 
    
         
             
            description: 
         
     | 
| 
       48 
48 
     | 
    
         
             
            email:
         
     | 
| 
       49 
49 
     | 
    
         
             
            - nunemaker@gmail.com
         
     | 
| 
         @@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       105 
105 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       106 
106 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       107 
107 
     | 
    
         
             
            requirements: []
         
     | 
| 
       108 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 108 
     | 
    
         
            +
            rubygems_version: 3.1.2
         
     | 
| 
       109 
109 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       110 
110 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       111 
111 
     | 
    
         
             
            summary: API for the Flipper gem
         
     |