tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
214 stars 133 forks source link

Sprockets 3.x compatibility #61

Closed miks closed 9 years ago

miks commented 9 years ago

Since Rails does not lock Sprockets version, it easy get updated to 3.x version which happen to use Digest::SHA256 (which is 64 characters). Additional regexp added against 64 character version.

miks commented 9 years ago

Can we make release for this?

miks commented 9 years ago

Is it possible to make release, as I'm using this in another gem?

tsechingho commented 9 years ago

sure, we got 4.4.7 now. thanks for your help.

miks commented 9 years ago

:+1: