dejan / auto_html-contrib

More filters for `auto_html` gem
MIT License
2 stars 6 forks source link

NameError (uninitialized constant AutoHtml::YouTubeThumbnail) when installing gem via rubygems #4

Open jirihradil opened 3 years ago

jirihradil commented 3 years ago

It looks like that version 0.1.1 available at rubygems is not identical with the version 0.1.1 posted in this repo.

Rubygem's copy does not contain the file auto_html/youtube_thumbnail) so calling AutoHtml::YouTubeThumbnail constant is not initialized. Very tricky :)

jirihradil commented 3 years ago

To reproduce:

Gemfile:

gem 'auto_html-contrib'

bundle install

rails c

AutoHtml::YouTubeThumb.new
Traceback (most recent call last):
        1: from (irb):17
NameError (uninitialized constant AutoHtml::YouTubeThumb)