lib/regexp_parser/syntax/ruby/2.1.rb in regexp_parser-0.3.1 vs lib/regexp_parser/syntax/ruby/2.1.rb in regexp_parser-0.3.2

- old
+ new

@@ -1,8 +1,8 @@ -require File.expand_path('../2.1.7', __FILE__) +require File.expand_path('../2.1.8', __FILE__) module Regexp::Syntax module Ruby # uses the latest 2.1 release - class V21 < Regexp::Syntax::Ruby::V217; end + class V21 < Regexp::Syntax::Ruby::V218; end end end