autoprefixer-rails 0.7.20130806 → 0.7.20130807

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -7,6 +7,10 @@
7
7
  20130806:
8
8
  * Add hyphens support.
9
9
 
10
+ 20130807:
11
+ * Add tab-size support.
12
+ * Add :fullscreen support.
13
+
10
14
  == 0.6 (As High As Honor)
11
15
  * New faster API, which cache preprocessed data. Old API is deprecated.
12
16
  * A lot of perfomance improvements.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autoprefixer-rails (0.7.20130806)
4
+ autoprefixer-rails (0.7.20130807)
5
5
  execjs
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module AutoprefixerRails
2
- VERSION = '0.7.20130806'.freeze unless defined? AutoprefixerRails::VERSION
2
+ VERSION = '0.7.20130807'.freeze unless defined? AutoprefixerRails::VERSION
3
3
  end
@@ -1113,6 +1113,10 @@ require.register("autoprefixer/data/prefixes.js", function(exports, require, mod
1113
1113
  selector: true,
1114
1114
  browsers: ["ff 2", "ff 3", "ff 3.5", "ff 3.6", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 22", "ff 23", "ff 24"]
1115
1115
  },
1116
+ ":fullscreen": {
1117
+ selector: true,
1118
+ browsers: ["chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "chrome 30", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 22", "ff 23", "ff 24", "ie 11", "opera 15", "opera 16", "safari 5.1", "safari 6", "safari 7"]
1119
+ },
1116
1120
  "@keyframes": {
1117
1121
  browsers: ["android 2.1", "android 2.2", "android 2.3", "android 3", "android 4", "android 4.1", "android 4.2", "bb 7", "bb 10", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "chrome 30", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "opera 12", "opera 15", "opera 16", "safari 4", "safari 5", "safari 5.1", "safari 6", "safari 7"]
1118
1122
  },
@@ -1316,6 +1320,9 @@ require.register("autoprefixer/data/prefixes.js", function(exports, require, mod
1316
1320
  props: ["background", "background-image", "border-image"],
1317
1321
  browsers: ["android 2.1", "android 2.2", "android 2.3", "android 3", "android 4", "android 4.1", "android 4.2", "bb 7", "bb 10", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "ff 3.6", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "opera 11.1", "opera 11.5", "opera 11.6", "opera 12", "safari 4", "safari 5", "safari 5.1", "safari 6"]
1318
1322
  },
1323
+ "tab-size": {
1324
+ browsers: ["ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ff 16", "ff 17", "ff 18", "ff 19", "ff 20", "ff 21", "ff 22", "ff 23", "ff 24", "opera 10.6", "opera 11", "opera 11.1", "opera 11.5", "opera 11.6", "opera 12", "opera 12.1"]
1325
+ },
1319
1326
  transform: {
1320
1327
  browsers: ["android 2.1", "android 2.2", "android 2.3", "android 3", "android 4", "android 4.1", "android 4.2", "bb 7", "bb 10", "chrome 4", "chrome 5", "chrome 6", "chrome 7", "chrome 8", "chrome 9", "chrome 10", "chrome 11", "chrome 12", "chrome 13", "chrome 14", "chrome 15", "chrome 16", "chrome 17", "chrome 18", "chrome 19", "chrome 20", "chrome 21", "chrome 22", "chrome 23", "chrome 24", "chrome 25", "chrome 26", "chrome 27", "chrome 28", "chrome 29", "chrome 30", "ff 3.5", "ff 3.6", "ff 4", "ff 5", "ff 6", "ff 7", "ff 8", "ff 9", "ff 10", "ff 11", "ff 12", "ff 13", "ff 14", "ff 15", "ie 9", "ios 3.2", "ios 4", "ios 4.1", "ios 4.2", "ios 4.3", "ios 5", "ios 5.1", "ios 6", "ios 6.1", "ios 7", "opera 10.5", "opera 10.6", "opera 11", "opera 11.1", "opera 11.5", "opera 11.6", "opera 12", "opera 15", "opera 16", "safari 3.1", "safari 3.2", "safari 4", "safari 5", "safari 5.1", "safari 6", "safari 7"],
1321
1328
  transition: true
@@ -2675,6 +2682,43 @@ require.register("autoprefixer/lib/autoprefixer/hacks/flex.js", function(exports
2675
2682
 
2676
2683
  }).call(this);
2677
2684
 
2685
+ });
2686
+ require.register("autoprefixer/lib/autoprefixer/hacks/fullscreen.js", function(exports, require, module){
2687
+ (function() {
2688
+ var Fullscreen, Selector, _ref,
2689
+ __hasProp = {}.hasOwnProperty,
2690
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
2691
+
2692
+ Selector = require('../selector');
2693
+
2694
+ Fullscreen = (function(_super) {
2695
+ __extends(Fullscreen, _super);
2696
+
2697
+ function Fullscreen() {
2698
+ _ref = Fullscreen.__super__.constructor.apply(this, arguments);
2699
+ return _ref;
2700
+ }
2701
+
2702
+ Fullscreen.names = [':fullscreen'];
2703
+
2704
+ Fullscreen.prototype.prefixed = function(prefix) {
2705
+ if ('-webkit-' === prefix) {
2706
+ return ':-webkit-full-screen';
2707
+ } else if ('-moz-' === prefix) {
2708
+ return ':-moz-full-screen';
2709
+ } else {
2710
+ return ":" + prefix + "fullscreen";
2711
+ }
2712
+ };
2713
+
2714
+ return Fullscreen;
2715
+
2716
+ })(Selector);
2717
+
2718
+ module.exports = Fullscreen;
2719
+
2720
+ }).call(this);
2721
+
2678
2722
  });
2679
2723
  require.register("autoprefixer/lib/autoprefixer/hacks/gradient.js", function(exports, require, module){
2680
2724
  (function() {
@@ -2898,7 +2942,7 @@ require.register("autoprefixer/lib/autoprefixer/hacks/placeholder.js", function(
2898
2942
  } else if ('-ms-' === prefix) {
2899
2943
  return ':-ms-input-placeholder';
2900
2944
  } else {
2901
- return "::" + prefix + "-placeholder";
2945
+ return "::" + prefix + "placeholder";
2902
2946
  }
2903
2947
  };
2904
2948
 
@@ -3103,6 +3147,8 @@ require.register("autoprefixer/lib/autoprefixer/prefixes.js", function(exports,
3103
3147
 
3104
3148
  Selector.register(require('./hacks/placeholder'));
3105
3149
 
3150
+ Selector.register(require('./hacks/fullscreen'));
3151
+
3106
3152
  Prefixes = (function() {
3107
3153
  function Prefixes(data, browsers) {
3108
3154
  var _ref;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoprefixer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.20130806
4
+ version: 0.7.20130807
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-08-06 00:00:00.000000000 Z
12
+ date: 2013-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: execjs
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  segments:
86
86
  - 0
87
- hash: -4116861696990869325
87
+ hash: 4535003569755101528
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  none: false
90
90
  requirements:
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  segments:
95
95
  - 0
96
- hash: -4116861696990869325
96
+ hash: 4535003569755101528
97
97
  requirements: []
98
98
  rubyforge_project:
99
99
  rubygems_version: 1.8.23