haml-edge 2.3.195 → 2.3.196

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.
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.195
1
+ 2.3.196
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.195
1
+ 2.3.196
@@ -736,11 +736,6 @@ module Sass::Script
736
736
  numeric_transformation(value) {|n| n.abs}
737
737
  end
738
738
 
739
- def unquote(value)
740
- assert_type value, :String
741
- Sass::Script::String.new(value.value)
742
- end
743
-
744
739
  private
745
740
 
746
741
  # This method implements the pattern of transforming a numeric value into
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.195
4
+ version: 2.3.196
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum