Sha256: 9b69da50df724d120a844ef4b05cb667aa32bb9b15e678926aac39ae1d625087
Contents?: true
Size: 630 Bytes
Versions: 47
Compression:
Stored size: 630 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 'plist/generator' require 'plist/parser' module Plist VERSION = '3.0.0' end
Version data entries
47 entries across 47 versions & 13 rubygems