haml-edge 2.3.4 → 2.3.5
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 +1 -1
- data/VERSION +1 -1
- data/lib/sass/tree/comment_node.rb +1 -0
- data/test/sass/engine_test.rb +8 -0
- data/test/sass/plugin_test.rb +0 -14
- data/test/test_helper.rb +2 -0
- metadata +5 -5
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.5
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.5
|
data/test/sass/engine_test.rb
CHANGED
data/test/sass/plugin_test.rb
CHANGED
@@ -89,15 +89,6 @@ class SassPluginTest < Test::Unit::TestCase
|
|
89
89
|
assert_renders_correctly('more1_with_line_comments', 'more1', :prefix => 'more_')
|
90
90
|
end
|
91
91
|
|
92
|
-
def test_rails_update
|
93
|
-
File.delete(tempfile_loc('basic'))
|
94
|
-
assert Sass::Plugin.stylesheet_needs_update?('basic', template_loc, tempfile_loc)
|
95
|
-
|
96
|
-
ActionController::Base.new.process
|
97
|
-
|
98
|
-
assert !Sass::Plugin.stylesheet_needs_update?('basic', template_loc, tempfile_loc)
|
99
|
-
end
|
100
|
-
|
101
92
|
def test_merb_update
|
102
93
|
begin
|
103
94
|
require 'merb'
|
@@ -207,8 +198,3 @@ class Sass::Engine
|
|
207
198
|
old_render
|
208
199
|
end
|
209
200
|
end
|
210
|
-
|
211
|
-
class ActionController::Base
|
212
|
-
undef :sass_old_process
|
213
|
-
def sass_old_process(*args); end
|
214
|
-
end
|
data/test/test_helper.rb
CHANGED
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.
|
4
|
+
version: 2.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -44,9 +44,9 @@ extensions: []
|
|
44
44
|
|
45
45
|
extra_rdoc_files:
|
46
46
|
- README.md
|
47
|
-
- VERSION
|
48
|
-
- MIT-LICENSE
|
49
47
|
- REVISION
|
48
|
+
- MIT-LICENSE
|
49
|
+
- VERSION
|
50
50
|
- VERSION_NAME
|
51
51
|
- EDGE_GEM_VERSION
|
52
52
|
files:
|
@@ -249,9 +249,9 @@ files:
|
|
249
249
|
- init.rb
|
250
250
|
- .yardopts
|
251
251
|
- README.md
|
252
|
-
- VERSION
|
253
|
-
- MIT-LICENSE
|
254
252
|
- REVISION
|
253
|
+
- MIT-LICENSE
|
254
|
+
- VERSION
|
255
255
|
- VERSION_NAME
|
256
256
|
- EDGE_GEM_VERSION
|
257
257
|
has_rdoc: true
|