Skip to content

Commit

Permalink
make rubocop happy - blueprints.rb might not have empty lines but new…
Browse files Browse the repository at this point in the history
… line
  • Loading branch information
tbugfinder committed Jul 1, 2021
1 parent 198e623 commit c5948f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/createstackmoduleoutputs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ENVNAME = 'KITCHEN_SUITE_NAME'
OUTPUTSTF = './stackmodulesoutputs.tf'
BANNER = "# This file has been created automatically.\n\n"
BANNERRB = "# This file has been created automatically."
BANNERRB = "# This file has been created automatically.\n"
INSPECYMLTMPLFILE = './test/integration/default/inspec.yml.tmpl'
INSPECYMLTMPLSTR = <<~MYYML
---
Expand Down
2 changes: 1 addition & 1 deletion ods-pre-commit-hooks-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.required_ruby_version = '~> 2.6'
s.name = 'ods-pre-commit-hooks-ruby'
s.version = '0.0.6'
s.version = '0.0.7'

s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.authors = ['Josef Hartmann / Erhard Wais']
Expand Down

0 comments on commit c5948f7

Please sign in to comment.