gbdev-krjs 0.5.2 → 0.5.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/lib/krjs.rb +1 -1
- data/lib/krjs_with_debug_info.rb +1 -1
- metadata +2 -2
data/lib/krjs.rb
CHANGED
data/lib/krjs_with_debug_info.rb
CHANGED
|
@@ -227,7 +227,7 @@ module ActionView
|
|
|
227
227
|
class InstanceTag
|
|
228
228
|
def template_object; @template_object; end
|
|
229
229
|
def url_for(options); template_object.url_for(options); end
|
|
230
|
-
include
|
|
230
|
+
include JavaScriptHelper
|
|
231
231
|
include PrototypeHelper
|
|
232
232
|
public :tag_options
|
|
233
233
|
include Krjs
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gbdev-krjs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Choon Keat
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date:
|
|
13
|
+
date: 2009-01-02 00:00:00 -08:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|