Sha256: a7ed16139a059118b46af33d8cf3a3a2e890ba1d3515b3e18fc53e43cce55549
Contents?: true
Size: 548 Bytes
Versions: 5
Compression:
Stored size: 548 Bytes
Contents
# frozen_string_literal: true require "htmlentities" require "nokogiri" require "uri" require_relative "orthotypo/analyzer" require_relative "orthotypo/composer" require_relative "orthotypo/composer/fr" require_relative "orthotypo/composer/fr_fr" require_relative "orthotypo/composer/fr_ch" require_relative "orthotypo/composer/en" require_relative "orthotypo/composer/en_gb" require_relative "orthotypo/core_ext" require_relative "orthotypo/localizer" require_relative "orthotypo/version" module Orthotypo class Error < StandardError; end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
orthotypo-1.0.3 | lib/orthotypo.rb |
orthotypo-1.0.2 | lib/orthotypo.rb |
orthotypo-1.0.1 | lib/orthotypo.rb |
orthotypo-1.0.0 | lib/orthotypo.rb |
orthotypo-0.6.0 | lib/orthotypo.rb |