We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89a0e9 commit 182f6cbCopy full SHA for 182f6cb
1 file changed
pkg/lemon.gemspec
@@ -36,7 +36,7 @@ module DotRuby
36
37
#
38
def initialize
39
- @metadata = YAML.load_file(DOTRUBY)
+ @metadata = YAML.load_file(Dir.glob(DOTRUBY).first)
40
@manifest = Dir.glob(MANIFEST, File::FNM_CASEFOLD).first
41
42
if @metadata['revision'].to_i != REVISION
0 commit comments