We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b06f51 + 058d170 commit 10b7a4bCopy full SHA for 10b7a4b
Rakefile
@@ -24,7 +24,7 @@ def jruby?
24
Object.const_defined?(:RUBY_ENGINE) and 'jruby' == RUBY_ENGINE
25
end
26
27
-file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', __FILE__] do |t|
+file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', 'lib/racc/info.rb', __FILE__] do |t|
28
source = 'lib/racc/parser.rb'
29
30
text = File.read(source)
0 commit comments