1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
This commit is contained in:
kbparagua 2013-10-24 17:43:33 +08:00
parent 550ed551ea
commit 77894fa744
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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']