# -*- encoding: utf-8 -*-
# stub: ratom 0.6.3 ruby lib

Gem::Specification.new do |s|
  s.name = "ratom".freeze
  s.version = "0.6.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Peerworks".freeze, "Sean Geoghegan".freeze]
  s.date = "2009-11-19"
  s.description = "Atom Syndication and Publication API".freeze
  s.email = "sean@peerworks.org".freeze
  s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "website/index.txt".freeze]
  s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "lib/atom.rb".freeze, "lib/atom/configuration.rb".freeze, "lib/atom/pub.rb".freeze, "lib/atom/version.rb".freeze, "lib/atom/xml/parser.rb".freeze, "setup.rb".freeze, "spec/app/member_entry.atom".freeze, "spec/app/service.xml".freeze, "spec/atom/pub_spec.rb".freeze, "spec/atom_spec.rb".freeze, "spec/conformance/baseuri.atom".freeze, "spec/conformance/divtest.atom".freeze, "spec/conformance/linktests.xml".freeze, "spec/conformance/nondefaultnamespace-baseline.atom".freeze, "spec/conformance/nondefaultnamespace-xhtml.atom".freeze, "spec/conformance/nondefaultnamespace.atom".freeze, "spec/conformance/ordertest.xml".freeze, "spec/conformance/title/html-cdata.atom".freeze, "spec/conformance/title/html-entity.atom".freeze, "spec/conformance/title/html-ncr.atom".freeze, "spec/conformance/title/text-cdata.atom".freeze, "spec/conformance/title/text-entity.atom".freeze, "spec/conformance/title/text-ncr.atom".freeze, "spec/conformance/title/xhtml-entity.atom".freeze, "spec/conformance/title/xhtml-ncr.atom".freeze, "spec/conformance/unknown-namespace.atom".freeze, "spec/conformance/xmlbase.atom".freeze, "spec/fixtures/complex_single_entry.atom".freeze, "spec/fixtures/created_entry.atom".freeze, "spec/fixtures/entry.atom".freeze, "spec/fixtures/multiple_entry.atom".freeze, "spec/fixtures/simple_single_entry.atom".freeze, "spec/fixtures/with_stylesheet.atom".freeze, "spec/paging/first_paged_feed.atom".freeze, "spec/paging/last_paged_feed.atom".freeze, "spec/paging/middle_paged_feed.atom".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/rspec.rake".freeze, "tasks/website.rake".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.rhtml".freeze]
  s.homepage = "http://ratom.rubyforge.org".freeze
  s.rdoc_options = ["--main".freeze, "README.txt".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Atom Syndication and Publication API".freeze

  s.specification_version = 2

  s.add_runtime_dependency(%q<libxml-ruby>.freeze, [">= 1.1.2".freeze])
  s.add_development_dependency(%q<hoe>.freeze, [">= 1.12.2".freeze])
end