public
Rubygem
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
Search Repo:
osx-plist / Rakefile
100644 10 lines (9 sloc) 0.292 kb
1
2
3
4
5
6
7
8
9
10
require 'rubygems'
require 'hoe'
 
Hoe.new('osx-plist', "1.0") do |p|
  p.author = "Kevin Ballard"
  p.email = "kevin@sb.org"
  p.summary = "Property List manipulation for OS X"
  p.url = "http://www.github.com/kballard/osx-plist"
  p.spec_extras = {:extensions => "ext/plist/extconf.rb"}
end