Sha256: 0c27e716f1f031abb5619b451129cb77b8d9b304695cf2a6b35765c0741a0e99
Contents?: true
Size: 374 Bytes
Versions: 3
Compression:
Stored size: 374 Bytes
Contents
module Blender module Manifest ROOT = File.expand_path("../manifest/root.rb", __FILE__) # run the root manifest with shadow_puppet of the given VERSION # @param [String] shadow_puppet_version the version of the shadow_puppet gem to use def self.run(shadow_puppet_version) system "shadow_puppet", "_#{shadow_puppet_version}_", ROOT end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
server-blender-manifest-0.0.14 | lib/blender/manifest.rb |
server-blender-manifest-0.0.13 | lib/blender/manifest.rb |
server-blender-manifest-0.0.12 | lib/blender/manifest.rb |