summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2016-07-11 14:09:36 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2016-07-11 14:09:36 +0200
commit66115b15090f0c8be716cda29d376bcd8080714b (patch)
tree4b8d3ec30590feb47ee855356360ed77e05a24c0 /Rakefile
parente1477851d108e5830155bec9e04ec78ba7375a13 (diff)
Deprecate Ruby 1.8 tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 61faa29..ab65ceb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,10 +14,4 @@ PuppetSyntax.exclude_paths = ["spec/fixtures/**/*.pp", "vendor/**/*"]
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
end