Update generated files

This commit is contained in:
ngrok release bot
2024-10-24 20:57:34 +00:00
parent dfdf076303
commit e1db047f41
326 changed files with 10761 additions and 5111 deletions
-1
View File
@@ -1,6 +1,5 @@
# Code generated for API Clients. DO NOT EDIT.
Gemfile.lock
.DS_Store
.yardoc/
tmp/
+3
View File
@@ -1,5 +1,8 @@
<!-- Code generated for API Clients. DO NOT EDIT. -->
## 0.24.0
* Added support for Cloud Endpoints (currently in private beta).
## 0.23.0
* Renamed the Policy Module to the Traffic Policy Module on HTTP Edge Routes, TCP Edges, and TLS Edges, which allows you to configure rules that can be used to influence and control traffic to and from your upstream service. The Traffic Policy itself is now specified as either a JSON or YAML string.
+10 -10
View File
@@ -3,33 +3,33 @@
source 'https://rubygems.org'
gemspec
gem 'rake'
gem 'rake', '~> 13.2.1'
group :development do
# https://github.com/guard/guard
gem 'guard'
gem 'guard', '~> 2.18.1'
# https://github.com/guard/guard-rspec
gem 'guard-rspec'
gem 'guard-rspec', '~> 4.7.3'
# https://github.com/guard/guard-bundler
gem 'guard-bundler'
gem 'guard-bundler', '~> 3.0.1'
end
group :test do
# https://github.com/rspec/rspec
gem 'rspec'
gem 'rspec', '~> 3.13.0'
# https://github.com/simplecov-ruby/simplecov
gem 'simplecov', require: false
gem 'simplecov', '~> 0.22.0', require: false
# https://github.com/bblimke/webmock
gem 'webmock'
gem 'webmock', '~> 3.23.1'
end
group :development, :test do
# https://github.com/pry/pry
gem 'pry'
gem 'pry', '~> 0.14.2'
# https://github.com/lsegal/yard
gem 'yard'
gem 'yard', '~> 0.9.36'
# https://github.com/airbnb/ruby/tree/master/rubocop
gem 'rubocop'
gem 'rubocop', '~> 1.32.0'
# https://github.com/airbnb/ruby/tree/master/rubocop-airbnb
gem 'rubocop-airbnb', '~> 6.0.0'
end
+175
View File
@@ -0,0 +1,175 @@
PATH
remote: .
specs:
ngrok-api (0.24.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
formatador (1.1.0)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-bundler (3.0.1)
bundler (>= 2.1, < 3)
guard (~> 2.2)
guard-compat (~> 1.1)
guard-compat (1.2.1)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.1.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.10)
method_source (1.1.0)
minitest (5.24.1)
mutex_m (0.2.0)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.7)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
rexml (3.3.4)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.32.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.19.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-airbnb (6.0.0)
rubocop (~> 1.32.0)
rubocop-performance (~> 1.10.2)
rubocop-rails (~> 2.9.1)
rubocop-rspec (~> 2.0.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.10.2)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.9.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-rspec (2.0.1)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.13.0)
shellany (0.0.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
thor (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.36)
PLATFORMS
aarch64-linux
aarch64-linux-musl
arm-linux
arm-linux-musl
arm64-darwin
ruby
x86-linux
x86-linux-musl
x86_64-darwin
x86_64-linux
x86_64-linux-musl
DEPENDENCIES
guard (~> 2.18.1)
guard-bundler (~> 3.0.1)
guard-rspec (~> 4.7.3)
ngrok-api!
pry (~> 0.14.2)
rake (~> 13.2.1)
rspec (~> 3.13.0)
rubocop (~> 1.32.0)
rubocop-airbnb (~> 6.0.0)
simplecov (~> 0.22.0)
webmock (~> 3.23.1)
yard (~> 0.9.36)
BUNDLED WITH
2.5.9
+21
View File
@@ -92,3 +92,24 @@ bundle exec rubocop 'lib'
# Run rubcop on all files
bundle exec rubocop
```
## Building (internal)
This is intended for ngrok employees who are updating this client library.
On a standard Ubuntu machine, you will need these packages to get gems to build/install properly:
```bash
sudo apt install gcc make ruby-dev
```
Then to actually install:
```bash
gem install bundler --user-install
# may need to change the ruby version here if yours is different
~/.local/share/gem/ruby/3.0.0/bin/bundle install --path "$HOME/.local/share/gem"
```
This will update the Gemfile.lock as a side-effect.
+3 -3
View File
@@ -131,7 +131,7 @@
</div>
</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.9.0</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.24.0</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
</dl>
@@ -147,9 +147,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -2132,9 +2132,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -295,9 +295,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -105,9 +105,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -299,9 +299,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1267,9 +1267,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -107,9 +107,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1189,9 +1189,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -585,9 +585,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1033,9 +1033,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1417,9 +1417,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -807,9 +807,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1404,9 +1404,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1326,9 +1326,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1041,9 +1041,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -733,9 +733,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -1485,9 +1485,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1269,9 +1269,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -955,9 +955,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -585,9 +585,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:35 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:30 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1029,9 +1029,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:38 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1029,9 +1029,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -1103,9 +1103,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:38 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1177,9 +1177,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -733,9 +733,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:38 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -733,9 +733,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1633,9 +1633,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1251,9 +1251,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -733,9 +733,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:38 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:42 2024 by
Generated on Thu Oct 24 20:57:32 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -733,9 +733,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:30 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -733,9 +733,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:40 2024 by
Generated on Thu Oct 24 20:57:30 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -585,9 +585,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:42 2024 by
Generated on Thu Oct 24 20:57:32 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1104,9 +1104,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:35 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -663,9 +663,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -663,9 +663,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:35 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -585,9 +585,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1104,9 +1104,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:35 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -881,9 +881,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -955,9 +955,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:42 2024 by
Generated on Thu Oct 24 20:57:32 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:41 2024 by
Generated on Thu Oct 24 20:57:31 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -807,9 +807,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1121,9 +1121,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1277,9 +1277,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1355,9 +1355,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -2321,9 +2321,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1041,9 +1041,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1269,9 +1269,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1178,9 +1178,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:35 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -992,9 +992,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -807,9 +807,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -663,9 +663,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1104,9 +1104,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1474,9 +1474,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -807,9 +807,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:38 2024 by
Generated on Thu Oct 24 20:57:28 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:40 2024 by
Generated on Thu Oct 24 20:57:30 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:40 2024 by
Generated on Thu Oct 24 20:57:30 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
@@ -1189,9 +1189,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:39 2024 by
Generated on Thu Oct 24 20:57:29 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1269,9 +1269,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1559,9 +1559,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1707,9 +1707,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1201,9 +1201,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -585,9 +585,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:35 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1361,9 +1361,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -2225,9 +2225,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -659,9 +659,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:37 2024 by
Generated on Thu Oct 24 20:57:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1521,9 +1521,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1329,9 +1329,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:32 2024 by
Generated on Thu Oct 24 20:57:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1195,9 +1195,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:36 2024 by
Generated on Thu Oct 24 20:57:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1255,9 +1255,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -955,9 +955,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:33 2024 by
Generated on Thu Oct 24 20:57:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>
+2 -2
View File
@@ -1121,9 +1121,9 @@
</div>
<div id="footer">
Generated on Wed Jul 31 20:36:34 2024 by
Generated on Thu Oct 24 20:57:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.1).
0.9.36 (ruby-3.3.5).
</div>
</div>

Some files were not shown because too many files have changed in this diff Show More