ifad / data-confirm-modal

Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.
MIT License
271 stars 115 forks source link

Version 1.3.0? #48

Closed 6temes closed 7 years ago

6temes commented 7 years ago

The master branch of the gem has a feature that allows the class of the modal to be selected using a data attribute:

https://github.com/ifad/data-confirm-modal/blob/master/vendor/assets/javascripts/data-confirm-modal.js#L98

Apparently, it was introduced after the release of v. 1.2.0 but, in my opinion, this feature is important enough to deserve its own version.

Would it be possible to release it to RubyGems?

vjt commented 7 years ago

Hi @6temes,

thanks for the heads up. Version 1.3.0 has been pushed to RubyGems.

Cheers,