Sha256: fd849c90dae20922716ca13ccb68988956ccba9f17a577252088fb07fab385bd
Contents?: true
Size: 256 Bytes
Versions: 3
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true require 'rake' require 'rake/tasklib' module PuppetStrings # The module for Puppet Strings rake tasks. module Tasks require 'puppet-strings/tasks/generate.rb' require 'puppet-strings/tasks/gh_pages.rb' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puppet-strings-2.8.0 | lib/puppet-strings/tasks.rb |
puppet-strings-2.7.0 | lib/puppet-strings/tasks.rb |
puppet-strings-2.6.0 | lib/puppet-strings/tasks.rb |