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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/xcodeproj-scan +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4c52d628e86a64dc83197a1bec8f5a73172d44b
4
- data.tar.gz: 68c2c2642aa85aa58ec91c9c0d616f703a4e1b2b
3
+ metadata.gz: c0e7924470e91d156fa6f61202d10faddecdd762
4
+ data.tar.gz: f79ab91fdbc75965b6489d20579fe1b79e612ac1
5
5
  SHA512:
6
- metadata.gz: 758516b173fb77d028906274f770a989a7a088fc802ee39657b629454bc67c42da5ff0d3801887acd837805ca674f9bbfe2381bb046475e167d1d3317aa068ea
7
- data.tar.gz: d7010c918e4383fa12a00ce210477fe4e0757ac23e53f7ae3d7ccbb5ce7c72ed55205eef69bd35f9897cda2b14035dcfb3f1f129517197b78e65c619b7cf9820
6
+ metadata.gz: 97277fd3985cf5a3c387ad68196297097034e31c3ef4cefd1aa40831263b0816dad63adddf735ae5f14c7046216aa46193007a1f0f1e037b4630293c066ca9a2
7
+ data.tar.gz: dc1c5ec9583c5852c7cba025c87e475a57fcbeadcc1bc22096dc5d81eb5a8145c38b055eebf57d5b5c8d49f0d3d5b3f7a91cac5e23137132a4c0959b53f0773b
@@ -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.1
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-07-31 00:00:00.000000000 Z
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