leptris 1.9.201.3 → 1.9.201.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0215d7037c33fbb784e4b8a76b07ccfd9bf7cc12930650a5072a084e3e5e8edf
4
- data.tar.gz: 97156b49dc4c4b5ba49971c57f7d7ca010ecdb387e5280acf15f477c14a32fe8
3
+ metadata.gz: 230f192458c26ad52475b9ef659644858d264777896cc197482205ac32972a01
4
+ data.tar.gz: 2013be07ce60da7b35b5564b6d18b3905dd7809d08acabb2780211323a6f6781
5
5
  SHA512:
6
- metadata.gz: 6e0dbbed68718437cd57698f082eae5c894a4ce46977ab3f25b330441c5c31ef083a2c19e53261ba5e2a022a0ac4d541a7e8f6708fbaf0805694e10ae227623a
7
- data.tar.gz: 2afbd08c4d3985faa3d6a40252676551c3aa6af1cce4b185389da42a11e44a54519a33e25cd7b027c54c778ee624aad36e3acc13d1be835e10d7a139465d72fc
6
+ metadata.gz: 979d1f1a2e9d5815a6502c1990e171ff6e0e1df90751121bf96eacab517f7510b0eb30efca09e848fb3ab4c27e33fba4f2fbcf3f977811a786b766a23fa58545
7
+ data.tar.gz: 3df36dfd59e33291acad1ad240541d12d2f1fb0cd7a4e4590ff1bf7569e30ce6b639fbbc6aaffc469bf49716dc914c9d5ef42dafada61da49c0f408711ed2949
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.9.201.3"
4
+ VERSION = "1.9.201.4"
5
5
  end
data/lib/leptris.rb CHANGED
@@ -4,6 +4,11 @@ require "leptris/version"
4
4
 
5
5
  module Leptris
6
6
  autoload :XML, "leptris/xml"
7
+ # One file, three entry constants (HTML/HTML4/HTML5) — each
8
+ # autoload maps so any reference loads the facade.
9
+ autoload :HTML, "leptris/html"
10
+ autoload :HTML4, "leptris/html"
11
+ autoload :HTML5, "leptris/html"
7
12
  end
8
13
 
9
14
  # Eager library resolution (issue leptris-ruby#49): resolve the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.201.3
4
+ version: 1.9.201.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.