lib/regexp_parser/syntax/ruby/2.2.rb in regexp_parser-0.2.0 vs lib/regexp_parser/syntax/ruby/2.2.rb in regexp_parser-0.2.1

- old
+ new

@@ -1,8 +1,8 @@ -require File.expand_path('../2.2.0', __FILE__) +require File.expand_path('../2.2.2', __FILE__) module Regexp::Syntax module Ruby # uses the latest 2.2 release - class V22 < Regexp::Syntax::Ruby::V220; end + class V22 < Regexp::Syntax::Ruby::V222; end end end