# -*- encoding: utf-8 -*- # stub: atom-tools 2.0.5 ruby lib Gem::Specification.new do |s| s.name = "atom-tools".freeze s.version = "2.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brendan Taylor".freeze] s.date = "2010-08-31" s.description = "atom-tools is an all-in-one Atom library. It parses and builds Atom (RFC 4287) entries and feeds, and manipulates Atom Publishing Protocol (RFC 5023) Collections.\n\nIt also comes with a set of commandline utilities for working with AtomPub Collections.\n\nIt is not the fastest Ruby Atom library, but it is comprehensive and makes handling extensions to the Atom format very easy.".freeze s.email = "whateley@gmail.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["COPYING".freeze, "README".freeze, "Rakefile".freeze, "bin/atom-cp".freeze, "bin/atom-grep".freeze, "bin/atom-post".freeze, "bin/atom-purge".freeze, "doc/classes/Atom/AttrEl.html".freeze, "doc/classes/Atom/Author.html".freeze, "doc/classes/Atom/AutodiscoveryFailure.html".freeze, "doc/classes/Atom/Categories.html".freeze, "doc/classes/Atom/Category.html".freeze, "doc/classes/Atom/Collection.html".freeze, "doc/classes/Atom/Content.html".freeze, "doc/classes/Atom/Contributor.html".freeze, "doc/classes/Atom/Control.html".freeze, "doc/classes/Atom/Converters.html".freeze, "doc/classes/Atom/DigestAuth.html".freeze, "doc/classes/Atom/Element.html".freeze, "doc/classes/Atom/FileCache.html".freeze, "doc/classes/Atom/HTTP.html".freeze, "doc/classes/Atom/HTTPResponse.html".freeze, "doc/classes/Atom/HasCategories.html".freeze, "doc/classes/Atom/HasLinks.html".freeze, "doc/classes/Atom/Link.html".freeze, "doc/classes/Atom/NilCache.html".freeze, "doc/classes/Atom/ParseError.html".freeze, "doc/classes/Atom/Parsers.html".freeze, "doc/classes/Atom/Person.html".freeze, "doc/classes/Atom/Rights.html".freeze, "doc/classes/Atom/Service.html".freeze, "doc/classes/Atom/Source.html".freeze, "doc/classes/Atom/Subtitle.html".freeze, "doc/classes/Atom/Summary.html".freeze, "doc/classes/Atom/Text.html".freeze, "doc/classes/Atom/Title.html".freeze, "doc/classes/Atom/Tools.html".freeze, "doc/classes/Atom/Workspace.html".freeze, "doc/classes/Object.html".freeze, "doc/classes/XHTML.html".freeze, "doc/created.rid".freeze, "doc/files/README.html".freeze, "doc/files/lib/atom/cache_rb.html".freeze, "doc/files/lib/atom/collection_rb.html".freeze, "doc/files/lib/atom/element_rb.html".freeze, "doc/files/lib/atom/entry_rb.html".freeze, "doc/files/lib/atom/feed_rb.html".freeze, "doc/files/lib/atom/http_rb.html".freeze, "doc/files/lib/atom/service_rb.html".freeze, "doc/files/lib/atom/text_rb.html".freeze, "doc/files/lib/atom/tools_rb.html".freeze, "doc/fr_class_index.html".freeze, "doc/fr_file_index.html".freeze, "doc/fr_method_index.html".freeze, "doc/index.html".freeze, "doc/rdoc-style.css".freeze, "lib/atom/cache.rb".freeze, "lib/atom/collection.rb".freeze, "lib/atom/element.rb".freeze, "lib/atom/entry.rb".freeze, "lib/atom/feed.rb".freeze, "lib/atom/http.rb".freeze, "lib/atom/service.rb".freeze, "lib/atom/text.rb".freeze, "lib/atom/tools.rb".freeze, "setup.rb".freeze, "spec/entry_spec.rb".freeze, "spec/ext_spec.rb".freeze, "spec/feed_spec.rb".freeze, "spec/fixtures/contacts-feed.xml".freeze, "spec/fixtures/entry-w-ext.xml".freeze, "spec/fixtures/entry-w-xml.xml".freeze, "spec/fixtures/entry.xml".freeze, "spec/fixtures/feed-w-ext.xml".freeze, "spec/fixtures/service-w-xhtml-ns.xml".freeze, "spec/fixtures/service.xml".freeze, "spec/service_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/conformance/order.rb".freeze, "test/conformance/title.rb".freeze, "test/conformance/updated.rb".freeze, "test/conformance/xhtmlcontentdiv.rb".freeze, "test/conformance/xmlnamespace.rb".freeze, "test/runtests.rb".freeze, "test/test_constructs.rb".freeze, "test/test_feed.rb".freeze, "test/test_general.rb".freeze, "test/test_http.rb".freeze, "test/test_protocol.rb".freeze, "test/test_xml.rb".freeze] s.homepage = "http://github.com/bct/atom-tools/wikis".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Tools for working with Atom Entries, Feeds and Collections.".freeze s.test_files = ["test/runtests.rb".freeze] end