Sha256: 1bc59bbbd375ff842432a0530f000433d575674cb710ac6901c0e6a98d869ba4
Contents?: true
Size: 648 Bytes
Versions: 4
Compression:
Stored size: 648 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. # encoding: utf-8 require 'base64' require 'cgi' require 'stringio' require 'plist/generator' require 'plist/parser' module Plist VERSION = '3.0.0' end
Version data entries
4 entries across 4 versions & 2 rubygems