-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mix.exs to work with current version of hex.
- Loading branch information
John Hyland
committed
Sep 19, 2016
1 parent
966c49f
commit 918bf1c
Showing
34 changed files
with
4,995 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
index.html | ||
api-reference.html | ||
404.html | ||
dist/sidebar_items.js | ||
Vex.html | ||
Vex.Extract.Struct.html | ||
Vex.Struct.html | ||
Vex.Validator.html | ||
Vex.Validator.Behaviour.html | ||
Vex.Validator.ErrorMessage.html | ||
Vex.Validator.Skipping.html | ||
Vex.Validators.html | ||
Vex.Validators.Absence.html | ||
Vex.Validators.Acceptance.html | ||
Vex.Validators.By.html | ||
Vex.Validators.Confirmation.html | ||
Vex.Validators.Exclusion.html | ||
Vex.Validators.Format.html | ||
Vex.Validators.Inclusion.html | ||
Vex.Validators.Length.html | ||
Vex.Validators.Presence.html | ||
Vex.InvalidValidatorError.html | ||
Vex.Blank.html | ||
Vex.Extract.html | ||
Vex.Validator.Source.html | ||
dist/app-7e84850c37.css | ||
dist/app-95540a96e6.js | ||
fonts/icomoon.eot | ||
fonts/icomoon.svg | ||
fonts/icomoon.ttf | ||
fonts/icomoon.woff |
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,94 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="generator" content="ExDoc v0.13.1"> | ||
<title>404 – vex v0.6.0</title> | ||
<link rel="stylesheet" href="dist/app-7e84850c37.css" /> | ||
|
||
<link rel="canonical" href="https://hexdocs.pm/vex/404.html" /> | ||
|
||
<script src="dist/sidebar_items.js"></script> | ||
</head> | ||
<body data-type="extras"> | ||
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script> | ||
|
||
<div class="main"> | ||
<button class="sidebar-toggle"> | ||
<i class="icon-menu"></i> | ||
</button> | ||
<section class="sidebar"> | ||
|
||
|
||
<a href="api-reference.html" class="sidebar-projectLink"> | ||
<div class="sidebar-projectDetails"> | ||
<h1 class="sidebar-projectName"> | ||
vex | ||
</h1> | ||
<h2 class="sidebar-projectVersion"> | ||
v0.6.0 | ||
</h2> | ||
</div> | ||
|
||
</a> | ||
|
||
<div class="sidebar-search"> | ||
<i class="icon-search"></i> | ||
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" /> | ||
</div> | ||
|
||
<ul class="sidebar-listNav"> | ||
<li><a id="extras-list" href="#full-list">Pages</a></li> | ||
|
||
|
||
<li><a id="modules-list" href="#full-list">Modules</a></li> | ||
|
||
|
||
|
||
<li><a id="exceptions-list" href="#full-list">Exceptions</a></li> | ||
|
||
|
||
|
||
<li><a id="protocols-list" href="#full-list">Protocols</a></li> | ||
|
||
</ul> | ||
|
||
<ul id="full-list" class="sidebar-fullList"></ul> | ||
<div class="sidebar-noResults"></div> | ||
</section> | ||
|
||
<section class="content"> | ||
<div class="content-outer"> | ||
<div id="content" class="content-inner"> | ||
|
||
|
||
<h2>Page not found</h2> | ||
|
||
<p>Sorry, but the page you were trying to get to, does not exist. You | ||
may want to try searching this site using the sidebar or using our | ||
<a href="api-reference.html" title="API Reference">API Reference</a> page to find what | ||
you were looking for.</p> | ||
|
||
<footer class="footer"> | ||
<p> | ||
<span class="line"> | ||
Built using | ||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1), | ||
</span> | ||
<span class="line"> | ||
designed by | ||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. | ||
</span> | ||
</p> | ||
<button class="night-mode-toggle" /> | ||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script src="dist/app-95540a96e6.js"></script> | ||
</body> | ||
</html> | ||
|
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,194 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="generator" content="ExDoc v0.13.1"> | ||
<title>Vex.Blank – vex v0.6.0</title> | ||
<link rel="stylesheet" href="dist/app-7e84850c37.css" /> | ||
|
||
<link rel="canonical" href="https://hexdocs.pm/vex/Vex.Blank.html" /> | ||
|
||
<script src="dist/sidebar_items.js"></script> | ||
</head> | ||
<body data-type="protocols"> | ||
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script> | ||
|
||
<div class="main"> | ||
<button class="sidebar-toggle"> | ||
<i class="icon-menu"></i> | ||
</button> | ||
<section class="sidebar"> | ||
|
||
|
||
<a href="api-reference.html" class="sidebar-projectLink"> | ||
<div class="sidebar-projectDetails"> | ||
<h1 class="sidebar-projectName"> | ||
vex | ||
</h1> | ||
<h2 class="sidebar-projectVersion"> | ||
v0.6.0 | ||
</h2> | ||
</div> | ||
|
||
</a> | ||
|
||
<div class="sidebar-search"> | ||
<i class="icon-search"></i> | ||
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" /> | ||
</div> | ||
|
||
<ul class="sidebar-listNav"> | ||
<li><a id="extras-list" href="#full-list">Pages</a></li> | ||
|
||
|
||
<li><a id="modules-list" href="#full-list">Modules</a></li> | ||
|
||
|
||
|
||
<li><a id="exceptions-list" href="#full-list">Exceptions</a></li> | ||
|
||
|
||
|
||
<li><a id="protocols-list" href="#full-list">Protocols</a></li> | ||
|
||
</ul> | ||
|
||
<ul id="full-list" class="sidebar-fullList"></ul> | ||
<div class="sidebar-noResults"></div> | ||
</section> | ||
|
||
<section class="content"> | ||
<div class="content-outer"> | ||
<div id="content" class="content-inner"> | ||
|
||
|
||
<h1> | ||
<small class="visible-xs">vex v0.6.0</small> | ||
Vex.Blank | ||
|
||
<small>protocol</small> | ||
|
||
|
||
</h1> | ||
|
||
|
||
|
||
|
||
<section id="summary" class="details-list"> | ||
<h1 class="section-heading"> | ||
<a class="hover-link" href="#summary"> | ||
<i class="icon-link"></i> | ||
</a> | ||
Summary | ||
</h1> | ||
|
||
<div class="summary-types summary"> | ||
<h2> | ||
<a href="#types">Types</a> | ||
</h2> | ||
<div class="summary-row"> | ||
<div class="summary-signature"> | ||
<a href="#t:t/0">t()</a> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
<div class="summary-functions summary"> | ||
<h2> | ||
<a href="#functions">Functions</a> | ||
</h2> | ||
<div class="summary-row"> | ||
<div class="summary-signature"> | ||
<a href="#blank?/1">blank?(value)</a> | ||
</div> | ||
|
||
<div class="summary-synopsis"><p>Whether an item is blank</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</section> | ||
|
||
|
||
|
||
<section id="types" class="types details-list"> | ||
<h1 class="section-heading"> | ||
<a class="hover-link" href="#types"> | ||
<i class="icon-link"></i> | ||
</a> | ||
Types | ||
</h1> | ||
<div class="types-list"> | ||
<div id="t:t/0" class="type-detail"> | ||
<pre><code class="elixir"><a href="#t:t/0">t</a> :: term</code></pre> | ||
|
||
</div> | ||
|
||
</div> | ||
</section> | ||
|
||
|
||
|
||
<section id="functions" class="details-list"> | ||
<h1 class="section-heading"> | ||
<a class="hover-link" href="#functions"> | ||
<i class="icon-link"></i> | ||
</a> | ||
Functions | ||
</h1> | ||
<div class="detail" id="blank?/1"> | ||
<div class="detail-header"> | ||
<a href="#blank?/1" class="detail-link" title="Link to this function"> | ||
<i class="icon-link"></i> | ||
</a> | ||
<span class="signature">blank?(value)</span> | ||
|
||
|
||
</div> | ||
|
||
<section class="docstring"> | ||
<p>Whether an item is blank</p> | ||
|
||
</section> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
|
||
|
||
|
||
<footer class="footer"> | ||
<p> | ||
<span class="line"> | ||
Built using | ||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1), | ||
</span> | ||
<span class="line"> | ||
designed by | ||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. | ||
</span> | ||
</p> | ||
<button class="night-mode-toggle" /> | ||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script src="dist/app-95540a96e6.js"></script> | ||
</body> | ||
</html> | ||
|
Oops, something went wrong.