File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 44
55- Nothing yet!
66
7- ## 0.29.2
7+ ## 0.29.3
88
99- Fixes ` Rake aborted ` error with status 127. See [ #173 ] ( https://github.com/ashfurrow/danger-ruby-swiftlint/pull/173 ) .
1010
11+ ## 0.29.2
12+
13+ - ~ Fixes ` Rake aborted ` error with status 127. See [ #173 ] ( https://github.com/ashfurrow/danger-ruby-swiftlint/pull/173 ) .~
14+
1115## 0.29.1
1216
1317- ~ Fixes ` Rake aborted ` error with status 127. See [ #172 ] ( https://github.com/ashfurrow/danger-ruby-swiftlint/pull/172 ) .~
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- danger-swiftlint (0.29.2 )
4+ danger-swiftlint (0.29.3 )
55 danger
66 rake (> 10 )
77 thor (~> 0.19 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 spec . homepage = 'https://github.com/ashfurrow/danger-ruby-swiftlint'
1515 spec . license = 'MIT'
1616
17- spec . files = `git ls-files -z` . split ( "\0 " ) . select { |f | f . end_with? 'rb' }
17+ spec . files = `git ls-files -z` . split ( "\0 " ) . select { |f | f . end_with? ( 'rb' ) || f . end_with? ( 'sh' ) }
1818 spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
1919 spec . require_paths = [ 'lib' ]
2020 spec . extensions = %w[ ext/swiftlint/Rakefile ]
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DangerSwiftlint
4- VERSION = '0.29.2 '
4+ VERSION = '0.29.3 '
55 SWIFTLINT_VERSION = '0.43.1'
66 SWIFTLINT_HASH = '4eaeabbb43b308975d16e3d9869880dc'
77end
You can’t perform that action at this time.
0 commit comments