compass-jquery-plugin 0.2.5 → 0.2.5.1
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/README.textile +3 -3
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +4 -2
- data/templates/dynatree/jquery.dynatree.js +2018 -2018
- data/templates/jqgrid/i18n/jqgrid/locale-cn.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +1 -126
- data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ja.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +127 -127
- data/templates/jqgrid/jquery.jqGrid.js +10203 -10185
- data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
- data/templates/jqgrid/jquery.ui/jqGrid.sass +761 -761
- data/templates/jqgrid/manifest.rb +66 -64
- data/templates/jrails/config/initializers/jrails.rb +24 -24
- data/templates/jrails/jquery.js +7644 -7644
- data/templates/jrails/jquery.min.js +18 -18
- data/templates/jrails/manifest.rb +457 -457
- metadata +4 -2
data/README.textile
CHANGED
@@ -9,9 +9,9 @@ h2. Description
|
|
9
9
|
|
10
10
|
A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
|
11
11
|
|
12
|
-
* jRails with jQuery 1.
|
13
|
-
* jqGrid V3.6.
|
14
|
-
* dynatree V0.5.
|
12
|
+
* jRails with jQuery 1.3.2 and jQuery.UI 1.7.2 including themes
|
13
|
+
* jqGrid V3.6.2
|
14
|
+
* dynatree V0.5.2
|
15
15
|
* jQTouch V1.0b2
|
16
16
|
|
17
17
|
This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
|
data/VERSION.yml
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{compass-jquery-plugin}
|
8
|
-
s.version = "0.2.5"
|
8
|
+
s.version = "0.2.5.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kosmas Schuetz"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-02-06}
|
13
13
|
s.description = %q{A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.}
|
14
14
|
s.email = %q{kosmas.schuetz@gmx.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -215,6 +215,8 @@ Gem::Specification.new do |s|
|
|
215
215
|
"templates/jqgrid/i18n/jqgrid/locale-is.min.js",
|
216
216
|
"templates/jqgrid/i18n/jqgrid/locale-it.js",
|
217
217
|
"templates/jqgrid/i18n/jqgrid/locale-it.min.js",
|
218
|
+
"templates/jqgrid/i18n/jqgrid/locale-ja.js",
|
219
|
+
"templates/jqgrid/i18n/jqgrid/locale-ja.min.js",
|
218
220
|
"templates/jqgrid/i18n/jqgrid/locale-jp.js",
|
219
221
|
"templates/jqgrid/i18n/jqgrid/locale-jp.min.js",
|
220
222
|
"templates/jqgrid/i18n/jqgrid/locale-nl.js",
|