Current section

40 Versions

Jump to

Compare versions

2 files changed
+23 additions
-23 deletions
  @@ -1,34 +1,34 @@
1 - {<<"app">>,<<"islands_guesses">>}.
2 - {<<"build_tools">>,[<<"mix">>]}.
1 + {<<"links">>,
2 + [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_guesses">>}]}.
3 + {<<"name">>,<<"islands_guesses">>}.
4 + {<<"version">>,<<"0.1.27">>}.
3 5 {<<"description">>,
4 6 <<"A guesses struct and functions for the Game of Islands.">>}.
5 7 {<<"elixir">>,<<"~> 1.11">>}.
8 + {<<"app">>,<<"islands_guesses">>}.
6 9 {<<"files">>,
7 10 [<<"lib">>,<<"lib/islands">>,<<"lib/islands/guesses.ex">>,<<"mix.exs">>,
8 11 <<"README.md">>]}.
9 12 {<<"licenses">>,[<<"MIT">>]}.
10 - {<<"links">>,
11 - [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_guesses">>}]}.
12 - {<<"name">>,<<"islands_guesses">>}.
13 13 {<<"requirements">>,
14 - [[{<<"app">>,<<"islands_coord">>},
15 - {<<"name">>,<<"islands_coord">>},
14 + [[{<<"name">>,<<"islands_coord">>},
15 + {<<"app">>,<<"islands_coord">>},
16 16 {<<"optional">>,false},
17 - {<<"repository">>,<<"hexpm">>},
18 - {<<"requirement">>,<<"~> 0.1">>}],
19 - [{<<"app">>,<<"islands_island">>},
20 - {<<"name">>,<<"islands_island">>},
17 + {<<"requirement">>,<<"~> 0.1">>},
18 + {<<"repository">>,<<"hexpm">>}],
19 + [{<<"name">>,<<"islands_island">>},
20 + {<<"app">>,<<"islands_island">>},
21 21 {<<"optional">>,false},
22 - {<<"repository">>,<<"hexpm">>},
23 - {<<"requirement">>,<<"~> 0.1">>}],
24 - [{<<"app">>,<<"jason">>},
25 - {<<"name">>,<<"jason">>},
22 + {<<"requirement">>,<<"~> 0.1">>},
23 + {<<"repository">>,<<"hexpm">>}],
24 + [{<<"name">>,<<"jason">>},
25 + {<<"app">>,<<"jason">>},
26 26 {<<"optional">>,false},
27 - {<<"repository">>,<<"hexpm">>},
28 - {<<"requirement">>,<<"~> 1.0">>}],
29 - [{<<"app">>,<<"poison">>},
30 - {<<"name">>,<<"poison">>},
27 + {<<"requirement">>,<<"~> 1.0">>},
28 + {<<"repository">>,<<"hexpm">>}],
29 + [{<<"name">>,<<"poison">>},
30 + {<<"app">>,<<"poison">>},
31 31 {<<"optional">>,false},
32 - {<<"repository">>,<<"hexpm">>},
33 - {<<"requirement">>,<<"~> 5.0">>}]]}.
34 - {<<"version">>,<<"0.1.26">>}.
32 + {<<"requirement">>,<<"~> 5.0">>},
33 + {<<"repository">>,<<"hexpm">>}]]}.
34 + {<<"build_tools">>,[<<"mix">>]}.
  @@ -4,7 +4,7 @@ defmodule Islands.Guesses.MixProject do
4 4 def project do
5 5 [
6 6 app: :islands_guesses,
7 - version: "0.1.26",
7 + version: "0.1.27",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Guesses",