mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Update gemspec for 4.1.1
This commit is contained in:
parent
6968003fed
commit
640bbfb1d5
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
# Changelog
|
||||
|
||||
## Version 4.1.0
|
||||
* Support for Turbolinks.
|
||||
* `Paloma.executeHook()` to manually run the hook from the DOM.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'paloma'
|
||||
s.version = '4.1.0'
|
||||
s.version = '4.1.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…
Reference in a new issue