Skip to content

Commit

Permalink
Merge pull request #20 from lyrasis/multi-prepend
Browse files Browse the repository at this point in the history
Multi prepend
  • Loading branch information
kspurgin authored Jul 20, 2021
2 parents 7d3d9ba + 47a775b commit 159f5fe
Show file tree
Hide file tree
Showing 171 changed files with 25,428 additions and 157 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
Expand Down
2 changes: 2 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--no-private
--markup markdown
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kiba-extend (1.13.0)
kiba-extend (1.15.0)
activesupport
kiba (>= 4.0.0)
kiba-common (>= 1.5.0)
Expand All @@ -10,14 +10,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
activesupport (6.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
coderay (1.1.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
csv (3.1.9)
diff-lcs (1.3)
facets (3.1.0)
Expand Down
103 changes: 103 additions & 0 deletions doc/Gemfile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<!DOCTYPE html>

<html>
<head>
<meta charset="UTF-8">

<title>Gemfile - RDoc Documentation</title>

<script type="text/javascript">
var rdoc_rel_prefix = "./";
var index_rel_prefix = "./";
</script>

<script src="./js/navigation.js" defer></script>
<script src="./js/search.js" defer></script>
<script src="./js/search_index.js" defer></script>
<script src="./js/searcher.js" defer></script>
<script src="./js/darkfish.js" defer></script>

<link href="./css/fonts.css" rel="stylesheet">
<link href="./css/rdoc.css" rel="stylesheet">




<body id="top" role="document" class="file">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="./index.html" rel="home">Home</a>
</h2>

<div id="table-of-contents-navigation">
<a href="./table_of_contents.html#pages">Pages</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
</div>
</div>

<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>

<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>

</div>



<div id="project-metadata">
<div id="fileindex-section" class="nav-section">
<h3>Pages</h3>

<ul class="link-list">

<li><a href="./Gemfile.html">Gemfile</a>

<li><a href="./Gemfile_lock.html">Gemfile.lock</a>

<li><a href="./LICENSE_txt.html">LICENSE</a>

<li><a href="./README_md.html">README</a>

<li><a href="./Rakefile.html">Rakefile</a>

<li><a href="./bin/setup.html">setup</a>

<li><a href="./tmp/test_csv.html">test.csv</a>

</ul>
</div>

</div>
</nav>

<main role="main" aria-label="Page Gemfile">

<p>source “<a href="https://rubygems.org">rubygems.org</a></p>

<p>git_source(:github) {|repo_name| “<a href="https://github.com/#{repo_name">github.com/#{repo_name</a>}” } gem &#39;facets&#39;, require: false gem &#39;csv&#39;, &#39;~&gt; 3.0&#39;</p>

<p># Specify your gem&#39;s dependencies in kiba-extend.gemspec gemspec</p>

</main>



<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>

170 changes: 170 additions & 0 deletions doc/Gemfile_lock.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
<!DOCTYPE html>

<html>
<head>
<meta charset="UTF-8">

<title>Gemfile.lock - RDoc Documentation</title>

<script type="text/javascript">
var rdoc_rel_prefix = "./";
var index_rel_prefix = "./";
</script>

<script src="./js/navigation.js" defer></script>
<script src="./js/search.js" defer></script>
<script src="./js/search_index.js" defer></script>
<script src="./js/searcher.js" defer></script>
<script src="./js/darkfish.js" defer></script>

<link href="./css/fonts.css" rel="stylesheet">
<link href="./css/rdoc.css" rel="stylesheet">




<body id="top" role="document" class="file">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="./index.html" rel="home">Home</a>
</h2>

<div id="table-of-contents-navigation">
<a href="./table_of_contents.html#pages">Pages</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
</div>
</div>

<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>

<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>

</div>



<div id="project-metadata">
<div id="fileindex-section" class="nav-section">
<h3>Pages</h3>

<ul class="link-list">

<li><a href="./Gemfile.html">Gemfile</a>

<li><a href="./Gemfile_lock.html">Gemfile.lock</a>

<li><a href="./LICENSE_txt.html">LICENSE</a>

<li><a href="./README_md.html">README</a>

<li><a href="./Rakefile.html">Rakefile</a>

<li><a href="./bin/setup.html">setup</a>

<li><a href="./tmp/test_csv.html">test.csv</a>

</ul>
</div>

</div>
</nav>

<main role="main" aria-label="Page Gemfile.lock">

<p>PATH</p>

<pre>remote: .
specs:
kiba-extend (1.13.0)
activesupport
kiba (&gt;= 4.0.0)
kiba-common (&gt;= 1.5.0)
xxhash</pre>

<p>GEM</p>

<pre>remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
concurrent-ruby (~&gt; 1.0, &gt;= 1.0.2)
i18n (&gt;= 1.6, &lt; 2)
minitest (&gt;= 5.1)
tzinfo (~&gt; 2.0)
zeitwerk (~&gt; 2.3)
coderay (1.1.2)
concurrent-ruby (1.1.8)
csv (3.1.9)
diff-lcs (1.3)
facets (3.1.0)
i18n (1.8.10)
concurrent-ruby (~&gt; 1.0)
kiba (4.0.0)
kiba-common (1.5.0)
kiba (&gt;= 3.0.0, &lt; 5)
method_source (0.9.2)
minitest (5.14.4)
pry (0.12.2)
coderay (~&gt; 1.1.0)
method_source (~&gt; 0.9.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~&gt; 3.9.0)
rspec-expectations (~&gt; 3.9.0)
rspec-mocks (~&gt; 3.9.0)
rspec-core (3.9.2)
rspec-support (~&gt; 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (&gt;= 1.2.0, &lt; 2.0)
rspec-support (~&gt; 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (&gt;= 1.2.0, &lt; 2.0)
rspec-support (~&gt; 3.9.0)
rspec-support (3.9.3)
tzinfo (2.0.4)
concurrent-ruby (~&gt; 1.0)
xxhash (0.4.0)
zeitwerk (2.4.2)</pre>

<p>PLATFORMS</p>

<pre class="ruby"><span class="ruby-identifier">ruby</span>
</pre>

<p>DEPENDENCIES</p>

<pre>bundler (&gt;= 1.17)
csv (~&gt; 3.0)
facets
kiba-extend!
pry (~&gt; 0.12.2)
rake (~&gt; 13.0)
rspec (~&gt; 3.0)</pre>

<p>BUNDLED WITH</p>

<pre>2.1.4</pre>

</main>



<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>

Loading

0 comments on commit 159f5fe

Please sign in to comment.