summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2016-05-04 09:44:11 +0200
committerMickaël Canévet <mickael.canevet@camptocamp.com>2016-05-04 09:44:11 +0200
commitc35dd1535b429d5432ee55b91884a6c76f17a075 (patch)
tree9747be9d044ec85fe824541753f9952fdec12c14 /Rakefile
parent106be55a2469a6b87ac33e0b2fa8bca40ef2cb4d (diff)
Update with modulesync
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile14
1 files changed, 7 insertions, 7 deletions
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