haml-edge 3.1.43 → 3.1.44

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.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/sass/scss/rx.rb +1 -1
  4. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.43
1
+ 3.1.44
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.43
1
+ 3.1.44
data/lib/sass/scss/rx.rb CHANGED
@@ -109,7 +109,7 @@ module Sass
109
109
  # Custom
110
110
  HEXCOLOR = /\#[0-9a-fA-F]+/
111
111
  INTERP_START = /#\{/
112
- MOZ_ALL = quote(":-moz-any(", Regexp::IGNORECASE)
112
+ MOZ_ANY = quote(":-moz-any(", Regexp::IGNORECASE)
113
113
 
114
114
  STRING1_NOINTERP = /\"((?:[^\n\r\f\\"#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\"/
115
115
  STRING2_NOINTERP = /\'((?:[^\n\r\f\\'#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\'/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml-edge
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.43
4
+ version: 3.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum