Skip to content

Commit b758acd

Browse files
committed
Gemspec indentation
1 parent dd63885 commit b758acd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GitVersionExe/GemAssets/gitversion.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ Gem::Specification.new do |spec|
33
spec.name = 'gitversion'
44
spec.licenses = ['MIT']
55
spec.version = '0.20.0'
6-
spec.files = Dir['bin/**/*']
7-
spec.bindir = 'bin'
6+
spec.files = Dir['bin/**/*']
7+
spec.bindir = 'bin'
88
spec.executables << 'gitversion'
99

1010
spec.summary = 'Derives SemVer information from a repository following GitFlow or GitHubFlow.'
11-
spec.description = <<-EOF
11+
spec.description = <<-EOF
1212
Derives SemVer information from a repository following GitFlow or GitHubFlow.
1313
EOF
14-
14+
1515
spec.authors = ['NServiceBus','Simon Cropp']
1616
spec.email = '[email protected]'
1717
spec.homepage = 'http://github.com/Particular/GitVersion'
1818
spec.rubyforge_project = 'GitVersion'
19-
end
19+
end

0 commit comments

Comments
 (0)