mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
3.0.1
This commit is contained in:
parent
550ed551ea
commit
77894fa744
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## Version 3.0.1
|
||||
* Bug Fix: Can't handle Rails controller with Multi-word name.
|
||||
* Bug Fix: Paloma Engine is halting when a warning is encountered.
|
||||
* Don't create Paloma request if rendering js, json, xml, or file.
|
||||
|
||||
|
||||
## Version 3.0.0
|
||||
* Rewrite Initial Release
|
||||
* Rewrite Initial Release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'paloma'
|
||||
s.version = '3.0.0'
|
||||
s.version = '3.0.1'
|
||||
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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue