We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db87c4b commit 5e50067Copy full SHA for 5e50067
lib/big_rails/redis/registry.rb
@@ -33,7 +33,7 @@ def config_for(name)
33
end
34
35
def each(&block)
36
- configurations.keys.map { self.for(name) }.each(&block)
+ configurations.keys.map { |name| self.for(name) }.each(&block)
37
38
39
def verify!(name = nil)
lib/big_rails/redis/version.rb
@@ -2,6 +2,6 @@
2
3
module BigRails
4
module Redis
5
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
6
7
0 commit comments