compass-jquery-plugin 0.2.5 → 0.2.5.1

Sign up to get free protection for your applications and to get access to all the features.
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.4 and jQuery.UI 1.7.2 including themes
13
- * jqGrid V3.6.1
14
- * dynatree V0.5.1
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
@@ -1,5 +1,5 @@
1
1
  ---
2
- :commit:
2
+ :commit: 1
3
3
  :patch: 5
4
4
  :minor: 2
5
5
  :major: 0
@@ -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-01-29}
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",