alphanodes / additional_tags

Redmine Plugin for adding tags functionality to issues and wiki pages.
https://www.redmine.org/plugins/additional_tags
GNU General Public License v2.0
64 stars 26 forks source link

Running ruby script in a separate ruby instance produces an error loading additional_tags #54

Closed goodnewz closed 1 year ago

goodnewz commented 1 year ago

Running Xapain Redmine plugin indexer plugin, I get an error

Running the command:

ruby plugins/redmine_xapian/extra/xapian_indexer.rb

Procures the error:

[!] There was an error parsing `Gemfile`:                                                                      
[!] There was an error parsing `Gemfile`:                                                                      
[!] There was an error while loading `additional_tags.gemspec`: uninitialized constant AdditionalTags::PluginVersion::VERSION. Bundler cannot continue.                                                                       

This seems to be related to AlphaNodes/additionals#102