haml-edge 2.3.234 → 2.3.235

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/plugin.rb +3 -1
  4. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.234
1
+ 2.3.235
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.234
1
+ 2.3.235
data/lib/sass/plugin.rb CHANGED
@@ -295,7 +295,9 @@ module Sass
295
295
  # As of FSSM 0.1.4, it doesn't support FSevents on individual files,
296
296
  # but it also isn't smart enough to switch to polling itself.
297
297
  require 'fssm/backends/polling'
298
- FSSM::Backends.const_set(:Default, FSSM::Backends::Polling)
298
+ Haml::Util.silence_warnings do
299
+ FSSM::Backends.const_set(:Default, FSSM::Backends::Polling)
300
+ end
299
301
  end
300
302
 
301
303
  # TODO: Keep better track of what depends on what
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: 2.3.234
4
+ version: 2.3.235
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum