codeobscure 0.1.5.1 → 0.1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d3e2b0d22bd336092b9de5f464d76bf6c84663a
4
- data.tar.gz: 74c96192fa827fb2b7863edc3e0869e7ffa20175
3
+ metadata.gz: '096bc664d6aa7f1a594c97a5e257c5735237d9fb'
4
+ data.tar.gz: b6b0411761d83c2bcea4bb75a439636877c03328
5
5
  SHA512:
6
- metadata.gz: 275c9b6d635759a7da508caf01e705d738c03d7c3b6b47343796a883fe8b0844fd153591376b1817ac9ada6f28b27ae8fedf0bb8eefc4c04f78d988e2441aa68
7
- data.tar.gz: 4e2621a4f3d9695587a4876464c96ccb2c5224376ea6b169c5cd49c4062f1bde4ff176f8a1f02ec936362f8fe51ba5abf64fa90d23562eccde3fe7ebc63a5b05
6
+ metadata.gz: 89db3a3c6f5a0c5fd8290fddcce59bfa2e82f55c8107590f2c0586a0e9443fd06828176c42618dfd5f7cf0a7e851079c926ce424a4bace18461c44372ac69a8f
7
+ data.tar.gz: b0877ea6e244fbd755a69d5030339f2675710388c68702a8a0ad4708dca70f87caf54335100381979b52cf283e35a9c5088b65fbdc6b2216f79eb55b3f3f8115
@@ -51,8 +51,8 @@ module Codeobscure
51
51
  end.parse!
52
52
 
53
53
  if options[:reset]
54
- `rm -f #{root_dir}/filtSymbols`
55
- `cp #{root_dir}/filtSymbols_standard #{root_dir}/filtSymbols`
54
+ `rm -f #{root}/filtSymbols`
55
+ `cp #{root}/filtSymbols_standard #{root}/filtSymbols`
56
56
  end
57
57
 
58
58
  if options[:ignore]
@@ -9,6 +9,7 @@ module FuncList
9
9
  @@property_regex = /\s*@property\s*\(.*?getter=(\w+).*?\)\s*\w+\s*\*?\s*\w+\s*.*;/
10
10
  @@property_regex2 = /\s*@property\s*\(.*?\)\s*\w+\s*\*?\s*(\w+)\s*.*;/
11
11
  @@property_regex3 = /\s*@property\s*\(.*?\)\s*\w+\s*<.*>\s*\*?\s*(\w+)\s*.*;/
12
+ #---------------filter regex----------------
12
13
  @@value_for_key_filte_regex = /\[\w*\s+setValue\s*:\s*.*\s* forKey\s*:\s*@\"(.*)\"\]/
13
14
  @@class_from_str_regex = /NSClassFromString\(\s*@"(\w+)"\s*\)/
14
15
 
@@ -1,3 +1,3 @@
1
1
  module Codeobscure
2
- VERSION = "0.1.5.1"
2
+ VERSION = "0.1.5.2"
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.1
4
+ version: 0.1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-23 00:00:00.000000000 Z
11
+ date: 2017-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.4.5
157
+ rubygems_version: 2.6.11
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Code Obscure For Xcode Project