1
0
Fork 0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-05-12 10:36:11 +02:00
ansible-nginx-hardening/Rakefile
Sebastian Gumprich 1b9dcf16cf first commit
2016-07-26 12:28:52 +02:00

12 lines
335 B
Ruby

#!/usr/bin/env rake
# encoding: utf-8
# Automatically generate a changelog for this project. Only loaded if
# the necessary gem is installed.
begin
require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog
rescue LoadError
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'
end