codeobscure 0.1.5.9 → 0.1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b752b506e536e4ee52d351be777786b5140f68597e85f219f9f34d6266c380d7
4
- data.tar.gz: 4f50bb9051bf7e8573c0012aefd1fc05ce1396b3e3b051821d37f5132a88be09
3
+ metadata.gz: 6c31646fce0aeaa11a441762a8214a4389b89d2a2fb25d48504e7fa77025346c
4
+ data.tar.gz: 88453791570076071cf9816485a665e6bb2d71ae204177ad09b31c0fd7b7ba9b
5
5
  SHA512:
6
- metadata.gz: b3096b9fb3ecb4a7bb53edb4d14c55559954243d24eb99522ef948f665ee3e1e9ca83987302eaa14aa332d857950cd3a9f981e048dcc6a71bf2cead450469c73
7
- data.tar.gz: a77a90c016717a896dbdfdd2b131d84b8ab0a632d225d38a7ea3740ad061476a03b0a00dbd5f286877fc3ee80072ff5ae059168021fb3ab79c2342b8ca09f9ed
6
+ metadata.gz: 236857ce87f2b88710b7d1d68aca02dc7f23472afa019a357c034398bd3c599d0934e01c44cdf7a1988591c2f165150446aed04a698d64f6e695a8e6be807edd
7
+ data.tar.gz: 984d5a38d6dac8914ba9c126bd0cf11a2647f4067a5553894746e44a5b5683e215d2896c4cf1ab7d4245d96ebee9f566dfeb96f787bb5f0f06ad3eded7e4f9b1
@@ -39,7 +39,7 @@ module FiltSymbols
39
39
  @@db = SQLite3::Database.new(@@filt_db_path)
40
40
  createTable
41
41
 
42
- funclist_path = FuncList.genFuncList path , "h" , false
42
+ funclist_path = FuncList.genFuncList path , "all" , false
43
43
 
44
44
  puts "处理中,可能需要一段时间,耐心等候...".colorize(:yellow)
45
45
  symbol_file = File.open(funclist_path).read
@@ -16,7 +16,6 @@ module FuncList
16
16
  @@func_filt_keys = ["IBAction"]
17
17
 
18
18
  def self.validate?(str, type)
19
- p "--------#{str}"
20
19
  for filt_key in @@func_filt_keys
21
20
  return false if str.include? filt_key
22
21
  end
@@ -1,3 +1,3 @@
1
1
  module Codeobscure
2
- VERSION = "0.1.5.9"
2
+ VERSION = "0.1.6.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeobscure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.9
4
+ version: 0.1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-18 00:00:00.000000000 Z
11
+ date: 2018-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -59,9 +59,6 @@ dependencies:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0.7'
62
- - - ">="
63
- - !ruby/object:Gem::Version
64
- version: 0.7.7
65
62
  type: :runtime
66
63
  prerelease: false
67
64
  version_requirements: !ruby/object:Gem::Requirement
@@ -69,9 +66,6 @@ dependencies:
69
66
  - - "~>"
70
67
  - !ruby/object:Gem::Version
71
68
  version: '0.7'
72
- - - ">="
73
- - !ruby/object:Gem::Version
74
- version: 0.7.7
75
69
  - !ruby/object:Gem::Dependency
76
70
  name: xcodeproj
77
71
  requirement: !ruby/object:Gem::Requirement