codeobscure 0.1.6.0 → 0.1.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c31646fce0aeaa11a441762a8214a4389b89d2a2fb25d48504e7fa77025346c
4
- data.tar.gz: 88453791570076071cf9816485a665e6bb2d71ae204177ad09b31c0fd7b7ba9b
3
+ metadata.gz: 012bb6ed98295066ecc5bb946d393e5293de21ff3f6c2f8957049827bb05d2c3
4
+ data.tar.gz: 1f738d24edc3d975128609b5b5efc0202217471b21fa47df3e0f2a9138b52d36
5
5
  SHA512:
6
- metadata.gz: 236857ce87f2b88710b7d1d68aca02dc7f23472afa019a357c034398bd3c599d0934e01c44cdf7a1988591c2f165150446aed04a698d64f6e695a8e6be807edd
7
- data.tar.gz: 984d5a38d6dac8914ba9c126bd0cf11a2647f4067a5553894746e44a5b5683e215d2896c4cf1ab7d4245d96ebee9f566dfeb96f787bb5f0f06ad3eded7e4f9b1
6
+ metadata.gz: 1f98d27094a92799c370d55b745529a6d742897ea415512d883c0ea26b1ca99638f24167791b66bbdb5bd040ca25e6ab5604a373270b6d72da18ceaad36d28b5
7
+ data.tar.gz: 83706ce10df28a65a751c5b1f14e5bdea15f20c0d69b6cba381d60eadf3d2f550991fc541892eb2aa56eba5b519f8a2dd12f6e39389450108c9eaf1f29356694
data/lib/codeobscure.rb CHANGED
@@ -92,7 +92,7 @@ module Codeobscure
92
92
  xpj_path = options[:obscure]
93
93
  if File.exist? xpj_path
94
94
  root_dir = xpj_path.split("/")[0...-1].join "/"
95
- FuncList.genFuncList root_dir , "all", true, fetch_types
95
+ FuncList.genFuncList root_dir , "h", true, fetch_types
96
96
  header_file = Obscure.run root_dir , options[:type]
97
97
  project = Xcodeproj::Project.open xpj_path
98
98
  project_name = xpj_path.split("/").last
@@ -1,3 +1,3 @@
1
1
  module Codeobscure
2
- VERSION = "0.1.6.0"
2
+ VERSION = "0.1.6.1"
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.6.0
4
+ version: 0.1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-04 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler