From f5048ab20c2679f379a0e6f356e304fd293efbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Wed, 4 May 2016 09:46:25 +0200 Subject: Update with modulesync --- Rakefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index adcac18..61faa29 100644 --- a/Rakefile +++ b/Rakefile @@ -11,13 +11,13 @@ end PuppetSyntax.exclude_paths = ["spec/fixtures/**/*.pp", "vendor/**/*"] # Publishing tasks -unless RUBY_VERSION =~ /^1\.8/ +unless RUBY_VERSION =~ /^1\./ require 'puppet_blacksmith' require 'puppet_blacksmith/rake_tasks' - require 'github_changelog_generator/task' - GitHubChangelogGenerator::RakeTask.new :changelog do |config| - m = Blacksmith::Modulefile.new - config.future_release = m.version - config.release_url = "https://forge.puppetlabs.com/#{m.author}/#{m.name}/%s" - end + #require 'github_changelog_generator/task' + #GitHubChangelogGenerator::RakeTask.new :changelog do |config| + # m = Blacksmith::Modulefile.new + # config.future_release = m.version + # config.release_url = "https://forge.puppetlabs.com/#{m.author}/#{m.name}/%s" + #end end -- cgit v1.2.3