Skip to content

Commit

Permalink
Version bump to 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
folz committed Apr 1, 2016
1 parent 8d1a66b commit 0af0750
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 45 deletions.
4 changes: 2 additions & 2 deletions doc/404.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>404 – bento v0.9.0</title>
<title>404 – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.Encode.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Encode – bento v0.9.0</title>
<title>Bento.Encode – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Encode


Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.EncodeError.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.EncodeError – bento v0.9.0</title>
<title>Bento.EncodeError – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.EncodeError

<small>exception</small>
Expand Down
14 changes: 7 additions & 7 deletions doc/Bento.Encoder.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Encoder – bento v0.9.0</title>
<title>Bento.Encoder – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Encoder

<small>protocol</small>
Expand All @@ -75,11 +75,11 @@ <h1>
<section id="moduledoc" class="docstring">
<p>Protocol and implementations to encode Elixir data structures into their Bencoded forms.</p>
<h2 id="examples">Examples</h2>
<pre><code class="iex elixir">iex&gt; Bento.Encoder.encode(&quot;foo&quot;)
<pre><code class="iex elixir">iex&gt; Bento.Encoder.encode(&quot;foo&quot;) |&gt; IO.iodata_to_binary()
&quot;3:foo&quot;

iex&gt; Bento.Encoder.encode([1, &quot;mixed&quot;, &quot;types&quot;, 4])
&quot;li1e5:mixed5:typesi4ee&quot;</code></pre>
iex&gt; Bento.Encoder.encode([1, &quot;two&quot;, [3]]) |&gt; IO.iodata_to_binary()
&quot;li1e3:twoli4eee&quot;</code></pre>

</section>

Expand Down Expand Up @@ -159,7 +159,7 @@ <h1 class="section-heading">

</div>
<div id="t:t/0" class="type-detail">
<pre><code class="elixir"><a href="#t:t/0">t</a> :: <a href="http://elixir-lang.org/docs/stable/elixir/String.html#t:t/0">String.t</a></code></pre>
<pre><code class="elixir"><a href="#t:t/0">t</a> :: iodata</code></pre>

</div>

Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.Metainfo.MultiFile.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Metainfo.MultiFile – bento v0.9.0</title>
<title>Bento.Metainfo.MultiFile – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Metainfo.MultiFile


Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.Metainfo.SingleFile.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Metainfo.SingleFile – bento v0.9.0</title>
<title>Bento.Metainfo.SingleFile – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Metainfo.SingleFile


Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.Metainfo.Torrent.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Metainfo.Torrent – bento v0.9.0</title>
<title>Bento.Metainfo.Torrent – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Metainfo.Torrent


Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.Metainfo.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Metainfo – bento v0.9.0</title>
<title>Bento.Metainfo – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Metainfo


Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.MetainfoError.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.MetainfoError – bento v0.9.0</title>
<title>Bento.MetainfoError – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.MetainfoError

<small>exception</small>
Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.Parser.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.Parser – bento v0.9.0</title>
<title>Bento.Parser – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.Parser


Expand Down
6 changes: 3 additions & 3 deletions doc/Bento.SyntaxError.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento.SyntaxError – bento v0.9.0</title>
<title>Bento.SyntaxError – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento.SyntaxError

<small>exception</small>
Expand Down
42 changes: 39 additions & 3 deletions doc/Bento.html
Expand Up @@ -5,7 +5,7 @@
<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.11.4">
<title>Bento – bento v0.9.0</title>
<title>Bento – bento v0.9.1</title>
<link rel="stylesheet" href="dist/app-1e374caa3d.css" />
<script src="dist/sidebar_items.js"></script>
</head>
Expand All @@ -27,7 +27,7 @@ <h1 class="sidebar-projectName">
bento
</h1>
<h2 class="sidebar-projectVersion">
v0.9.0
v0.9.1
</h2>
</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">bento v0.9.0</small>
<small class="visible-xs">bento v0.9.1</small>
Bento


Expand Down Expand Up @@ -121,6 +121,15 @@ <h2>
<div class="summary-synopsis"><p>Bencode a value, raises an exception on error</p>
</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#encode_to_iodata/2">encode_to_iodata(value, options \\ [])</a>
</div>

<div class="summary-synopsis"><p>Bencode a value as iodata</p>
</div>

</div>
<div class="summary-row">
<div class="summary-signature">
Expand Down Expand Up @@ -271,6 +280,33 @@ <h4 class="specs-title">Specs</h4>

</section>
</div>
<div class="detail" id="encode_to_iodata/2">
<div class="detail-header">
<a href="#encode_to_iodata/2" class="detail-link" title="Link to this function">
<i class="icon-link"></i>
</a>
<span class="signature">encode_to_iodata(value, options \\ [])</span>

</div>

<div class="specs">
<h4 class="specs-title">Specs</h4>
<div class="specs-list">

<pre><code class="elixir">encode_to_iodata(<a href="Bento.Encoder.html#t:t/0">Bento.Encoder.t</a>, <a href="http://elixir-lang.org/docs/stable/elixir/Keyword.html#t:t/0">Keyword.t</a>) ::
{:ok, iodata} |
{:error, {:invalid, any}}</code></pre>

</div>
</div>

<section class="docstring">
<p>Bencode a value as iodata.</p>
<pre><code class="iex elixir">iex&gt; Bento.encode_to_iodata([1, &quot;two&quot;, [3]])
{:ok, [108, [[105, &quot;1&quot;, 101], [&quot;3&quot;, 58, &quot;two&quot;], [108, [[105, &quot;3&quot;, 101]], 101]], 101]}</code></pre>

</section>
</div>
<div class="detail" id="torrent/1">
<div class="detail-header">
<a href="#torrent/1" class="detail-link" title="Link to this function">
Expand Down

0 comments on commit 0af0750

Please sign in to comment.