dorian-all 0.3.0 → 0.4.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 +4 -4
 - data/bin/all +6 -2
 - metadata +3 -4
 - data/lib/dorian/all.rb +0 -13
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: fb883d3fa104040a76a3fb5d063814f6daa5eb09bdb3cea5e370fde51d1a428e
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: f786649f825ebf7168acb6bed8de96be92d27dcac8887b2835bc65726a1c60b7
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: d41a304ddd48cb6b691f885f0a40ab13c00341368623db9b39498dd744a2f0a82dc350472be4ef3957de0a1840c9928129b0a3c91f66c61e7f9953e1245b79a4
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 5b4d9f488f159a3887328ee892721818ad0ee1e6db7291c10b766a3219f620204b3a1280b78c480bf7604484e225f117aa05b03b75c80d09aca8c7290f4aeecb
         
     | 
    
        data/bin/all
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: dorian-all
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.4.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Dorian Marié
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2024-01-21 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: |-
         
     | 
| 
       14 
14 
     | 
    
         
             
              Evaluates some code on all lines of the input
         
     | 
| 
         @@ -21,7 +21,6 @@ extensions: [] 
     | 
|
| 
       21 
21 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
       22 
22 
     | 
    
         
             
            files:
         
     | 
| 
       23 
23 
     | 
    
         
             
            - bin/all
         
     | 
| 
       24 
     | 
    
         
            -
            - lib/dorian/all.rb
         
     | 
| 
       25 
24 
     | 
    
         
             
            homepage: https://github.com/dorianmariefr/all
         
     | 
| 
       26 
25 
     | 
    
         
             
            licenses:
         
     | 
| 
       27 
26 
     | 
    
         
             
            - MIT
         
     | 
| 
         @@ -42,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       42 
41 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       43 
42 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       44 
43 
     | 
    
         
             
            requirements: []
         
     | 
| 
       45 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 44 
     | 
    
         
            +
            rubygems_version: 3.4.10
         
     | 
| 
       46 
45 
     | 
    
         
             
            signing_key:
         
     | 
| 
       47 
46 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       48 
47 
     | 
    
         
             
            summary: Evaluates some code on all lines of the input
         
     |