hum 0.0.1 → 0.0.2

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 (94) hide show
  1. data/CHANGELOG.md +5 -1
  2. data/README.md +61 -20
  3. data/hum.gemspec +4 -3
  4. data/lib/hum/array.rb +41 -18
  5. data/lib/hum/engine.rb +205 -190
  6. data/lib/hum/exec.rb +3 -2
  7. data/lib/hum/version.rb +1 -1
  8. data/test/bad_file_test.rb +28 -0
  9. data/test/engine_tests.rb +132 -0
  10. data/test/haml/insert_extra_child.haml +9 -0
  11. data/test/{hum/templates/nest/nest.haml → haml/nests.haml} +1 -1
  12. data/test/haml/parent_selector.haml +7 -0
  13. data/test/haml/parent_siblings.haml +10 -0
  14. data/test/{hum/templates/simple/simple.haml → haml/property_value.haml} +1 -1
  15. data/test/haml/siblings.haml +6 -0
  16. data/test/{hum/templates/single/single.haml → haml/single_line_nest.haml} +4 -2
  17. data/test/{hum/templates/comma/comma.html → other/bad.file} +0 -0
  18. data/test/other/example.scss +6 -0
  19. data/test/sass/insert_extra_child.sass +8 -0
  20. data/test/{hum/templates/nest/nest.sass → sass/nests.sass} +0 -0
  21. data/test/sass/parent_selector.sass +6 -0
  22. data/test/sass/parent_siblings.sass +6 -0
  23. data/test/{hum/templates/simple/simple.sass → sass/property_value.sass} +0 -0
  24. data/test/sass/siblings.sass +2 -0
  25. data/test/{hum/templates/single/single.sass → sass/single_line_nest.sass} +1 -1
  26. data/test/sass_convert_test.rb +28 -0
  27. metadata +60 -159
  28. data/test/hum/templates/comma/comma.array +0 -1
  29. data/test/hum/templates/comma/comma.css +0 -6
  30. data/test/hum/templates/comma/comma.haml +0 -6
  31. data/test/hum/templates/comma/comma.haml_tags +0 -1
  32. data/test/hum/templates/comma/comma.sass +0 -2
  33. data/test/hum/templates/comma/comma_clean.sass +0 -1
  34. data/test/hum/templates/comma/comma_end.html +0 -9
  35. data/test/hum/templates/complex_parent/complex_parent.array +0 -1
  36. data/test/hum/templates/complex_parent/complex_parent.css +0 -18
  37. data/test/hum/templates/complex_parent/complex_parent.haml +0 -12
  38. data/test/hum/templates/complex_parent/complex_parent.haml_tags +0 -1
  39. data/test/hum/templates/complex_parent/complex_parent.html +0 -0
  40. data/test/hum/templates/complex_parent/complex_parent.sass +0 -12
  41. data/test/hum/templates/complex_parent/complex_parent_clean.sass +0 -6
  42. data/test/hum/templates/complex_parent/complex_parent_end.html +0 -18
  43. data/test/hum/templates/deep_nest/deep_nest.array +0 -1
  44. data/test/hum/templates/deep_nest/deep_nest.css +0 -15
  45. data/test/hum/templates/deep_nest/deep_nest.haml +0 -19
  46. data/test/hum/templates/deep_nest/deep_nest.haml_tags +0 -1
  47. data/test/hum/templates/deep_nest/deep_nest.html +0 -0
  48. data/test/hum/templates/deep_nest/deep_nest.sass +0 -10
  49. data/test/hum/templates/deep_nest/deep_nest_clean.sass +0 -5
  50. data/test/hum/templates/deep_nest/deep_nest_end.html +0 -27
  51. data/test/hum/templates/deep_nest/deep_nest_start.scss +0 -15
  52. data/test/hum/templates/line_nest/line_nest.array +0 -1
  53. data/test/hum/templates/line_nest/line_nest.css +0 -6
  54. data/test/hum/templates/line_nest/line_nest.haml +0 -9
  55. data/test/hum/templates/line_nest/line_nest.haml_tags +0 -1
  56. data/test/hum/templates/line_nest/line_nest.html +0 -0
  57. data/test/hum/templates/line_nest/line_nest.sass +0 -5
  58. data/test/hum/templates/line_nest/line_nest_clean.sass +0 -2
  59. data/test/hum/templates/line_nest/line_nest_end.html +0 -15
  60. data/test/hum/templates/nest/nest.array +0 -1
  61. data/test/hum/templates/nest/nest.css +0 -9
  62. data/test/hum/templates/nest/nest.haml_tags +0 -1
  63. data/test/hum/templates/nest/nest.html +0 -0
  64. data/test/hum/templates/nest/nest_clean.sass +0 -3
  65. data/test/hum/templates/nest/nest_end.html +0 -12
  66. data/test/hum/templates/parent_nest/parent_nest.array +0 -1
  67. data/test/hum/templates/parent_nest/parent_nest.css +0 -12
  68. data/test/hum/templates/parent_nest/parent_nest.haml +0 -8
  69. data/test/hum/templates/parent_nest/parent_nest.haml_tags +0 -1
  70. data/test/hum/templates/parent_nest/parent_nest.html +0 -0
  71. data/test/hum/templates/parent_nest/parent_nest.sass +0 -8
  72. data/test/hum/templates/parent_nest/parent_nest_clean.sass +0 -4
  73. data/test/hum/templates/parent_nest/parent_nest_end.html +0 -12
  74. data/test/hum/templates/parent_select/parent_select.array +0 -1
  75. data/test/hum/templates/parent_select/parent_select.css +0 -4
  76. data/test/hum/templates/parent_select/parent_select.haml +0 -6
  77. data/test/hum/templates/parent_select/parent_select.haml_tags +0 -1
  78. data/test/hum/templates/parent_select/parent_select.html +0 -0
  79. data/test/hum/templates/parent_select/parent_select.sass +0 -4
  80. data/test/hum/templates/parent_select/parent_select_clean.sass +0 -2
  81. data/test/hum/templates/parent_select/parent_select_end.html +0 -9
  82. data/test/hum/templates/simple/simple.array +0 -1
  83. data/test/hum/templates/simple/simple.css +0 -9
  84. data/test/hum/templates/simple/simple.haml_tags +0 -1
  85. data/test/hum/templates/simple/simple.html +0 -0
  86. data/test/hum/templates/simple/simple_clean.sass +0 -3
  87. data/test/hum/templates/simple/simple_end.html +0 -10
  88. data/test/hum/templates/single/single.array +0 -1
  89. data/test/hum/templates/single/single.css +0 -3
  90. data/test/hum/templates/single/single.haml_tags +0 -1
  91. data/test/hum/templates/single/single.html +0 -0
  92. data/test/hum/templates/single/single_clean.sass +0 -1
  93. data/test/hum/templates/single/single_end.html +0 -8
  94. data/test/run_tests.rb +0 -119
data/lib/hum/exec.rb CHANGED
@@ -76,7 +76,7 @@ module Hum
76
76
  #open css
77
77
  input = @files[:input]
78
78
  @machine = Engine.new
79
- @machine.load(input)
79
+ @machine.load(input)
80
80
  @machine.run
81
81
  rescue Exception => e
82
82
  puts e
@@ -88,9 +88,10 @@ module Hum
88
88
  def watch
89
89
  puts ">>> Hum is watching for changes. Press Ctrl-C to stop."
90
90
  begin
91
+ target = ""
91
92
  current_path = Dir.pwd
92
93
  monitor = FSSM::Monitor.new
93
- monitor.path current_path, "**/*.css" do
94
+ monitor.path current_path, ["**/*.scss", "**/*.sass"] do
94
95
  update do |b, input|
95
96
  puts ">>> Change found - #{input}..."
96
97
  @machine = Engine.new
data/lib/hum/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hum
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -0,0 +1,28 @@
1
+ dir_lib = File.dirname(__FILE__) + '/../lib'
2
+ $:.unshift dir_lib unless $:.include?(dir_lib)
3
+
4
+ require 'test/unit'
5
+ require 'fileutils'
6
+ require 'hum/engine'
7
+
8
+ class HumText < Test::Unit::TestCase
9
+
10
+ def setup
11
+ @machine = Hum::Engine.new
12
+ end
13
+
14
+ #testing invalid files
15
+ def test_invalid_file
16
+ #get a bad file
17
+ file = File.open("#{File.expand_path('../', __FILE__)}/other/bad.file", "r")
18
+
19
+ #load it
20
+ @machine.load(file)
21
+
22
+ #close it
23
+ file.close()
24
+
25
+ #should fail
26
+ assert_equal(@machine.run_haml, "")
27
+ end
28
+ end
@@ -0,0 +1,132 @@
1
+ dir_lib = File.dirname(__FILE__) + '/../lib'
2
+ $:.unshift dir_lib unless $:.include?(dir_lib)
3
+
4
+ require 'test/unit'
5
+ require 'fileutils'
6
+ require 'hum/engine'
7
+
8
+ class HumText < Test::Unit::TestCase
9
+
10
+ def setup
11
+ @machine = Hum::Engine.new
12
+ end
13
+
14
+ #test SASS files
15
+ def test_property_value
16
+ @file = "property_value"
17
+ quick_test
18
+ end
19
+
20
+ def test_nests
21
+ @file = "nests"
22
+ quick_test
23
+ end
24
+
25
+ def test_single_line_nest
26
+ @file = "single_line_nest"
27
+ quick_test
28
+ end
29
+
30
+ def test_parent_selector
31
+ @file = "parent_selector"
32
+ quick_test
33
+ end
34
+
35
+ def test_siblings
36
+ @file = "siblings"
37
+ quick_test
38
+ end
39
+
40
+ def test_insert_extra_child
41
+ @file = "insert_extra_child"
42
+ quick_test
43
+ end
44
+
45
+ def test_parent_siblings
46
+ @file = "parent_siblings"
47
+ quick_test
48
+ end
49
+
50
+ private
51
+
52
+ def quick_test
53
+ #start
54
+ start_engine
55
+
56
+ #load sass
57
+ load_file
58
+
59
+ #compare files
60
+ compare_files
61
+ end
62
+
63
+ def long_test
64
+ #start
65
+ start_engine
66
+
67
+ #load sass
68
+ load_file
69
+
70
+ #runs comparison on the SASS
71
+ compare_sass
72
+
73
+ #runs clean sass
74
+ compare_clean_sass
75
+
76
+ #parse clean CSS into hashes of data
77
+ compare_hashes
78
+
79
+ #compare HAML tags
80
+ compare_haml_tags
81
+
82
+ #compare HAML tags
83
+ compare_haml
84
+
85
+ #compare HTML
86
+ compare_html
87
+ end
88
+
89
+ def start_engine
90
+ #path to folders
91
+ @path = File.expand_path('../', __FILE__)
92
+
93
+ #the starting test
94
+ @sass = File.open("#{@path}/sass/#{@file}.sass", "r")
95
+
96
+ #the matched result
97
+ @result = File.open("#{@path}/haml/#{@file}.haml", "r")
98
+ end
99
+
100
+ def load_file
101
+ @machine.load(@sass)
102
+ @sass.close()
103
+ end
104
+
105
+ def compare_files
106
+ assert_equal(@machine.run_haml, @result.read)
107
+ end
108
+
109
+ def compare_sass
110
+ assert_equal(@machine.render_sass, File.open("#{@path}/long_test/#{@file}.sass", 'r').read)
111
+ end
112
+
113
+ def compare_clean_sass
114
+ assert_equal(@machine.clean_sass, File.open("#{@path}/long_test/#{@file}_clean.sass", 'r').read)
115
+ end
116
+
117
+ def compare_hashes
118
+ assert_equal(@machine.build_hashes.inspect.to_s, File.open("#{@path}/long_test/#{@file}.array", 'r').read)
119
+ end
120
+
121
+ def compare_haml_tags
122
+ assert_equal(@machine.render_haml_tags.inspect.to_s, File.open("#{@path}/long_test/#{@file}.haml_tags", 'r').read)
123
+ end
124
+
125
+ def compare_haml
126
+ assert_equal(@machine.output_haml, File.open("#{@path}/long_test/#{@file}.haml", 'r').read)
127
+ end
128
+
129
+ def compare_html
130
+ assert_equal(@machine.output_html, File.open("#{@path}/long_test/#{@file}_end.html", 'r').read)
131
+ end
132
+ end
@@ -0,0 +1,9 @@
1
+ %html
2
+ %head
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'insert_extra_child.css'}
4
+ %body
5
+ %div.foo
6
+ %div.bar Inner content
7
+ %div.foo.baz
8
+ %div.bar Inner content
9
+ %p Inner content
@@ -1,6 +1,6 @@
1
1
  %html
2
2
  %head
3
- %link{:type => 'text/css', :rel => 'stylesheet', :href => 'nest.css'}
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'nests.css'}
4
4
  %body
5
5
  %div.foo
6
6
  %div.bar
@@ -0,0 +1,7 @@
1
+ %html
2
+ %head
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'parent_selector.css'}
4
+ %body
5
+ %div.foo Inner content
6
+ %div.foo.bar
7
+ %div.baz Inner content
@@ -0,0 +1,10 @@
1
+ %html
2
+ %head
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'parent_siblings.css'}
4
+ %body
5
+ %div.foo
6
+ %div.bar Inner content
7
+ %div.foo.baz
8
+ %div.bar Inner content
9
+ %div.foo.buz
10
+ %div.bar Inner content
@@ -1,6 +1,6 @@
1
1
  %html
2
2
  %head
3
- %link{:type => 'text/css', :rel => 'stylesheet', :href => 'simple.css'}
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'property_value.css'}
4
4
  %body
5
5
  %div.foo Inner content
6
6
  %div.bar Inner content
@@ -0,0 +1,6 @@
1
+ %html
2
+ %head
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'siblings.css'}
4
+ %body
5
+ %div.foo Inner content
6
+ %div.bar Inner content
@@ -1,5 +1,7 @@
1
1
  %html
2
2
  %head
3
- %link{:type => 'text/css', :rel => 'stylesheet', :href => 'single.css'}
3
+ %link{:type => 'text/css', :rel => 'stylesheet', :href => 'single_line_nest.css'}
4
4
  %body
5
- %p Inner content
5
+ %div.foo
6
+ %div.bar
7
+ %p Inner content
@@ -0,0 +1,6 @@
1
+ .foo{
2
+ color: white;
3
+ .bar{
4
+ color: black;
5
+ }
6
+ }
@@ -0,0 +1,8 @@
1
+ .foo
2
+ color: white
3
+ .bar
4
+ color: black
5
+ &.baz
6
+ color: orange
7
+ p
8
+ color: red
@@ -0,0 +1,6 @@
1
+ .foo
2
+ color: white
3
+ &.bar
4
+ color: black
5
+ .baz
6
+ color: red
@@ -0,0 +1,6 @@
1
+ .foo
2
+ color: white
3
+ .bar
4
+ color: black
5
+ &.baz, &.buz
6
+ color: red
@@ -0,0 +1,2 @@
1
+ .foo, .bar
2
+ color: black
@@ -1,2 +1,2 @@
1
- p
1
+ .foo .bar p
2
2
  font-size: 12px
@@ -0,0 +1,28 @@
1
+ dir_lib = File.dirname(__FILE__) + '/../lib'
2
+ $:.unshift dir_lib unless $:.include?(dir_lib)
3
+
4
+ require 'test/unit'
5
+ require 'fileutils'
6
+ require 'hum/engine'
7
+
8
+ class HumText < Test::Unit::TestCase
9
+
10
+ def setup
11
+ @machine = Hum::Engine.new
12
+ end
13
+
14
+ #testing sass-convert
15
+ def test_sass_convert
16
+ #get a bad file
17
+ file = File.open("#{File.expand_path('../', __FILE__)}/other/example.scss", "r")
18
+
19
+ #load it
20
+ @machine.load(file)
21
+
22
+ #close it
23
+ file.close()
24
+
25
+ #should fail
26
+ assert_not_nil(@machine.run_haml)
27
+ end
28
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,41 +9,52 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-14 00:00:00.000000000Z
12
+ date: 2012-01-15 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &2156577620 !ruby/object:Gem::Requirement
16
+ requirement: &2156281120 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 3.1.12
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156577620
24
+ version_requirements: *2156281120
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: haml
27
- requirement: &2156577180 !ruby/object:Gem::Requirement
27
+ requirement: &2156280380 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: 3.1.4
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2156577180
35
+ version_requirements: *2156280380
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: fssm
38
- requirement: &2156576740 !ruby/object:Gem::Requirement
38
+ requirement: &2156279760 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
- version: '0'
43
+ version: 0.2.7
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *2156576740
46
+ version_requirements: *2156279760
47
+ - !ruby/object:Gem::Dependency
48
+ name: colored
49
+ requirement: &2156279140 !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '1.2'
55
+ type: :runtime
56
+ prerelease: false
57
+ version_requirements: *2156279140
47
58
  description: Hum generates HTML from your SASS or CSS. View more info at github.com/jefweg/hum
48
59
  email:
49
60
  - jeff@jwegesin.com
@@ -66,80 +77,25 @@ files:
66
77
  - lib/hum/exec.rb
67
78
  - lib/hum/string.rb
68
79
  - lib/hum/version.rb
69
- - test/hum/templates/comma/comma.array
70
- - test/hum/templates/comma/comma.css
71
- - test/hum/templates/comma/comma.haml
72
- - test/hum/templates/comma/comma.haml_tags
73
- - test/hum/templates/comma/comma.html
74
- - test/hum/templates/comma/comma.sass
75
- - test/hum/templates/comma/comma_clean.sass
76
- - test/hum/templates/comma/comma_end.html
77
- - test/hum/templates/complex_parent/complex_parent.array
78
- - test/hum/templates/complex_parent/complex_parent.css
79
- - test/hum/templates/complex_parent/complex_parent.haml
80
- - test/hum/templates/complex_parent/complex_parent.haml_tags
81
- - test/hum/templates/complex_parent/complex_parent.html
82
- - test/hum/templates/complex_parent/complex_parent.sass
83
- - test/hum/templates/complex_parent/complex_parent_clean.sass
84
- - test/hum/templates/complex_parent/complex_parent_end.html
85
- - test/hum/templates/deep_nest/deep_nest.array
86
- - test/hum/templates/deep_nest/deep_nest.css
87
- - test/hum/templates/deep_nest/deep_nest.haml
88
- - test/hum/templates/deep_nest/deep_nest.haml_tags
89
- - test/hum/templates/deep_nest/deep_nest.html
90
- - test/hum/templates/deep_nest/deep_nest.sass
91
- - test/hum/templates/deep_nest/deep_nest_clean.sass
92
- - test/hum/templates/deep_nest/deep_nest_end.html
93
- - test/hum/templates/deep_nest/deep_nest_start.scss
94
- - test/hum/templates/line_nest/line_nest.array
95
- - test/hum/templates/line_nest/line_nest.css
96
- - test/hum/templates/line_nest/line_nest.haml
97
- - test/hum/templates/line_nest/line_nest.haml_tags
98
- - test/hum/templates/line_nest/line_nest.html
99
- - test/hum/templates/line_nest/line_nest.sass
100
- - test/hum/templates/line_nest/line_nest_clean.sass
101
- - test/hum/templates/line_nest/line_nest_end.html
102
- - test/hum/templates/nest/nest.array
103
- - test/hum/templates/nest/nest.css
104
- - test/hum/templates/nest/nest.haml
105
- - test/hum/templates/nest/nest.haml_tags
106
- - test/hum/templates/nest/nest.html
107
- - test/hum/templates/nest/nest.sass
108
- - test/hum/templates/nest/nest_clean.sass
109
- - test/hum/templates/nest/nest_end.html
110
- - test/hum/templates/parent_nest/parent_nest.array
111
- - test/hum/templates/parent_nest/parent_nest.css
112
- - test/hum/templates/parent_nest/parent_nest.haml
113
- - test/hum/templates/parent_nest/parent_nest.haml_tags
114
- - test/hum/templates/parent_nest/parent_nest.html
115
- - test/hum/templates/parent_nest/parent_nest.sass
116
- - test/hum/templates/parent_nest/parent_nest_clean.sass
117
- - test/hum/templates/parent_nest/parent_nest_end.html
118
- - test/hum/templates/parent_select/parent_select.array
119
- - test/hum/templates/parent_select/parent_select.css
120
- - test/hum/templates/parent_select/parent_select.haml
121
- - test/hum/templates/parent_select/parent_select.haml_tags
122
- - test/hum/templates/parent_select/parent_select.html
123
- - test/hum/templates/parent_select/parent_select.sass
124
- - test/hum/templates/parent_select/parent_select_clean.sass
125
- - test/hum/templates/parent_select/parent_select_end.html
126
- - test/hum/templates/simple/simple.array
127
- - test/hum/templates/simple/simple.css
128
- - test/hum/templates/simple/simple.haml
129
- - test/hum/templates/simple/simple.haml_tags
130
- - test/hum/templates/simple/simple.html
131
- - test/hum/templates/simple/simple.sass
132
- - test/hum/templates/simple/simple_clean.sass
133
- - test/hum/templates/simple/simple_end.html
134
- - test/hum/templates/single/single.array
135
- - test/hum/templates/single/single.css
136
- - test/hum/templates/single/single.haml
137
- - test/hum/templates/single/single.haml_tags
138
- - test/hum/templates/single/single.html
139
- - test/hum/templates/single/single.sass
140
- - test/hum/templates/single/single_clean.sass
141
- - test/hum/templates/single/single_end.html
142
- - test/run_tests.rb
80
+ - test/bad_file_test.rb
81
+ - test/engine_tests.rb
82
+ - test/haml/insert_extra_child.haml
83
+ - test/haml/nests.haml
84
+ - test/haml/parent_selector.haml
85
+ - test/haml/parent_siblings.haml
86
+ - test/haml/property_value.haml
87
+ - test/haml/siblings.haml
88
+ - test/haml/single_line_nest.haml
89
+ - test/other/bad.file
90
+ - test/other/example.scss
91
+ - test/sass/insert_extra_child.sass
92
+ - test/sass/nests.sass
93
+ - test/sass/parent_selector.sass
94
+ - test/sass/parent_siblings.sass
95
+ - test/sass/property_value.sass
96
+ - test/sass/siblings.sass
97
+ - test/sass/single_line_nest.sass
98
+ - test/sass_convert_test.rb
143
99
  homepage: ''
144
100
  licenses: []
145
101
  post_install_message:
@@ -165,77 +121,22 @@ signing_key:
165
121
  specification_version: 3
166
122
  summary: Generate HTML from your SASS or CSS
167
123
  test_files:
168
- - test/hum/templates/comma/comma.array
169
- - test/hum/templates/comma/comma.css
170
- - test/hum/templates/comma/comma.haml
171
- - test/hum/templates/comma/comma.haml_tags
172
- - test/hum/templates/comma/comma.html
173
- - test/hum/templates/comma/comma.sass
174
- - test/hum/templates/comma/comma_clean.sass
175
- - test/hum/templates/comma/comma_end.html
176
- - test/hum/templates/complex_parent/complex_parent.array
177
- - test/hum/templates/complex_parent/complex_parent.css
178
- - test/hum/templates/complex_parent/complex_parent.haml
179
- - test/hum/templates/complex_parent/complex_parent.haml_tags
180
- - test/hum/templates/complex_parent/complex_parent.html
181
- - test/hum/templates/complex_parent/complex_parent.sass
182
- - test/hum/templates/complex_parent/complex_parent_clean.sass
183
- - test/hum/templates/complex_parent/complex_parent_end.html
184
- - test/hum/templates/deep_nest/deep_nest.array
185
- - test/hum/templates/deep_nest/deep_nest.css
186
- - test/hum/templates/deep_nest/deep_nest.haml
187
- - test/hum/templates/deep_nest/deep_nest.haml_tags
188
- - test/hum/templates/deep_nest/deep_nest.html
189
- - test/hum/templates/deep_nest/deep_nest.sass
190
- - test/hum/templates/deep_nest/deep_nest_clean.sass
191
- - test/hum/templates/deep_nest/deep_nest_end.html
192
- - test/hum/templates/deep_nest/deep_nest_start.scss
193
- - test/hum/templates/line_nest/line_nest.array
194
- - test/hum/templates/line_nest/line_nest.css
195
- - test/hum/templates/line_nest/line_nest.haml
196
- - test/hum/templates/line_nest/line_nest.haml_tags
197
- - test/hum/templates/line_nest/line_nest.html
198
- - test/hum/templates/line_nest/line_nest.sass
199
- - test/hum/templates/line_nest/line_nest_clean.sass
200
- - test/hum/templates/line_nest/line_nest_end.html
201
- - test/hum/templates/nest/nest.array
202
- - test/hum/templates/nest/nest.css
203
- - test/hum/templates/nest/nest.haml
204
- - test/hum/templates/nest/nest.haml_tags
205
- - test/hum/templates/nest/nest.html
206
- - test/hum/templates/nest/nest.sass
207
- - test/hum/templates/nest/nest_clean.sass
208
- - test/hum/templates/nest/nest_end.html
209
- - test/hum/templates/parent_nest/parent_nest.array
210
- - test/hum/templates/parent_nest/parent_nest.css
211
- - test/hum/templates/parent_nest/parent_nest.haml
212
- - test/hum/templates/parent_nest/parent_nest.haml_tags
213
- - test/hum/templates/parent_nest/parent_nest.html
214
- - test/hum/templates/parent_nest/parent_nest.sass
215
- - test/hum/templates/parent_nest/parent_nest_clean.sass
216
- - test/hum/templates/parent_nest/parent_nest_end.html
217
- - test/hum/templates/parent_select/parent_select.array
218
- - test/hum/templates/parent_select/parent_select.css
219
- - test/hum/templates/parent_select/parent_select.haml
220
- - test/hum/templates/parent_select/parent_select.haml_tags
221
- - test/hum/templates/parent_select/parent_select.html
222
- - test/hum/templates/parent_select/parent_select.sass
223
- - test/hum/templates/parent_select/parent_select_clean.sass
224
- - test/hum/templates/parent_select/parent_select_end.html
225
- - test/hum/templates/simple/simple.array
226
- - test/hum/templates/simple/simple.css
227
- - test/hum/templates/simple/simple.haml
228
- - test/hum/templates/simple/simple.haml_tags
229
- - test/hum/templates/simple/simple.html
230
- - test/hum/templates/simple/simple.sass
231
- - test/hum/templates/simple/simple_clean.sass
232
- - test/hum/templates/simple/simple_end.html
233
- - test/hum/templates/single/single.array
234
- - test/hum/templates/single/single.css
235
- - test/hum/templates/single/single.haml
236
- - test/hum/templates/single/single.haml_tags
237
- - test/hum/templates/single/single.html
238
- - test/hum/templates/single/single.sass
239
- - test/hum/templates/single/single_clean.sass
240
- - test/hum/templates/single/single_end.html
241
- - test/run_tests.rb
124
+ - test/bad_file_test.rb
125
+ - test/engine_tests.rb
126
+ - test/haml/insert_extra_child.haml
127
+ - test/haml/nests.haml
128
+ - test/haml/parent_selector.haml
129
+ - test/haml/parent_siblings.haml
130
+ - test/haml/property_value.haml
131
+ - test/haml/siblings.haml
132
+ - test/haml/single_line_nest.haml
133
+ - test/other/bad.file
134
+ - test/other/example.scss
135
+ - test/sass/insert_extra_child.sass
136
+ - test/sass/nests.sass
137
+ - test/sass/parent_selector.sass
138
+ - test/sass/parent_siblings.sass
139
+ - test/sass/property_value.sass
140
+ - test/sass/siblings.sass
141
+ - test/sass/single_line_nest.sass
142
+ - test/sass_convert_test.rb