rubisc 0.3.1 → 0.3.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 +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: c0e7924470e91d156fa6f61202d10faddecdd762
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: f79ab91fdbc75965b6489d20579fe1b79e612ac1
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 97277fd3985cf5a3c387ad68196297097034e31c3ef4cefd1aa40831263b0816dad63adddf735ae5f14c7046216aa46193007a1f0f1e037b4630293c066ca9a2
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: dc1c5ec9583c5852c7cba025c87e475a57fcbeadcc1bc22096dc5d81eb5a8145c38b055eebf57d5b5c8d49f0d3d5b3f7a91cac5e23137132a4c0959b53f0773b
         
     | 
    
        data/bin/xcodeproj-scan
    CHANGED
    
    | 
         @@ -38,7 +38,7 @@ def scan pbx,dir,suffix 
     | 
|
| 
       38 
38 
     | 
    
         
             
            				return if ['.DS_Store','Contents.json','project.pbxproj'].include? filename or filename.match /.*\.(xcworkspacedata|xcuserstate|xcscheme|xcbkptlist|md|h|hpp|png|jpg|plist|strings|cer|mp3)$/
         
     | 
| 
       39 
39 
     | 
    
         
             
            			end
         
     | 
| 
       40 
40 
     | 
    
         
             
            			puts "#{filename} not referenced by the project" unless pbx.match filename
         
     | 
| 
       41 
     | 
    
         
            -
            			puts "#{filename} not included in any target" unless pbx.match /isa.*=.*PBXBuildFile[^\}]*#{filename}/
         
     | 
| 
      
 41 
     | 
    
         
            +
            			puts "#{filename} not included in any target" unless suffix=='h' or pbx.match /isa.*=.*PBXBuildFile[^\}]*#{filename}/
         
     | 
| 
       42 
42 
     | 
    
         
             
                    end
         
     | 
| 
       43 
43 
     | 
    
         
             
                end
         
     | 
| 
       44 
44 
     | 
    
         
             
            end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rubisc
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.3. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.3.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- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-08-04 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: Wicked cool ruby scripts
         
     | 
| 
       14 
14 
     | 
    
         
             
            email: luqy.luqe@gmail.com
         
     |