🚀 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.2
to
3.6.3
+6
-0
History.txt

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

=== 3.6.3 / 2014-09-26
* 1 bug fix:
* Fixed bug caused by latest version of oedipus_lex not exporting lineno accessor.
=== 3.6.2 / 2014-07-18

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

+1
-0

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

attr_accessor :lineno # we're bypassing oedipus' lineno handling.
attr_accessor :brace_nest

@@ -72,0 +73,0 @@ attr_accessor :cmdarg

+2
-3
# encoding: UTF-8
#--
# This file is automatically generated. Do not modify it.
# Generated by: oedipus_lex version 2.3.1.
# Generated by: oedipus_lex version 2.4.0.
# Source: lib/ruby_lexer.rex

@@ -30,3 +30,2 @@ #++

attr_accessor :lineno
attr_accessor :filename

@@ -48,2 +47,3 @@ attr_accessor :ss

def scanner_class

@@ -55,3 +55,2 @@ StringScanner

self.ss = scanner_class.new str
self.lineno = 1
self.state ||= nil

@@ -58,0 +57,0 @@

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

module RubyParserStuff
VERSION = "3.6.2" unless constants.include? "VERSION" # SIGH
VERSION = "3.6.3" 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

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

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

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