🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ruby_parser

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby_parser - rubygems Package Compare versions

Comparing version
3.6.4
to
3.6.5
+6
-0
History.txt

@@ -0,1 +1,7 @@

=== 3.6.5 / 2015-03-12
* 1 minor enhancement:
* Add line numbers from block comments =begin/=end. (presidentbeef)
=== 3.6.4 / 2015-01-16

@@ -2,0 +8,0 @@

+1
-0

@@ -325,2 +325,3 @@ # encoding: UTF-8

@comments << matched
self.lineno += matched.count("\n")

@@ -327,0 +328,0 @@ nil # TODO

+1
-1

@@ -94,3 +94,3 @@ # encoding: ASCII-8BIT

module RubyParserStuff
VERSION = "3.6.4" unless constants.include? "VERSION" # SIGH
VERSION = "3.6.5" unless constants.include? "VERSION" # SIGH

@@ -97,0 +97,0 @@ attr_accessor :lexer, :in_def, :in_single, :file

Sorry, the diff of this file is too big to display