Skip to content

Commit

Permalink
Version 1.0.0 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 2, 2019
1 parent da2ce19 commit 359a294
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 22 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -55,9 +55,13 @@ You will need to add these lines into your `config.exs`:
```elixir
config :petrovich_elixir,
rules_path: "rules/rules.json",
gender_path: "rules/gender.json"
gender_path: "rules/gender.json",
json_codec: Jason
```

You can swap our default ([`Jason`](https://github.com/michalmuskala/jason))
codec to any of your choice.


## Rules

Expand Down
5 changes: 0 additions & 5 deletions config/test_poison.exs

This file was deleted.

3 changes: 0 additions & 3 deletions mix.exs
Expand Up @@ -40,9 +40,6 @@ defmodule Petrovich.Mixfile do
[
{:jason, "~> 1.1"},

# We used to have it as a primary json lib, now only use for tests:
{:poison, "~> 4.0", only: [:dev, :test]},

# Dev and test dependencies:
{:credo, "~> 1.1", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.11", only: :test, runtime: false},
Expand Down
13 changes: 0 additions & 13 deletions test/petrovich_test/poison_test.exs

This file was deleted.

0 comments on commit 359a294

Please sign in to comment.