SpinaCMS/Spina

uninitialized constant Spina::VERSION

aseroff opened this issue · 4 comments

Getting a strange error upon upgrading to v2.13 and loading any admin page

.../.rvm/gems/ruby-2.7.6/gems/spina-2.13.0/app/views/spina/admin/shared/_version.html.erb where line #8
uninitialized constant Spina::VERSION
Did you mean?  Spina::Version

I can see that lib/spina/version.rb defines the VERSION constant, so I'm not sure what's going on here.

That’s odd. Did you run the main branch before or 2.12?

Can you confirm if this branch works for you?
https://github.com/Bramjetten/Spina/tree/requireversionrb

2.12 worked fine. So does the requireversionrb branch.

Just pushed v2.13.1 which includes the fix!