muck-engine 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.11
1
+ 0.1.12
data/muck-engine.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-engine}
5
- s.version = "0.1.11"
5
+ s.version = "0.1.12"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Ball"]
@@ -148,6 +148,7 @@ Gem::Specification.new do |s|
148
148
  "locales/zh.yml",
149
149
  "muck-engine.gemspec",
150
150
  "pkg/muck-engine-0.1.10.gem",
151
+ "pkg/muck-engine-0.1.11.gem",
151
152
  "public/images/arrow_down.gif",
152
153
  "public/images/arrow_left.gif",
153
154
  "public/images/arrow_right.gif",
Binary file
@@ -23,7 +23,7 @@ form fieldset input[type="text"],form fieldset input[type="password"]{width:500p
23
23
  .medium{width:300px;height:300px;}
24
24
 
25
25
  /* tips */
26
- .availability{color:#b61e12;}
26
+ .availability{color:#b61e12;position:absolute;}
27
27
  .hidden-tips{display:none;}
28
28
  .required-tip{color:#555555;font-size:1.2em;margin:0pt;font-weight:bolder;height:0px;}
29
29
  .tip{position:absolute;z-index:100;border:2px solid #CCCCCC;background-color:#fff;width:400px;}
@@ -130,13 +130,13 @@ Module <a href="MuckApplication/InstanceMethods.html" class="link">ActionControl
130
130
  onclick="toggleCode('M000002-source');return false;">[Source]</a></p>
131
131
  <div class="method-source-code" id="M000002-source">
132
132
  <pre>
133
- <span class="ruby-comment cmt"># File lib/action_controller/muck_application.rb, line 87</span>
134
- 87: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">included</span>(<span class="ruby-identifier">receiver</span>)
135
- 88: <span class="ruby-identifier">receiver</span>.<span class="ruby-identifier">extend</span> <span class="ruby-constant">ClassMethods</span>
136
- 89: <span class="ruby-identifier">receiver</span>.<span class="ruby-identifier">class_eval</span> <span class="ruby-keyword kw">do</span>
137
- 90: <span class="ruby-identifier">include</span> <span class="ruby-constant">InstanceMethods</span>
138
- 91: <span class="ruby-keyword kw">end</span>
139
- 92: <span class="ruby-keyword kw">end</span>
133
+ <span class="ruby-comment cmt"># File lib/action_controller/muck_application.rb, line 89</span>
134
+ 89: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">included</span>(<span class="ruby-identifier">receiver</span>)
135
+ 90: <span class="ruby-identifier">receiver</span>.<span class="ruby-identifier">extend</span> <span class="ruby-constant">ClassMethods</span>
136
+ 91: <span class="ruby-identifier">receiver</span>.<span class="ruby-identifier">class_eval</span> <span class="ruby-keyword kw">do</span>
137
+ 92: <span class="ruby-identifier">include</span> <span class="ruby-constant">InstanceMethods</span>
138
+ 93: <span class="ruby-keyword kw">end</span>
139
+ 94: <span class="ruby-keyword kw">end</span>
140
140
  </pre>
141
141
  </div>
142
142
  </div>
data/rdoc/created.rid CHANGED
@@ -1 +1 @@
1
- Thu, 25 Jun 2009 01:26:44 -0600
1
+ Thu, 25 Jun 2009 15:44:04 -0600
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Thu Jun 25 01:21:19 -0600 2009</td>
59
+ <td>Thu Jun 25 15:43:13 -0600 2009</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -102,6 +102,7 @@ files:
102
102
  - locales/zh.yml
103
103
  - muck-engine.gemspec
104
104
  - pkg/muck-engine-0.1.10.gem
105
+ - pkg/muck-engine-0.1.11.gem
105
106
  - public/images/arrow_down.gif
106
107
  - public/images/arrow_left.gif
107
108
  - public/images/arrow_right.gif