mack-javascript 0.7.0.1 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/created.rid +1 -1
- data/doc/files/README.html +1 -1
- data/doc/files/lib/mack-javascript/generators/javascript_generator_rb.html +1 -1
- data/doc/files/lib/mack-javascript/helpers/jquery_helper_rb.html +1 -1
- data/doc/files/lib/mack-javascript/helpers/prototype_helper_rb.html +1 -1
- data/doc/files/lib/mack-javascript/helpers/script_generator_rb.html +1 -1
- data/doc/files/lib/mack-javascript/helpers/testing_helpers_rb.html +1 -1
- data/doc/files/lib/mack-javascript/rendering/engine/rjs_rb.html +1 -1
- data/doc/files/lib/mack-javascript/rendering/type/js_rb.html +1 -1
- data/doc/files/lib/mack-javascript/view_helpers/html_helpers_rb.html +1 -1
- data/doc/files/lib/mack-javascript/view_helpers/string_helpers_rb.html +1 -1
- data/doc/files/lib/mack-javascript_rb.html +1 -1
- data/lib/mack-javascript/generators/manifest.yml +2 -2
- metadata +4 -4
data/doc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Mon, 08 Sep 2008 10:57:50 -0400
|
data/doc/files/README.html
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
<%= f %>_javascript_file:
|
5
5
|
type: file
|
6
6
|
template_path: <%= File.join(templates_directory_path, "javascripts", "#{f}.template") %>
|
7
|
-
output_path: <%=
|
7
|
+
output_path: <%= Mack::Paths.public("javascripts", f) %>
|
8
8
|
<% end -%>
|
9
9
|
<% when 'jquery' -%>
|
10
10
|
<% ["jquery.js", "jquery-ui.js", "jquery-fx.js"].each do |f| -%>
|
11
11
|
<%= f %>_javascript_file:
|
12
12
|
type: file
|
13
13
|
template_path: <%= File.join(templates_directory_path, "javascripts", "#{f}.template") %>
|
14
|
-
output_path: <%=
|
14
|
+
output_path: <%= Mack::Paths.public("javascripts", f) %>
|
15
15
|
<% end -%>
|
16
16
|
<% end -%>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mack-javascript
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerardo Pis-Lopez
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-08
|
12
|
+
date: 2008-09-08 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,10 +20,10 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.1.
|
23
|
+
version: 1.1.3
|
24
24
|
version:
|
25
25
|
description: RJS support for the Mack Framework
|
26
|
-
email:
|
26
|
+
email: mark@mackframework.com
|
27
27
|
executables: []
|
28
28
|
|
29
29
|
extensions: []
|