codeobscure 0.1.7.6 → 0.1.7.7

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: e18258f65b583234d89cfebf91de3fcdf99e30e3bad639458126bea1214774a3
4
- data.tar.gz: 03a7e29ecb6597c0f09bef477f5c6f40b611cec247cdcdc31e9dfc5821c404bf
3
+ metadata.gz: 6b0f889876c6b3ccb59213a51a253d47b60d651486042dd353b64573fbbcf27d
4
+ data.tar.gz: 2a0b88288dbfbcda9cbba09e47034739ed89bced6fd5fe6a96ec724e41ca638b
5
5
  SHA512:
6
- metadata.gz: ddb43bc5ee47da8dcef1d5e0873a2e6a23627147ba58c1ac0a84f7e6918ec9caee1e7a4ce5c2dd1f97c78e0ee86394d3eeb0601bbbbadb18183c26fd9121c330
7
- data.tar.gz: 204b2e90f77098e025d209e2b2364e2f35bd44763205fba07aa1484fe2dbc5de27d51c4b371c11cb9969dd4066a88bc6cc0164bc38b7b066838456f2e7ff3bc9
6
+ metadata.gz: 727121579c90158d6890152a808c8b202f0cf40d30eb34835c1e163e0a24f1a8de80444983d93a93233381184b79fa342e94520471a653f6be008bb20c997b57
7
+ data.tar.gz: da4ebc32fc68357ce79973733027181893c88c9e5cc1f1ce87a4b591262181785f01af80cd181269cde18406442d75ace649911fe60cf561ccc5d86c09df0e97
@@ -182,13 +182,13 @@ module FuncList
182
182
  file = File.open(funclist_path, "w")
183
183
  file_pathes = []
184
184
  if type == "h" || type == "m"
185
- file_pathes = `find #{path} -name "*.#{type}" -d`.split "\n"
185
+ file_pathes = `find '#{path}' -name "*.#{type}" -d`.split "\n"
186
186
  elsif type == "all"
187
- file_pathes += `find #{path} -name "*.h" -d`.split "\n"
188
- file_pathes += `find #{path} -name "*.m" -d`.split "\n"
187
+ file_pathes += `find '#{path}' -name "*.h" -d`.split "\n"
188
+ file_pathes += `find '#{path}' -name "*.m" -d`.split "\n"
189
189
  end
190
- file_pathes += `find #{path} -name "*.storyboard" -d`.split "\n"
191
- file_pathes += `find #{path} -name "*.xib" -d`.split "\n"
190
+ file_pathes += `find '#{path}' -name "*.storyboard" -d`.split "\n"
191
+ file_pathes += `find '#{path}' -name "*.xib" -d`.split "\n"
192
192
 
193
193
  file_pathes.each do |file_path|
194
194
  content = File.read file_path
@@ -1,3 +1,3 @@
1
1
  module Codeobscure
2
- VERSION = "0.1.7.6"
2
+ VERSION = "0.1.7.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeobscure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.6
4
+ version: 0.1.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich