summaryrefslogtreecommitdiff
path: root/lib/plist.rb
blob: d8d33b9dd82b36dde237a91392a6c6aac9bc69b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#--
##############################################################
# 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 'plist/generator' 
require 'plist/parser'

module Plist
  VERSION = '3.0.0'
end