-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from lyrasis/multi-prepend
Multi prepend
- Loading branch information
Showing
171 changed files
with
25,428 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
/.yardoc | ||
/_yardoc/ | ||
/coverage/ | ||
/doc/ | ||
/pkg/ | ||
/spec/reports/ | ||
/tmp/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--no-private | ||
--markup markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 'facets', require: false gem 'csv', '~> 3.0'</p> | ||
|
||
<p># Specify your gem'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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (>= 4.0.0) | ||
kiba-common (>= 1.5.0) | ||
xxhash</pre> | ||
|
||
<p>GEM</p> | ||
|
||
<pre>remote: https://rubygems.org/ | ||
specs: | ||
activesupport (6.1.3.2) | ||
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) | ||
csv (3.1.9) | ||
diff-lcs (1.3) | ||
facets (3.1.0) | ||
i18n (1.8.10) | ||
concurrent-ruby (~> 1.0) | ||
kiba (4.0.0) | ||
kiba-common (1.5.0) | ||
kiba (>= 3.0.0, < 5) | ||
method_source (0.9.2) | ||
minitest (5.14.4) | ||
pry (0.12.2) | ||
coderay (~> 1.1.0) | ||
method_source (~> 0.9.0) | ||
rake (13.0.1) | ||
rspec (3.9.0) | ||
rspec-core (~> 3.9.0) | ||
rspec-expectations (~> 3.9.0) | ||
rspec-mocks (~> 3.9.0) | ||
rspec-core (3.9.2) | ||
rspec-support (~> 3.9.3) | ||
rspec-expectations (3.9.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.9.0) | ||
rspec-mocks (3.9.1) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.9.0) | ||
rspec-support (3.9.3) | ||
tzinfo (2.0.4) | ||
concurrent-ruby (~> 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 (>= 1.17) | ||
csv (~> 3.0) | ||
facets | ||
kiba-extend! | ||
pry (~> 0.12.2) | ||
rake (~> 13.0) | ||
rspec (~> 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> | ||
|
Oops, something went wrong.