# -*- encoding: utf-8 -*- # stub: zip-container 3.0.2 ruby lib Gem::Specification.new do |s| s.name = "zip-container".freeze s.version = "3.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Robert Haines".freeze, "Finn Bacall".freeze] s.date = "2018-01-19" s.description = "A Ruby library for working with ZIP Container Format files. See http://www.idpf.org/epub/30/spec/epub30-ocf.html for the OCF specification and https://learn.adobe.com/wiki/display/PDFNAV/Universal+Container+Format for the UCF specification.".freeze s.email = ["support@mygrid.org.uk".freeze] s.extra_rdoc_files = ["Changes.rdoc".freeze, "Licence.rdoc".freeze, "ReadMe.rdoc".freeze] s.files = [".gitignore".freeze, ".ruby-env".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Changes.rdoc".freeze, "Gemfile".freeze, "Licence.rdoc".freeze, "Rakefile".freeze, "ReadMe.rdoc".freeze, "examples/create-zip-container".freeze, "examples/verify-zip-container".freeze, "examples/zip-container-info".freeze, "lib/zip-container.rb".freeze, "lib/zip-container/container.rb".freeze, "lib/zip-container/dir.rb".freeze, "lib/zip-container/entries/directory.rb".freeze, "lib/zip-container/entries/entry.rb".freeze, "lib/zip-container/entries/file.rb".freeze, "lib/zip-container/entries/managed.rb".freeze, "lib/zip-container/entries/reserved.rb".freeze, "lib/zip-container/exceptions.rb".freeze, "lib/zip-container/file.rb".freeze, "lib/zip-container/util.rb".freeze, "lib/zip-container/version.rb".freeze, "test/data/compressed_mimetype.container".freeze, "test/data/dirs/dir-mimetype/mimetype/.gitkeep".freeze, "test/data/dirs/empty/mimetype".freeze, "test/data/dirs/managed/dir/.gitkeep".freeze, "test/data/dirs/managed/greeting.txt".freeze, "test/data/dirs/managed/mimetype".freeze, "test/data/dirs/null/.gitkeep".freeze, "test/data/empty.container".freeze, "test/data/empty.zip".freeze, "test/data/example.container".freeze, "test/data/null.file".freeze, "test/data/subclassed.container".freeze, "test/helpers/entry_lists.rb".freeze, "test/tc_create_dir.rb".freeze, "test/tc_create_file.rb".freeze, "test/tc_exceptions.rb".freeze, "test/tc_managed_entries.rb".freeze, "test/tc_read_dir.rb".freeze, "test/tc_read_file.rb".freeze, "test/tc_reserved_names.rb".freeze, "test/tc_util.rb".freeze, "test/ts_container.rb".freeze, "version.yml".freeze, "zip-container.gemspec".freeze] s.homepage = "http://mygrid.github.io/ruby-zip-container/".freeze s.licenses = ["BSD".freeze] s.rdoc_options = ["-N".freeze, "--tab-width=2".freeze, "--main=ReadMe.rdoc".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A ZIP Container for use by OCF and UCF implementations".freeze s.test_files = ["test/data/compressed_mimetype.container".freeze, "test/data/dirs/dir-mimetype/mimetype/.gitkeep".freeze, "test/data/dirs/empty/mimetype".freeze, "test/data/dirs/managed/dir/.gitkeep".freeze, "test/data/dirs/managed/greeting.txt".freeze, "test/data/dirs/managed/mimetype".freeze, "test/data/dirs/null/.gitkeep".freeze, "test/data/empty.container".freeze, "test/data/empty.zip".freeze, "test/data/example.container".freeze, "test/data/null.file".freeze, "test/data/subclassed.container".freeze, "test/helpers/entry_lists.rb".freeze, "test/tc_create_dir.rb".freeze, "test/tc_create_file.rb".freeze, "test/tc_exceptions.rb".freeze, "test/tc_managed_entries.rb".freeze, "test/tc_read_dir.rb".freeze, "test/tc_read_file.rb".freeze, "test/tc_reserved_names.rb".freeze, "test/tc_util.rb".freeze, "test/ts_container.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.1".freeze]) end