Skip to content

Commit 0b9223c

Browse files
author
Ash Furrow
committed
Version bump.
1 parent 8146f09 commit 0b9223c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
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).~

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

danger-swiftlint.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.29.2'
4+
VERSION = '0.29.3'
55
SWIFTLINT_VERSION = '0.43.1'
66
SWIFTLINT_HASH = '4eaeabbb43b308975d16e3d9869880dc'
77
end

0 commit comments

Comments
 (0)