Skip to content

Commit 5e50067

Browse files
committed
Release 0.2.0
1 parent db87c4b commit 5e50067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/big_rails/redis/registry.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def config_for(name)
3333
end
3434

3535
def each(&block)
36-
configurations.keys.map { self.for(name) }.each(&block)
36+
configurations.keys.map { |name| self.for(name) }.each(&block)
3737
end
3838

3939
def verify!(name = nil)

lib/big_rails/redis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module BigRails
44
module Redis
5-
VERSION = "0.1.0"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)