mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
4.2.1
This commit is contained in:
parent
b380289588
commit
dd6d2e7405
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## 4.2.1
|
||||||
|
* https://github.com/kbparagua/paloma/issues/79 - Rendering "true" string fixed.
|
||||||
|
* Catch situations where `js` function is called more than once.
|
||||||
|
|
||||||
## 4.2.0
|
## 4.2.0
|
||||||
* https://github.com/kbparagua/paloma/pull/75 - Explicitly insert hook in view.
|
* https://github.com/kbparagua/paloma/pull/75 - Explicitly insert hook in view.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'paloma'
|
s.name = 'paloma'
|
||||||
s.version = '4.2.0'
|
s.version = '4.2.1'
|
||||||
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
|
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
|
||||||
s.description = "Page-specific javascript for Rails done right"
|
s.description = "Page-specific javascript for Rails done right"
|
||||||
s.authors = ['Karl Paragua']
|
s.authors = ['Karl Paragua']
|
||||||
|
|
Loading…
Reference in a new issue