Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Feb 10, 2020
1 parent fdd8f94 commit 999fc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafo_module_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.email = ["dominic@cleal.org", "ewoud+rubygems@kohlvanwijngaarden.nl"]
spec.summary = %q{Validate Puppet modules are correctly documented for Kafo}
spec.description = %q{Validates Puppet modules and manifests to ensure parameters are all correctly documented for use with the Kafo gem}
spec.homepage = "https://github.com/ekohl/kafo_module_lint"
spec.homepage = "https://github.com/theforeman/kafo_module_lint"
spec.license = "GPLv3+"

spec.files = `git ls-files`.split($/)
Expand Down
2 changes: 1 addition & 1 deletion lib/kafo_module_lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KafoModuleLint
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit 999fc5b

Please sign in to comment.