# -*- encoding: utf-8 -*- # stub: mangos 0.1 ruby lib Gem::Specification.new do |s| s.name = "mangos".freeze s.version = "0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brenton \"B-Train\" Fletcher".freeze] s.date = "2019-11-06" s.description = "A collection of manga or comics is a directory (the container) containing 1..* directories (books), each directory containing 1..* image files (pages). Mangos indexes a collection in this format, and generates a HTML/JS Single Page Application (SPA) that allows you to browse and view manga/comics in your collection. The SPA UI is much easier to use than using a filesystem browser or normal image viewer; and the SPA, along with the collection can be trivially served over a network by putting the collection and the SPA in a directory served by nginx or Apache.".freeze s.email = ["i@bloople.net".freeze] s.executables = ["mangos".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "Rakefile".freeze, "bin/mangos".freeze, "console".freeze, "lib/mangos.rb".freeze, "lib/mangos/book.rb".freeze, "lib/mangos/book_updater.rb".freeze, "lib/mangos/decorated_pathname.rb".freeze, "lib/mangos/package.rb".freeze, "lib/mangos/pages_deflater.rb".freeze, "lib/mangos/pages_inflater.rb".freeze, "lib/mangos/processor.rb".freeze, "lib/mangos/resort_pages_processor.rb".freeze, "lib/mangos/tag_breaker.rb".freeze, "lib/mangos/thumbnailer.rb".freeze, "lib/mangos/update.rb".freeze, "lib/mangos/version.rb".freeze, "mangos.gemspec".freeze] s.homepage = "http://github.com/bloopletech/mangos".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Mangos indexes a collection of manga or comis and generates a SPA that browses the collection.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.14".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.13.1".freeze]) end