Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Apr 21, 2021
1 parent 7710a4d commit 335d89c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/Check.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ <h2>
}

<span class="k">def</span> <span class="m">initialize</span>(@title, @content)
init_props
<span class="k">end</span>
<span class="k">end</span>

Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ <h3><a id="validation-rules" class="anchor" href="#validation-rules">
}

<span class="k">def</span> <span class="m">initialize</span>(@email, @age)
init_props
<span class="k">end</span>

<span class="c"># ---------------------------------------------------------------------------</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search-index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: validator
version: 1.8.0
version: 1.9.0
crystal: ">= 0.35.0"
license: MIT

Expand All @@ -17,7 +17,7 @@ crystalline:
dependencies:
prop:
github: nicolab/crystal-prop
version: ~> 0.5.0
version: ~> 0.6.0

development_dependencies:
ameba:
Expand Down

0 comments on commit 335d89c

Please sign in to comment.