summaryrefslogtreecommitdiff
path: root/lib/plist.rb
blob: 814bf0afb67e2a6c15d3b31dc2b5c5a46e2220ec (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