jquery-ui-sass-rails 4.0.2.1 → 4.0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # master
2
2
 
3
- # 4.0.2
3
+ # 4.0.3.0
4
+
5
+ Update jQuery UI to version `1.10.3`
6
+
7
+ # 4.0.2.1
8
+
9
+ Fixed issue with missing quotes for `@import` statements #2
10
+
11
+ # 4.0.2.0
4
12
 
5
13
  * Initial `jquery-ui-sass-rails` release
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # jquery-ui-sass-rails
2
2
 
3
- This gem packages the jQuery UI 1.10.2 stylesheets in **Sass format (SCSS syntax)** for the Rails 3.1+ [asset
3
+ This gem packages the jQuery UI 1.10.3 stylesheets in **Sass format (SCSS syntax)** for the Rails 3.1+ [asset
4
4
  pipeline](http://guides.rubyonrails.org/asset_pipeline.html).
5
5
 
6
6
  It complements the [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) gem, which already packages all the plain jQuery UI assets (javascript, css, images), by additionally providing the jQuery UI stylesheets in Sass format allowing much easier customization through Sass variables. It overwrites the plain CSS stylesheets from `jquery-ui-rails` and leaves everything else untouched.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Accordion 1.10.0
2
+ * jQuery UI Accordion 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Autocomplete 1.10.0
2
+ * jQuery UI Autocomplete 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Button 1.10.0
2
+ * jQuery UI Button 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Datepicker 1.10.0
2
+ * jQuery UI Datepicker 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Dialog 1.10.0
2
+ * jQuery UI Dialog 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Menu 1.10.0
2
+ * jQuery UI Menu 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -24,6 +24,8 @@
24
24
  margin: 0;
25
25
  padding: 0;
26
26
  width: 100%;
27
+ /* support: IE10, see #8844 */
28
+ list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
27
29
  }
28
30
  .ui-menu .ui-menu-divider {
29
31
  margin: 5px -2px 5px -2px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Progressbar 1.10.0
2
+ * jQuery UI Progressbar 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Resizable 1.10.0
2
+ * jQuery UI Resizable 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Selectable 1.10.0
2
+ * jQuery UI Selectable 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Slider 1.10.0
2
+ * jQuery UI Slider 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Spinner 1.10.0
2
+ * jQuery UI Spinner 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tabs 1.10.0
2
+ * jQuery UI Tabs 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -23,7 +23,7 @@
23
23
  position: relative;
24
24
  top: 0;
25
25
  margin: 1px .2em 0 0;
26
- border-bottom: 0;
26
+ border-bottom-width: 0;
27
27
  padding: 0;
28
28
  white-space: nowrap;
29
29
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.10.0
2
+ * jQuery UI CSS Framework 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -158,7 +158,6 @@
158
158
  .ui-icon {
159
159
  width: 16px;
160
160
  height: 16px;
161
- background-position: 16px 16px;
162
161
  }
163
162
  .ui-icon,
164
163
  .ui-widget-content .ui-icon {
@@ -186,6 +185,7 @@
186
185
  }
187
186
 
188
187
  /* positioning */
188
+ .ui-icon-blank { background-position: 16px 16px; }
189
189
  .ui-icon-carat-1-n { background-position: 0 0; }
190
190
  .ui-icon-carat-1-ne { background-position: -16px 0; }
191
191
  .ui-icon-carat-1-e { background-position: -32px 0; }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tooltip 1.10.0
2
+ * jQuery UI Tooltip 1.10.3
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright 2013 jQuery Foundation and other contributors
@@ -2,8 +2,8 @@ module Jquery
2
2
  module Ui
3
3
  module Sass
4
4
  module Rails
5
- VERSION = "4.0.2.1"
6
- JQUERY_UI_RAILS_VERSION = "4.0.2"
5
+ VERSION = "4.0.3.0"
6
+ JQUERY_UI_RAILS_VERSION = "4.0.3"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-ui-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2.1
4
+ version: 4.0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-13 00:00:00.000000000 Z
12
+ date: 2013-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 4.0.2
53
+ version: 4.0.3
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 4.0.2
61
+ version: 4.0.3
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: json
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -424,9 +424,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
424
424
  - - ! '>='
425
425
  - !ruby/object:Gem::Version
426
426
  version: '0'
427
- segments:
428
- - 0
429
- hash: 1967109973726213215
430
427
  required_rubygems_version: !ruby/object:Gem::Requirement
431
428
  none: false
432
429
  requirements:
@@ -435,7 +432,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
435
432
  version: 1.3.6
436
433
  requirements: []
437
434
  rubyforge_project:
438
- rubygems_version: 1.8.23
435
+ rubygems_version: 1.8.25
439
436
  signing_key:
440
437
  specification_version: 3
441
438
  summary: jQuery UI stylesheets packaged as Sass files for the Rails asset pipeline