1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

version 4.2.0

This commit is contained in:
kbparauga 2015-05-01 13:43:38 +08:00
parent 06e2567433
commit 17781aaa60
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 4.2.0
* https://github.com/kbparagua/paloma/pull/75 - Explicitly insert hook in view.
## 4.1.2
* https://github.com/kbparagua/paloma/issues/73 - Fix `js false` issue.

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'paloma'
s.version = '4.1.2'
s.version = '4.2.0'
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
s.description = "Page-specific javascript for Rails done right"
s.authors = ['Karl Paragua']