Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25 from SmartColumbusOS/smrt-1238
Browse files Browse the repository at this point in the history
Smrt 1238 - Smart City dependency pointed to public hex
  • Loading branch information
dickthedev committed May 14, 2019
2 parents b6fc34a + 4a95c66 commit caadcf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package can be installed by adding `smart_city_registry` to your list of de

```elixir
def deps do
[{:smart_city_registry, "~> 2.6.5"}]
[{:smart_city_registry, "~> 2.6.6"}]
end
```

Expand Down
4 changes: 4 additions & 0 deletions lib/smart_city/dataset/business.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ defmodule SmartCity.Dataset.Business do
orgTitle: String.t(),
contactName: String.t(),
contactEmail: String.t(),
authorName: not_required(),
authorEmail: not_required(),
categories: not_required(),
conformsToUri: not_required(),
describedByMimeType: not_required(),
Expand All @@ -41,6 +43,8 @@ defmodule SmartCity.Dataset.Business do
orgTitle: nil,
contactName: nil,
contactEmail: nil,
authorName: nil,
authorEmail: nil,
license: nil,
keywords: nil,
rights: nil,
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SmartCity.Registry.MixProject do
def project do
[
app: :smart_city_registry,
version: "2.6.5",
version: "2.6.6",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -26,7 +26,7 @@ defmodule SmartCity.Registry.MixProject do

defp deps do
[
{:smart_city, "~> 2.1", organization: "smartcolumbus_os"},
{:smart_city, "~> 2.1"},
{:jason, "~> 1.1"},
{:redix, "~> 0.9.3"},
{:dialyxir, "~> 0.5.1", only: :dev},
Expand Down

0 comments on commit caadcf2

Please sign in to comment.