Skip to content

Commit 51141c4

Browse files
committed
Version 1.7.3.
1 parent 480c69e commit 51141c4

8 files changed

+14
-14
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: erlang
22
otp_release:
3-
- 20.0
3+
- 20.2
44
- 19.3
55
before_script:
66
- rebar get-deps

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2009-2017 Michael Truog <mjtruog at gmail dot com>
3+
Copyright (c) 2009-2018 Michael Truog <mjtruog at gmail dot com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

doc/cloudi_http_cowboy_handler.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<h1>Module cloudi_http_cowboy_handler</h1>
1313
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
1414
<h3><a name="Cowboy_CloudI_HTTP_Handler">Cowboy CloudI HTTP Handler</a></h3>.
15-
<p>Copyright © 2012-2017 Michael Truog</p>
15+
<p>Copyright © 2012-2018 Michael Truog</p>
1616

17-
<p><b>Version:</b> 1.7.2 Sep 12 2017 17:59:18
17+
<p><b>Version:</b> 1.7.3 Feb 26 2018 18:19:17
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, Sep 12 2017, 17:59:18.</i></p>
79+
<p><i>Generated by EDoc, Feb 26 2018, 18:19:17.</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.2 Sep 12 2017 17:59:17
18+
<p><b>Version:</b> 1.7.2 Feb 26 2018 18:19:16
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, Sep 12 2017, 17:59:17.</i></p>
69+
<p><i>Generated by EDoc, Feb 26 2018, 18:19:16.</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, Sep 12 2017, 17:59:18.</i></p>
14+
<p><i>Generated by EDoc, Feb 26 2018, 18:19:17.</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.2",
9+
version: "1.7.3",
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.2"}]
18+
{:cloudi_core, "~> 1.7.3"}]
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.3"}}},
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-
{branch, "master"}}},
13+
{tag, "v1.7.3"}}},
1414
{trie, ".*",
1515
{git, "https://github.com/okeuday/trie.git",
16-
{tag, "v1.7.2"}}}]}.
16+
{tag, "v1.7.3"}}}]}.
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.2"},
6+
{vsn, "1.7.3"},
77
{modules, [
88
cloudi_http_cowboy_handler,
99
cloudi_service_http_cowboy

0 commit comments

Comments
 (0)