ruby-gettext / gettext

Gettext gem is a pure Ruby Localization(L10n) library and tool which is modeled after the GNU gettext package.
https://ruby-gettext.github.io/
69 stars 28 forks source link

Find racc executable even in Ruby 2.7 #65

Closed KitaitiMakoto closed 4 years ago

KitaitiMakoto commented 4 years ago

Hi,

I found racc executable file is not included in Gem.bindir for now, in Ruby 2.7 because now it is shipped with Ruby itself! So, I made it more generic to find racc executable.

I'm interested in issue #64 but at fist we need make Rake tasks work.

Thanks.

kou commented 4 years ago

Thanks!