compass-jquery-plugin 0.3.0.beta.20 → 0.3.0.beta.21

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -8,11 +8,11 @@ h2. Description
8
8
 
9
9
  A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
10
10
 
11
- * jRails with jQuery 1.4.2 and jQuery.UI 1.8.4 including themes
11
+ * jRails with jQuery 1.4.2 and jQuery.UI 1.8.5 including themes
12
12
  * jquery.jstree.js V1.0rc2
13
13
  * jquery.dynatree.js V0.5.3
14
14
  * jquery.ribbon.js
15
- * jquery.jqGrid.js V3.8 Beta (with minor changes to make in RESTful)
15
+ * jquery.jqGrid.js V3.8 (with minor changes to make in RESTful)
16
16
  * jquery.jqtouch.js V1.0b2
17
17
 
18
18
  This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :commit: beta.20
2
+ :commit: beta.21
3
3
  :patch: 0
4
4
  :minor: 3
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.3.0.beta.20"
8
+ s.version = "0.3.0.beta.21"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kosmas Schuetz"]
12
- s.date = %q{2010-09-18}
12
+ s.date = %q{2010-09-21}
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 = [
@@ -209,6 +209,7 @@ namespace :build do
209
209
  'jquery.ui.progressbar.js',
210
210
  'jquery.ui.resizable.js',
211
211
  'jquery.ui.selectable.js',
212
+ 'jquery.ui.selectmenu.js',
212
213
  'jquery.ui.slider.js',
213
214
  'jquery.ui.sortable.js',
214
215
  'jquery.ui.tabs.js',
@@ -261,6 +262,7 @@ namespace :build do
261
262
  '_progressbar.scss',
262
263
  '_resizable.scss',
263
264
  '_selectable.scss',
265
+ '_selectmenu.scss',
264
266
  '_slider.scss',
265
267
  '_tabs.scss',
266
268
  '_theme.scss'