Skip to content

Commit

Permalink
update docs. add metadata to genmspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 15, 2020
1 parent 9bef583 commit 5664ab1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/Array.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3 class="signature first" id="write_bib-instance_method">
</div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:31 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/Extcite.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ <h3 class="signature " id="get_ids-class_method">
</div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:31 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/String.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h3 class="signature " id="write_bib-instance_method">
</div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:31 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:30 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 id="on-the-cli">On the CLI</h3>
</div></div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:30 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 id="on-the-cli">On the CLI</h3>
</div></div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:30 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/top-level-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h3 class="signature " id="singlearray2hash-instance_method">
</div>

<div id="footer">
Generated on Wed Apr 15 15:40:24 2020 by
Generated on Wed Apr 15 16:00:31 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.24 (ruby-2.7.1).
</div>
Expand Down
9 changes: 9 additions & 0 deletions extcite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,13 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'serrano', '>= 0.5.2', '< 0.7.0'
s.add_runtime_dependency 'bibtex-ruby', '~> 5.0', '>= 5.0.1'
s.add_runtime_dependency 'pdf-reader', '~> 2.4'

s.metadata = {
'homepage_uri' => 'https://github.com/sckott/extcite',
'changelog_uri' =>
"https://github.com/sckott/extcite/releases/tag/v#{s.version}",
'source_code_uri' => 'https://github.com/sckott/extcite',
'bug_tracker_uri' => 'https://github.com/sckott/extcite/issues',
'documentation_uri' => 'https://xenodochial-stonebraker-ad2732.netlify.app'
}
end

0 comments on commit 5664ab1

Please sign in to comment.