2012-04-15 23:35:38 -05:00
# -*- encoding: utf-8 -*-
Gem :: Specification . new do | s |
s . name = " builder "
2012-09-17 14:12:36 -05:00
s . version = " 3.0.3 "
2012-04-15 23:35:38 -05:00
s . required_rubygems_version = Gem :: Requirement . new ( " >= 0 " ) if s . respond_to? :required_rubygems_version =
s . authors = [ " Jim Weirich " ]
2012-09-17 14:12:36 -05:00
s . date = " 2012-09-09 "
2012-04-15 23:35:38 -05:00
s . description = " Builder provides a number of builder objects that make creating structured data \n simple to do. Currently the following builder objects are supported: \n \n * XML Markup \n * XML Events \n "
2012-09-17 14:12:36 -05:00
s . email = " jim.weirich@gmail.com "
s . extra_rdoc_files = [ " CHANGES " , " MIT-LICENSE " , " Rakefile " , " README.rdoc " , " doc/releases/builder-1.2.4.rdoc " , " doc/releases/builder-2.0.0.rdoc " , " doc/releases/builder-2.1.1.rdoc " ]
s . files = [ " CHANGES " , " MIT-LICENSE " , " Rakefile " , " README.rdoc " , " doc/releases/builder-1.2.4.rdoc " , " doc/releases/builder-2.0.0.rdoc " , " doc/releases/builder-2.1.1.rdoc " ]
2012-04-15 23:35:38 -05:00
s . homepage = " http://onestepback.org "
2012-09-17 14:12:36 -05:00
s . licenses = [ " MIT " ]
2012-04-15 23:35:38 -05:00
s . rdoc_options = [ " --title " , " Builder -- Easy XML Building " , " --main " , " README.rdoc " , " --line-numbers " ]
s . require_paths = [ " lib " ]
2012-09-17 14:12:36 -05:00
s . rubygems_version = " 1.8.24 "
2012-04-15 23:35:38 -05:00
s . summary = " Builders for MarkUp. "
if s . respond_to? :specification_version then
s . specification_version = 3
if Gem :: Version . new ( Gem :: VERSION ) > = Gem :: Version . new ( '1.2.0' ) then
else
end
else
end
end