fastlane-plugin-number_of_swift_lines 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 733ca26cf1963a90e2b3580a3b96f8a44c256dd5
4
- data.tar.gz: 151a4113ae59818dd422647b4a85b1313ce9293a
3
+ metadata.gz: 28b382290da720cf8a505bcbff1b3fbf47b837af
4
+ data.tar.gz: f4301c68b87479423ab6de9e323cddc7de18b5af
5
5
  SHA512:
6
- metadata.gz: d8ac1673632a5bbcc38669a3c7084315797fed3b7535d968261b7cdf51c651b1d4f7eb4e9d6378e2b8dc596f9ecc7ceb3d223fbe955b064adc324f45f14e67a0
7
- data.tar.gz: 1f55ec195461f5e7a77acae8484b712d42e26ff1d5d6baae70d3f857f4d9f11ccd5f2d23d156e6bbd84938d2cf888ed5a8258f5cc693053d338fd0a63c9cccda
6
+ metadata.gz: '08f5fe5d19b25030c86e81eb8170d56fe07b881bfbc3432e44c0c5b1c27868c60e1b54b382c00fb2e425e520180b73173e34965ad3c3fec43d81b5298d68a9e6'
7
+ data.tar.gz: d8519282f2f3119a6224a18b8991489187a1ff8d0ae39a3f4031b794a90470fb7f8e6e3e8750160847f70bf82dc2a2e32bcc36118cc19d942783adc585e31167
@@ -14,8 +14,7 @@ module Fastlane
14
14
  show_ascii = params[:enable_ascii_art]
15
15
  exclude_regex = params[:files_exclude_regex]
16
16
 
17
- current_dir = Dir.pwd #//TODO:change to project root dir, relative path!
18
- find_command = "find #{current_dir} -name \"*.swift\" | egrep -v \"#{exclude_regex}\""
17
+ find_command = "find . -name \"*.swift\" | egrep -v \"#{exclude_regex}\""
19
18
  #find_command = "find . -name '*.swift' -not -path '*/Tests/*' -not -path '*/Pods/*' -not -path '*/Carthage/*' -print0"
20
19
  UI.message(find_command)
21
20
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module NumberOfSwiftLines
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-number_of_swift_lines
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Charmington
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.5.2
171
+ rubygems_version: 2.6.8
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Outputs the total number of swift lines