mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
2.0.6
This commit is contained in:
parent
a0c5b34e9d
commit
6049fb72e6
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=
|
=
|
||||||
|
|
||||||
|
Version 2.0.6
|
||||||
|
-
|
||||||
|
* Pull #15: Handling flash on redirect.
|
||||||
|
|
||||||
Version 2.0.5
|
Version 2.0.5
|
||||||
-
|
-
|
||||||
* Bug Fix: Stupid typo on `_callback_hook.html.erb`.
|
* Bug Fix: Stupid typo on `_callback_hook.html.erb`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'paloma'
|
s.name = 'paloma'
|
||||||
s.version = '2.0.5'
|
s.version = '2.0.6'
|
||||||
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", "Bia Esmero"]
|
s.authors = ["Karl Paragua", "Bia Esmero"]
|
||||||
|
|
Loading…
Reference in a new issue