Skip to content

Commit b30bbb4

Browse files
committed
Version 2.0.2.
1 parent 139f109 commit b30bbb4

File tree

7 files changed

+25
-13
lines changed

7 files changed

+25
-13
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: erlang
22
otp_release:
3-
- 23.0.4
3+
- 23.3.1
44
- 22.3.4
55
- 21.3.8.1
6-
- 20.3.8.5
6+
- 20.3.8.22
77
- 19.3
88
before_script:
99
- rebar get-deps
@@ -19,7 +19,7 @@ notifications:
1919
- mjtruog@gmail.com
2020
irc:
2121
channels:
22-
- "chat.freenode.net#cloudi"
22+
- "irc.oftc.net#cloudi"
2323
template:
2424
- "%{repository_slug} (%{branch} - %{commit}) %{author}: %{commit_message}"
2525
- "View Changes %{compare_url}"

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-2020 Michael Truog <mjtruog at protonmail dot com>
3+
Copyright (c) 2009-2021 Michael Truog <mjtruog at protonmail 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_cowboy1_handler.html

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

17-
<p><b>Version:</b> 2.0.1 Nov 26 2020 18:23:52
17+
<p><b>Version:</b> 2.0.1 May 27 2021 00:21:31
1818
------------------------------------------------------------------------</p>
1919
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p>
2020

@@ -37,41 +37,49 @@ <h2><a name="functions">Function Details</a></h2>
3737
<h3 class="function"><a name="handle-2">handle/2</a></h3>
3838
<div class="spec">
3939
<p><tt>handle(Req0, Cowboy1_state) -&gt; any()</tt></p>
40+
<p> </p>
4041
</div>
4142

4243
<h3 class="function"><a name="info-3">info/3</a></h3>
4344
<div class="spec">
4445
<p><tt>info(Message, Req, State) -&gt; any()</tt></p>
46+
<p> </p>
4547
</div>
4648

4749
<h3 class="function"><a name="init-3">init/3</a></h3>
4850
<div class="spec">
4951
<p><tt>init(Transport, Req0, Cowboy1_state) -&gt; any()</tt></p>
52+
<p> </p>
5053
</div>
5154

5255
<h3 class="function"><a name="terminate-3">terminate/3</a></h3>
5356
<div class="spec">
5457
<p><tt>terminate(Reason, Req, State) -&gt; any()</tt></p>
58+
<p> </p>
5559
</div>
5660

5761
<h3 class="function"><a name="websocket_handle-3">websocket_handle/3</a></h3>
5862
<div class="spec">
5963
<p><tt>websocket_handle(X1, Req, State) -&gt; any()</tt></p>
64+
<p> </p>
6065
</div>
6166

6267
<h3 class="function"><a name="websocket_info-3">websocket_info/3</a></h3>
6368
<div class="spec">
6469
<p><tt>websocket_info(T, Req, Cowboy1_state) -&gt; any()</tt></p>
70+
<p> </p>
6571
</div>
6672

6773
<h3 class="function"><a name="websocket_init-3">websocket_init/3</a></h3>
6874
<div class="spec">
6975
<p><tt>websocket_init(Transport, Req0, Cowboy1_state) -&gt; any()</tt></p>
76+
<p> </p>
7077
</div>
7178

7279
<h3 class="function"><a name="websocket_terminate-3">websocket_terminate/3</a></h3>
7380
<div class="spec">
7481
<p><tt>websocket_terminate(Reason, Req, Cowboy1_state) -&gt; any()</tt></p>
82+
<p> </p>
7583
</div>
7684
<hr>
7785

doc/cloudi_service_http_cowboy1.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ <h1>Module cloudi_service_http_cowboy1</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="CloudI_HTTP_Integration">CloudI HTTP Integration</a></h3>
1515
Uses the cowboy1 Erlang HTTP Server.
16-
<p>Copyright © 2012-2020 Michael Truog</p>
16+
<p>Copyright © 2012-2021 Michael Truog</p>
1717

18-
<p><b>Version:</b> 2.0.1 Nov 26 2020 18:23:52
18+
<p><b>Version:</b> 2.0.2 May 27 2021 00:21:32
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 protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p>
@@ -37,6 +37,7 @@ <h2><a name="functions">Function Details</a></h2>
3737
<h3 class="function"><a name="close-1">close/1</a></h3>
3838
<div class="spec">
3939
<p><tt>close(Pid::pid() | {string(), pid()}) -&gt; ok</tt><br></p>
40+
<p> </p>
4041
</div><p>
4142
<h4><a name="Close_a_cowboy1_websocket_connection.">Close a cowboy1 websocket connection.</a></h4>
4243
Use the Pid from cloudi_service_handle_request/11. Otherwise, you can
@@ -46,16 +47,19 @@ <h4><a name="Close_a_cowboy1_websocket_connection.">Close a cowboy1 websocket co
4647
<h3 class="function"><a name="cloudi_service_handle_info-3">cloudi_service_handle_info/3</a></h3>
4748
<div class="spec">
4849
<p><tt>cloudi_service_handle_info(Request, State, Dispatcher) -&gt; any()</tt></p>
50+
<p> </p>
4951
</div>
5052

5153
<h3 class="function"><a name="cloudi_service_init-4">cloudi_service_init/4</a></h3>
5254
<div class="spec">
5355
<p><tt>cloudi_service_init(Args, Prefix, Timeout, Dispatcher) -&gt; any()</tt></p>
56+
<p> </p>
5457
</div>
5558

5659
<h3 class="function"><a name="cloudi_service_terminate-3">cloudi_service_terminate/3</a></h3>
5760
<div class="spec">
5861
<p><tt>cloudi_service_terminate(Reason, Timeout, State) -&gt; any()</tt></p>
62+
<p> </p>
5963
</div>
6064
<hr>
6165

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_cowboy1,
9-
version: "2.0.1",
9+
version: "2.0.2",
1010
language: :erlang,
1111
erlc_options: [
1212
:debug_info,
@@ -30,7 +30,7 @@ defmodule CloudIServiceHttpCowboy do
3030

3131
defp deps do
3232
[{:cowboy, "~> 1.1.2"},
33-
{:cloudi_core, "~> 2.0.1"}]
33+
{:cloudi_core, "~> 2.0.2"}]
3434
end
3535

3636
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-
{tag, "v2.0.1"}}},
7+
{tag, "v2.0.2"}}},
88
{cowboy, ".*",
99
{git, "https://github.com/ninenines/cowboy.git",
1010
{tag, "1.1.2"}}},
1111
{uuid, ".*",
1212
{git, "https://github.com/okeuday/uuid.git",
13-
{tag, "v2.0.1"}}},
13+
{tag, "v2.0.2"}}},
1414
{trie, ".*",
1515
{git, "https://github.com/okeuday/trie.git",
16-
{tag, "v2.0.1"}}}]}.
16+
{tag, "v2.0.2"}}}]}.
1717

1818
{erl_opts,
1919
[debug_info,

src/cloudi_service_http_cowboy1.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_cowboy1,
55
[{description, "cowboy1 HTTP CloudI Service"},
6-
{vsn, "2.0.1"},
6+
{vsn, "2.0.2"},
77
{modules, [
88
cloudi_http_cowboy1_handler,
99
cloudi_service_http_cowboy1

0 commit comments

Comments
 (0)