Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jan 31, 2022
1 parent 6217a80 commit 0fbfa56
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '2.7', '2.6']
ruby-version: ['3.1', '3.0', '2.7', '2.6']
env:
BUNDLE_WITHOUT: docs development # https://bundler.io/v1.5/groups.html
steps:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.2
ruby 3.1.0
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pass-station (1.2.3)
pass-station (1.3.0)
docopt (~> 0.6)
paint (~> 2.2)

Expand Down Expand Up @@ -53,4 +53,4 @@ DEPENDENCIES
yard (>= 0.9.27, < 0.10)

BUNDLED WITH
2.2.22
2.3.6
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## [unreleased]

## [1.3.0]

- Dependencies:
- Update to yard [v0.9.27](https://github.com/lsegal/yard/releases/tag/v0.9.27)
- Move from Redcarpet to CommonMarker markdown provider
- Move doc syntax from Rdoc to markdown

- Chore:
- Linting: cleaner code
- Add support for Ruby 3.1

## [1.2.3]

Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ <h3 class="inherited">Constants included
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
12 changes: 4 additions & 8 deletions docs/yard/PassStation/DB.html
Original file line number Diff line number Diff line change
Expand Up @@ -1476,17 +1476,13 @@ <h3 class="signature " id="write_file-class_method">
122
123
124
125
126
127</pre>
125</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/pass_station/source.rb', line 122</span>

<span class='kw'>def</span> <span class='id identifier rubyid_write_file'>write_file</span><span class='lparen'>(</span><span class='id identifier rubyid_destination_file'>destination_file</span><span class='comma'>,</span> <span class='id identifier rubyid_file_content'>file_content</span><span class='rparen'>)</span>
<span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='id identifier rubyid_destination_file'>destination_file</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>wb</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_file'>file</span><span class='op'>|</span>
<span class='id identifier rubyid_file'>file</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='id identifier rubyid_file_content'>file_content</span><span class='rparen'>)</span>
<span class='kw'>end</span>
<span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_binwrite'>binwrite</span><span class='lparen'>(</span><span class='id identifier rubyid_destination_file'>destination_file</span><span class='comma'>,</span> <span class='id identifier rubyid_file_content'>file_content</span><span class='rparen'>)</span>
<span class='id identifier rubyid_destination_file'>destination_file</span>
<span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -2063,9 +2059,9 @@ <h3 class="signature " id="search-instance_method">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:50 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation/Output.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation/Output/Csv.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ <h3 class="signature first" id="format-class_method">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:50 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation/Output/Json.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ <h3 class="signature first" id="format-class_method">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:50 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation/Output/PrettyTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,9 @@ <h3 class="signature " id="justify_row-class_method">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:50 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation/Output/Table.html
Original file line number Diff line number Diff line change
Expand Up @@ -922,9 +922,9 @@ <h3 class="signature " id="justify_row-class_method">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:50 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/PassStation/Output/Yaml.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ <h3 class="signature first" id="format-class_method">
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:50 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/yard/Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>
<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.2.3</span><span class='tstring_end'>&#39;</span></span></pre></dd>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.3.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>

</dl>

Expand All @@ -116,9 +116,9 @@ <h2>
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/file.LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
</div></div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ <h2>Author</h2>
</div></div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ <h2>Author</h2>
</div></div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/top-level-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Tue Nov 30 18:44:12 2021 by
Generated on Mon Jan 31 19:55:49 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.0.2).
0.9.27 (ruby-3.1.0).
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/pass_station/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Version
VERSION = '1.2.3'
VERSION = '1.3.0'
end
2 changes: 1 addition & 1 deletion pass-station.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
'rubygems_mfa_required' => 'true'
}

s.required_ruby_version = ['>= 2.6.0', '< 3.1']
s.required_ruby_version = ['>= 2.6.0', '< 3.2']

s.add_runtime_dependency('docopt', '~> 0.6') # for argument parsing
s.add_runtime_dependency('paint', '~> 2.2') # for colorized output
Expand Down

0 comments on commit 0fbfa56

Please sign in to comment.