Sha256: 83c49f330cbaa8e793f52df155a50227ddbedb199de365d221785ecea71e69f4

Contents?: true

Size: 1.7 KB

Versions: 7

Compression:

Stored size: 1.7 KB

Contents

# Copyright (C) 2013-2019  Sutou Kouhei <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

require "chupa-text/version"

require "chupa-text/error"

require "chupa-text/size-parser"
require "chupa-text/default-logger"
require "chupa-text/capture-logger"
require "chupa-text/logger"

require "chupa-text/loggable"
require "chupa-text/unzippable"

require "chupa-text/timeout-value"

require "chupa-text/configuration"
require "chupa-text/configuration-loader"
require "chupa-text/mime-type"
require "chupa-text/mime-type-registry"

require "chupa-text/external-command"

require "chupa-text/decomposer"
require "chupa-text/decomposer-registry"
require "chupa-text/decomposers"

require "chupa-text/extractor"
require "chupa-text/formatters"

require "chupa-text/file-content"
require "chupa-text/virtual-content"

require "chupa-text/screenshot"

require "chupa-text/attributes"
require "chupa-text/data"
require "chupa-text/input-data"
require "chupa-text/virtual-file-data"
require "chupa-text/text-data"

require "chupa-text/command"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chupa-text-1.3.6 lib/chupa-text.rb
chupa-text-1.3.5 lib/chupa-text.rb
chupa-text-1.3.4 lib/chupa-text.rb
chupa-text-1.3.3 lib/chupa-text.rb
chupa-text-1.3.2 lib/chupa-text.rb
chupa-text-1.3.1 lib/chupa-text.rb
chupa-text-1.3.0 lib/chupa-text.rb