harukizaemon-cascading_javascripts 2.0.2 → 2.0.3
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/CHANGELOG.rdoc
CHANGED
data/MIT-LICENSE
CHANGED
data/README.rdoc
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cascading_javascripts"
|
|
3
|
-
s.version = "2.0.
|
|
4
|
-
s.date = "2009-01-
|
|
3
|
+
s.version = "2.0.3"
|
|
4
|
+
s.date = "2009-01-14"
|
|
5
5
|
s.summary = "Include controller and action specific javascript files in your Ruby on Rails templates."
|
|
6
|
-
s.email = "
|
|
6
|
+
s.email = "haruki.zaemon@gmail.com"
|
|
7
7
|
s.homepage = "http://github.com/harukizaemon/cascading_javascripts"
|
|
8
8
|
s.description = "Cascading Javascripts is a Ruby on Rails plugin that enhances the behaviour of the built-in javascript_include_tag macro to include controller and action specific javascript files."
|
|
9
9
|
s.has_rdoc = true
|
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
"README.rdoc",
|
|
14
14
|
"cascading_javascripts.gemspec",
|
|
15
15
|
"lib/cascading_javascripts.rb",
|
|
16
|
-
"lib/
|
|
16
|
+
"lib/haruki_zaemon/cascading_javascripts/action_view/helpers/asset_tag_helper.rb"]
|
|
17
17
|
s.rdoc_options = ["--main", "README.rdoc"]
|
|
18
18
|
s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
|
|
19
19
|
end
|
|
@@ -1 +1 @@
|
|
|
1
|
-
ActionView::Helpers::AssetTagHelper::JavaScriptSources.send(:include,
|
|
1
|
+
ActionView::Helpers::AssetTagHelper::JavaScriptSources.send(:include, HarukiZaemon::CascadingJavascripts::ActionView::Helpers::AssetTagHelper::JavaScriptSources)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harukizaemon-cascading_javascripts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Harris
|
|
@@ -9,12 +9,12 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-01-
|
|
12
|
+
date: 2009-01-14 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
16
16
|
description: Cascading Javascripts is a Ruby on Rails plugin that enhances the behaviour of the built-in javascript_include_tag macro to include controller and action specific javascript files.
|
|
17
|
-
email:
|
|
17
|
+
email: haruki.zaemon@gmail.com
|
|
18
18
|
executables: []
|
|
19
19
|
|
|
20
20
|
extensions: []
|
|
@@ -28,7 +28,7 @@ files:
|
|
|
28
28
|
- README.rdoc
|
|
29
29
|
- cascading_javascripts.gemspec
|
|
30
30
|
- lib/cascading_javascripts.rb
|
|
31
|
-
- lib/
|
|
31
|
+
- lib/haruki_zaemon/cascading_javascripts/action_view/helpers/asset_tag_helper.rb
|
|
32
32
|
has_rdoc: true
|
|
33
33
|
homepage: http://github.com/harukizaemon/cascading_javascripts
|
|
34
34
|
post_install_message:
|