cdinger / scenic-oracle_adapter

An Oracle adapter for Thoughtbot's scenic gem
MIT License
6 stars 5 forks source link

gem in Version 1.2.1 seems to be broken #14

Closed PhilippGoecke closed 1 year ago

PhilippGoecke commented 1 year ago

when you download https://rubygems.org/downloads/scenic-oracle_adapter-1.2.1.gem the data.tar.gz within the gemfile is far too small.

who can fix this?

thanks in advance!

PhilippGoecke commented 1 year ago

And when using the new Release i get an Error:

... NameError: uninitialized constant Scenic::Adapters::Oracle config/initializers/scenic.rb:4:in block in <top (required)>' vendor/ruby/3.0.0/gems/scenic-1.7.0/lib/scenic/configuration.rb:35:inconfigure' ...

cdinger commented 1 year ago

Thanks for reporting, @PhilippGoecke. I'm not sure what happened here, but he published gem file didn't contain any actual source code.

1.2.1 has been yanked and I'll push out a 1.2.2 release soon.

cdinger commented 1 year ago

@PhilippGoecke 1.2.2 has been pushed to rubygems.org. I've pulled it into one of my projects and it appears to be behaving. Let me know if you have any issues. Thanks again!

PhilippGoecke commented 1 year ago

@cdinger Version 1.2.2 works as expected - thanks for the fast fix!