mack-javascript 0.6.1.2 → 0.7.0

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.
@@ -112,14 +112,6 @@
112
112
 
113
113
  <div id="section">
114
114
 
115
- <div id="class-list">
116
- <h3 class="section-bar">Classes and Modules</h3>
117
-
118
- Module <a href="Mack/JavaScript.html" class="link">Mack::JavaScript</a><br />
119
- Module <a href="Mack/Testing.html" class="link">Mack::Testing</a><br />
120
- Module <a href="Mack/ViewHelpers.html" class="link">Mack::ViewHelpers</a><br />
121
-
122
- </div>
123
115
 
124
116
 
125
117
 
data/doc/created.rid CHANGED
@@ -1 +1 @@
1
- Fri, 29 Aug 2008 11:19:07 -0400
1
+ Mon, 25 Aug 2008 11:24:57 -0400
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Aug 29 11:14:25 -0400 2008</td>
59
+ <td>Mon Aug 25 10:11:30 -0400 2008</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Aug 29 11:14:25 -0400 2008</td>
59
+ <td>Mon Aug 25 10:11:39 -0400 2008</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Aug 29 11:14:25 -0400 2008</td>
59
+ <td>Mon Aug 25 10:11:39 -0400 2008</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Aug 29 11:14:25 -0400 2008</td>
59
+ <td>Mon Aug 25 10:11:39 -0400 2008</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -22,17 +22,13 @@
22
22
  <div id="index-entries">
23
23
  <a href="classes/JavascriptGenerator.html">JavascriptGenerator</a><br />
24
24
  <a href="classes/Mack.html">Mack</a><br />
25
- <a href="classes/Mack/JavaScript.html">Mack::JavaScript</a><br />
26
- <a href="classes/Mack/JavaScript/Framework.html">Mack::JavaScript::Framework</a><br />
27
25
  <a href="classes/Mack/JavaScript/Framework/Jquery.html">Mack::JavaScript::Framework::Jquery</a><br />
28
26
  <a href="classes/Mack/JavaScript/Framework/Prototype.html">Mack::JavaScript::Framework::Prototype</a><br />
29
27
  <a href="classes/Mack/JavaScript/ScriptGenerator.html">Mack::JavaScript::ScriptGenerator</a><br />
30
28
  <a href="classes/Mack/Rendering/Engine/Rjs.html">Mack::Rendering::Engine::Rjs</a><br />
31
29
  <a href="classes/Mack/Rendering/Engine/Rjs/ViewTemplateHelpers.html">Mack::Rendering::Engine::Rjs::ViewTemplateHelpers</a><br />
32
30
  <a href="classes/Mack/Rendering/Type/Js.html">Mack::Rendering::Type::Js</a><br />
33
- <a href="classes/Mack/Testing.html">Mack::Testing</a><br />
34
31
  <a href="classes/Mack/Testing/Helpers.html">Mack::Testing::Helpers</a><br />
35
- <a href="classes/Mack/ViewHelpers.html">Mack::ViewHelpers</a><br />
36
32
  <a href="classes/Mack/ViewHelpers/HtmlHelpers.html">Mack::ViewHelpers::HtmlHelpers</a><br />
37
33
  <a href="classes/Mack/ViewHelpers/StringHelpers.html">Mack::ViewHelpers::StringHelpers</a><br />
38
34
  </div>
@@ -1,6 +1,6 @@
1
1
  module Mack
2
- module JavaScript
3
- module Framework
2
+ module JavaScript # :nodoc:
3
+ module Framework # :nodoc:
4
4
  class Jquery
5
5
  class << self
6
6
  def insert_html(position, id, html)
@@ -1,5 +1,5 @@
1
1
  module Mack
2
- module Testing
2
+ module Testing # :nodoc:
3
3
  module Helpers
4
4
  #simulates an ajax request
5
5
  def xhr(method, uri, options = {})
@@ -1,5 +1,5 @@
1
1
  module Mack
2
- module ViewHelpers
2
+ module ViewHelpers # :nodoc:
3
3
  module HtmlHelpers
4
4
  # Renders javascript in an html file
5
5
  #
@@ -1,5 +1,5 @@
1
1
  module Mack
2
- module ViewHelpers
2
+ module ViewHelpers # :nodoc:
3
3
  module StringHelpers
4
4
 
5
5
  # Escapes Javascript
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.6.1.2
4
+ version: 0.7.0
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-29 00:00:00 -04:00
12
+ date: 2008-08-25 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency