Merge branch 'release/v0.8.5'

This commit is contained in:
Glenn Y. Rolland 2017-11-18 16:43:07 +01:00
commit c556689b5d
4 changed files with 11 additions and 1 deletions

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
2.2.7

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
ruby 2.4.2

View file

@ -171,6 +171,14 @@ module Mm2ep
end
end
# Cut HERE
# 8< ---- 8< ---- ...
class Parser < Rly::Yacc
attr_writer :names

View file

@ -1,3 +1,3 @@
module Mm2epDepend
VERSION = '0.8.4'.freeze
VERSION = '0.8.5'.freeze
end