webri 1.0.4 → 1.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/webri/version.rb +1 -1
  3. data/lib/webri.rb +11 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ef41bc56c51b1f70b9dcf6ad2b041954ca23553f92929293018212124c8f0af
4
- data.tar.gz: ab1d68150314f7047165777f04aeb4f1e3451e7d3e8329b7f0ce0b8982519f45
3
+ metadata.gz: 8126b3386f31de686b660157944c3ce757e8e3029ad6fea215b9598fccd094a9
4
+ data.tar.gz: 64f67e9281e5d60b0194ee818a438ca4c2ce756f084dc588315e4aa41e193f6d
5
5
  SHA512:
6
- metadata.gz: 0b473b80056568a02d1eb052300969181d0c74cd5328ad8136d1f2c5c89c9bc0a927c2ffb2dcf75c68fbca1197bc962e91e1fe8f58f19dea50d8ce46dbea7a38
7
- data.tar.gz: '09258648444b4f7323ccd8ff4977689e2d82e7b8f4c9509ca848b5bbec8a24dfcd9fb65c66e8b4f8a10bc1d337e93511cf9d442080c29dbc134d73309ef833da'
6
+ metadata.gz: 0c25e723bb8b3d03fd96e14f2bb552317ebbbfe5bde3a0867b2f9e5490d2d6b03bdd720a0f95fc987f8cf77300c15765d4811863e05f0a9b62920f0ab8cc6230
7
+ data.tar.gz: 7bd1e91181bd16f686379f49030ac7c8f284ab42de6aa4a163d07a9c2e44a4de000df7d487831b332b81fd7b484db741eb2c4ee95be5b2a3b93befdcd2ac95cc
data/lib/webri/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class WebRI
4
- VERSION = "1.0.4"
4
+ VERSION = "1.0.5"
5
5
  end
data/lib/webri.rb CHANGED
@@ -34,6 +34,17 @@ class WebRI
34
34
  # Get the info from the Ruby doc site's table of contents
35
35
  # and build our @index_for_type.
36
36
  def initialize(options = {})
37
+ msg = <<MSG
38
+ The release of Ruby 4.0 broke webri in a couple of ways:
39
+
40
+ - The documentation format changed from Darkfish to Alike,
41
+ thus breaking all the parsing.
42
+ - Class CGI was pushed out of the Ruby core.
43
+
44
+ Look for fixes in August 2026.
45
+ MSG
46
+ puts msg
47
+ exit
37
48
  capture_options(options)
38
49
  set_doc_release
39
50
  get_toc_html
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BurdetteLamar