rubisc 0.2.1 → 0.2.2
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/{xcodeproj_scan → xcodeproj-scan} +0 -0
 - metadata +4 -4
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 6ee40c20cbed19c823fccbfcbb8da78f37fb264a
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: ef18a6034a33a81f3f93376686d70c0fe74d1606
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: d73f675994146b97cfca7bd923740470cc25927703b749ce03f807db3a5ec8669f4c7e0c9834ddd705eef01c14d45919fe8fa6ea98f7cc534bc3c4499915a74a
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 0393271412115cfa812a26899bfa8351fc1ad18a05461f27d9244998bca195afe2ae873271344fea556a140ab4b64dc8088b05605eeae9b39c79bc9f3785b14a
         
     | 
| 
         
            File without changes
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,27 +1,27 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rubisc
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.2. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.2.2
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - luqyluqe
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2017-03- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-03-20 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: Wicked cool ruby scripts
         
     | 
| 
       14 
14 
     | 
    
         
             
            email: luqy.luqe@gmail.com
         
     | 
| 
       15 
15 
     | 
    
         
             
            executables:
         
     | 
| 
       16 
16 
     | 
    
         
             
            - substitute
         
     | 
| 
       17 
     | 
    
         
            -
            -  
     | 
| 
      
 17 
     | 
    
         
            +
            - xcodeproj-scan
         
     | 
| 
       18 
18 
     | 
    
         
             
            extensions: []
         
     | 
| 
       19 
19 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
       20 
20 
     | 
    
         
             
            files:
         
     | 
| 
       21 
21 
     | 
    
         
             
            - rubisc.rb
         
     | 
| 
       22 
22 
     | 
    
         
             
            - bin/substitute
         
     | 
| 
       23 
23 
     | 
    
         
             
            - lib/fileutil.rb
         
     | 
| 
       24 
     | 
    
         
            -
            - bin/ 
     | 
| 
      
 24 
     | 
    
         
            +
            - bin/xcodeproj-scan
         
     | 
| 
       25 
25 
     | 
    
         
             
            homepage: https://github.com/luqyluqe/Rubisc
         
     | 
| 
       26 
26 
     | 
    
         
             
            licenses:
         
     | 
| 
       27 
27 
     | 
    
         
             
            - MIT
         
     |