paloma 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Changelog.md +4 -0
- data/app/views/paloma/_callback_hook.html.erb +1 -1
- data/paloma.gemspec +1 -1
- data/spec/test_app/Gemfile +3 -0
- metadata +2 -2
data/Changelog.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
callbacks.push({
|
|
24
24
|
controller: '<%= callback[:controller] %>',
|
|
25
25
|
action: '<%= callback[:action] %>',
|
|
26
|
-
params:
|
|
26
|
+
params: <%= callback[:params].to_json.html_safe %>
|
|
27
27
|
});
|
|
28
28
|
<% end %>
|
|
29
29
|
|
data/paloma.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'paloma'
|
|
3
|
-
s.version = '2.0.
|
|
3
|
+
s.version = '2.0.4'
|
|
4
4
|
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
|
|
5
5
|
s.description = "Page-specific javascript for Rails done right"
|
|
6
6
|
s.authors = ["Karl Paragua", "Bia Esmero"]
|
data/spec/test_app/Gemfile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paloma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-05-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: jquery-rails
|