Packages
rambla
1.2.5
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.2
0.12.1
0.11.1
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Easy publishing to many different targets. Supported back-ends: - Rabbit [Amqp](https://hexdocs.pm/amqp/) - Redis [Redix](https://hexdocs.pm/redix) - Http [:httpc](http://erlang.org/doc/man/httpc.html) - Smtp [:gen_smtp](https://hexdocs.pm/gen_smtp) - Slack [Envío](https://hexdocs.pm/envio)
Current section
66 Versions
Jump to
Current section
66 Versions
Compare versions
2
files changed
+4
additions
-4
deletions
| @@ -1,6 +1,6 @@ | |
| 1 1 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/am-kantox/rambla">>}]}. |
| 2 2 | {<<"name">>,<<"rambla">>}. |
| 3 | - {<<"version">>,<<"1.2.4">>}. |
| 3 | + {<<"version">>,<<"1.2.5">>}. |
| 4 4 | {<<"description">>, |
| 5 5 | <<69,97,115,121,32,112,117,98,108,105,115,104,105,110,103,32,116,111,32,109, |
| 6 6 | 97,110,121,32,100,105,102,102,101,114,101,110,116,32,116,97,114,103,101, |
| @@ -63,7 +63,7 @@ | |
| 63 63 | [{<<"name">>,<<"finitomata">>}, |
| 64 64 | {<<"app">>,<<"finitomata">>}, |
| 65 65 | {<<"optional">>,false}, |
| 66 | - {<<"requirement">>,<<"~> 0.18">>}, |
| 66 | + {<<"requirement">>,<<"~> 0.20">>}, |
| 67 67 | {<<"repository">>,<<"hexpm">>}], |
| 68 68 | [{<<"name">>,<<"amqp">>}, |
| 69 69 | {<<"app">>,<<"amqp">>}, |
| @@ -2,7 +2,7 @@ defmodule Rambla.MixProject do | |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 4 | @app :rambla |
| 5 | - @version "1.2.4" |
| 5 | + @version "1.2.5" |
| 6 6 | |
| 7 7 | def project do |
| 8 8 | [ |
| @@ -80,7 +80,7 @@ defmodule Rambla.MixProject do | |
| 80 80 | {:plug, "~> 1.9"}, |
| 81 81 | {:poolboy, "~> 1.5"}, |
| 82 82 | {:ranch, "~> 1.7 or ~> 2.0"}, |
| 83 | - {:finitomata, "~> 0.18"}, |
| 83 | + {:finitomata, "~> 0.20"}, |
| 84 84 | |
| 85 85 | # optional backends |
| 86 86 | {:amqp, "~> 3.0", optional: true}, |