Sha256: e1fe38ceb2cf62cbc6e700c50806351e60f2b8a767beb840902bcf53e5767f93
Contents?: true
Size: 655 Bytes
Versions: 6
Compression:
Stored size: 655 Bytes
Contents
#-- ############################################################## # Copyright 2006, Ben Bleything <ben@bleything.net> and # # Patrick May <patrick@hexane.org> # # # # Distributed under the MIT license. # ############################################################## #++ # = Plist # # This is the main file for plist. Everything interesting happens in Plist and Plist::Emit. require 'base64' require 'cgi' require 'stringio' require 'puppet/util/plist/generator' require 'puppet/util/plist/parser' module Plist VERSION = '3.0.0' end
Version data entries
6 entries across 6 versions & 1 rubygems