Merge branch 'release/v0.8.5'
This commit is contained in:
commit
c556689b5d
4 changed files with 11 additions and 1 deletions
1
.ruby-version
Normal file
1
.ruby-version
Normal file
|
@ -0,0 +1 @@
|
|||
2.2.7
|
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
|||
ruby 2.4.2
|
|
@ -171,6 +171,14 @@ module Mm2ep
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
# Cut HERE
|
||||
# 8< ---- 8< ---- ...
|
||||
|
||||
|
||||
|
||||
class Parser < Rly::Yacc
|
||||
attr_writer :names
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Mm2epDepend
|
||||
VERSION = '0.8.4'.freeze
|
||||
VERSION = '0.8.5'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue