Skip to content

Commit

Permalink
prepped for update
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 8016]
  • Loading branch information
zenspider committed Nov 26, 2012
1 parent 9fbeba3 commit 3db8a05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 3.0.4 / 2012-11-26

* 1 bug fix:

* RPStringScanner#lineno was still using byte offset, not char offset. (brynary)

=== 3.0.3 / 2012-11-23

* 1 minor enhancement:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -189,7 +189,7 @@ task :extract => :isolate do
end

task :bugs do
sh "for f in bug*.rb ; do rake debug F=$f && rm $f ; done"
sh "for f in bug*.rb ; do rake19 debug F=$f && rm $f ; done"
end

# vim: syntax=Ruby
2 changes: 1 addition & 1 deletion lib/ruby_parser_extras.rb
Expand Up @@ -108,7 +108,7 @@ def d o
end

module RubyParserStuff
VERSION = '3.0.3' unless constants.include? "VERSION" # SIGH
VERSION = '3.0.4' unless constants.include? "VERSION" # SIGH

attr_accessor :lexer, :in_def, :in_single, :file
attr_reader :env, :comments
Expand Down

0 comments on commit 3db8a05

Please sign in to comment.