Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan committed Mar 18, 2022
1 parent db87c4b commit 5e50067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/big_rails/redis/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def config_for(name)
end

def each(&block)
configurations.keys.map { self.for(name) }.each(&block)
configurations.keys.map { |name| self.for(name) }.each(&block)
end

def verify!(name = nil)
Expand Down
2 changes: 1 addition & 1 deletion lib/big_rails/redis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module BigRails
module Redis
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 5e50067

Please sign in to comment.