poke_js 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/javascripts/poke_js.js +2 -1
- data/lib/poke_js/version.rb +1 -1
- metadata +2 -3
@@ -34,7 +34,8 @@ POKE = {
|
|
34
34
|
},
|
35
35
|
|
36
36
|
exec_all: function(controller, format, action) {
|
37
|
-
POKE.exec("
|
37
|
+
POKE.exec("application", format);
|
38
|
+
POKE.exec("application", format, action);
|
38
39
|
POKE.exec(controller, format);
|
39
40
|
POKE.exec(controller, format, action);
|
40
41
|
},
|
data/lib/poke_js/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poke_js
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-02-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -88,4 +88,3 @@ specification_version: 3
|
|
88
88
|
summary: Auto-magical scaffolding for the Garber-Irish Implementation way of organizing
|
89
89
|
your javascript.
|
90
90
|
test_files: []
|
91
|
-
has_rdoc:
|