summaryrefslogtreecommitdiff
path: root/lib/plist.rb
blob: 2304992dfa0231182669e4213429106a5a5865a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# encoding: utf-8

# = plist
#
# This is the main file for plist. Everything interesting happens in
# Plist and Plist::Emit.
#
# Copyright 2006-2010 Ben Bleything and Patrick May
# Distributed under the MIT License
#

require 'base64'
require 'cgi'
require 'stringio'

require_relative 'plist/generator'
require_relative 'plist/parser'
require_relative 'plist/version'