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.
1 parent 0b06f51 commit 058d170Copy full SHA for 058d170
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