Skip to content

Commit 6a37f91

Browse files
committed
Version 1.7.2.
1 parent a951ce0 commit 6a37f91

7 files changed

+12
-11
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: erlang
22
otp_release:
3+
- 20.0
34
- 19.3
45
before_script:
56
- rebar get-deps

doc/cloudi_http_cowboy_handler.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Module cloudi_http_cowboy_handler</h1>
1414
<h3><a name="Cowboy_CloudI_HTTP_Handler">Cowboy CloudI HTTP Handler</a></h3>.
1515
<p>Copyright © 2012-2017 Michael Truog</p>
1616

17-
<p><b>Version:</b> 1.7.1 Jun 7 2017 10:58:09
17+
<p><b>Version:</b> 1.7.2 Sep 12 2017 17:59:18
1818
------------------------------------------------------------------------</p>
1919
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>
2020

@@ -76,6 +76,6 @@ <h3 class="function"><a name="websocket_terminate-3">websocket_terminate/3</a></
7676
<hr>
7777

7878
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
79-
<p><i>Generated by EDoc, Jun 7 2017, 10:58:09.</i></p>
79+
<p><i>Generated by EDoc, Sep 12 2017, 17:59:18.</i></p>
8080
</body>
8181
</html>

doc/cloudi_service_http_cowboy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3><a name="CloudI_HTTP_Integration">CloudI HTTP Integration</a></h3>
1515
Uses the cowboy Erlang HTTP Server.
1616
<p>Copyright © 2012-2017 Michael Truog</p>
1717

18-
<p><b>Version:</b> 1.7.1 Jun 7 2017 10:58:09
18+
<p><b>Version:</b> 1.7.2 Sep 12 2017 17:59:17
1919
------------------------------------------------------------------------</p>
2020
<p><b>Behaviours:</b> <a href="deps/cloudi_core/doc/cloudi_service.html"><tt>cloudi_service</tt></a>.</p>
2121
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>
@@ -66,6 +66,6 @@ <h3 class="function"><a name="cloudi_service_terminate-3">cloudi_service_termina
6666
<hr>
6767

6868
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
69-
<p><i>Generated by EDoc, Jun 7 2017, 10:58:09.</i></p>
69+
<p><i>Generated by EDoc, Sep 12 2017, 17:59:17.</i></p>
7070
</body>
7171
</html>

doc/overview-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ <h1>The cloudi_service_http_cowboy application</h1>
1111

1212
<hr>
1313
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
14-
<p><i>Generated by EDoc, Jun 7 2017, 10:58:09.</i></p>
14+
<p><i>Generated by EDoc, Sep 12 2017, 17:59:18.</i></p>
1515
</body>
1616
</html>

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule CloudIServiceHttpCowboy do
66

77
def project do
88
[app: :cloudi_service_http_cowboy,
9-
version: "1.7.1",
9+
version: "1.7.2",
1010
language: :erlang,
1111
description: description(),
1212
package: package(),
@@ -15,7 +15,7 @@ defmodule CloudIServiceHttpCowboy do
1515

1616
defp deps do
1717
[{:cowboy, "~> 1.0.1"},
18-
{:cloudi_core, "~> 1.7.1"}]
18+
{:cloudi_core, "~> 1.7.2"}]
1919
end
2020

2121
defp description do

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
{deps,
55
[{cloudi_core, ".*",
66
{git, "https://github.com/CloudI/cloudi_core.git",
7-
{branch, "master"}}},
7+
{tag, "v1.7.2"}}},
88
{cowboy, ".*",
99
{git, "https://github.com/ninenines/cowboy.git",
1010
{tag, "1.0.1"}}},
1111
{uuid, ".*",
1212
{git, "https://github.com/okeuday/uuid.git",
13-
{tag, "v1.7.1"}}},
13+
{tag, "v1.7.2"}}},
1414
{trie, ".*",
1515
{git, "https://github.com/okeuday/trie.git",
16-
{tag, "v1.7.1"}}}]}.
16+
{tag, "v1.7.2"}}}]}.
1717

1818
{erl_opts,
1919
[debug_info,

src/cloudi_service_http_cowboy.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application, cloudi_service_http_cowboy,
55
[{description, "cowboy HTTP CloudI Service"},
6-
{vsn, "1.7.1"},
6+
{vsn, "1.7.2"},
77
{modules, [
88
cloudi_http_cowboy_handler,
99
cloudi_service_http_cowboy

0 commit comments

Comments
 (0)