retoo / ruby_gettext_extractor

Alternative gettext parser for ruby files
MIT License
4 stars 2 forks source link

Release as a gem #1

Open pupeno opened 14 years ago

pupeno commented 14 years ago

Can you release this as a gem please?

retoo commented 14 years ago

Hmm, the main problem is that the ruby gettext extractor isn't functioning by itself. It has to be used with something else (most probably fastgettext & gettext). But yeah, it would make it easier to fix and add stuff if I could add new features to a dedicated gem.

Any suggestions?

pupeno commented 14 years ago

I think just releasing it as a gem that you include when you are also using some of the other gems would be fine. You could require some file from the other gem and fail with a nice explanation if the other gem is not present.

Furthermore, I would rather have a fully functional fork of the main library. Have you considered doing that? Since the main project is never going to include these improvements, it makes sense to have an alternative. I'm actually consider doing it if turns out I rely on gettext in the long term.