Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 22, 2022
1 parent 3053b73 commit 63afd51
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
CHANGELOG

== 4.0.2 (2022-03-03)

* Use Redis#exists? and fallback to #exists which could be either boolean or integer in recent redis gem versions (@bsedin)

== 4.0.1 (2022-03-06)

* Fix YAML alias support in `vanity.yml` (@frostmark)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanity (4.0.1)
vanity (4.0.2)
i18n

GEM
Expand Down Expand Up @@ -33,7 +33,7 @@ GEM
execjs
coffee-script-source (1.9.1)
colorator (0.1)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crack (0.3.1)
execjs (2.5.2)
fakefs (0.6.7)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (4.0.1)
vanity (4.0.2)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (4.0.1)
vanity (4.0.2)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
vanity (4.0.1)
vanity (4.0.2)
i18n

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/vanity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vanity
VERSION = "4.0.1"
VERSION = "4.0.2"

module Version
version = VERSION.to_s.split(".").map { |i| i.to_i }
Expand Down

0 comments on commit 63afd51

Please sign in to comment.