compass 1.0.3 → 1.1.0.alpha.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a27c284e7d4268de5a2538304e05954d01da116
4
- data.tar.gz: 47cf37a2ea2924d909d74f5458afc9c3a120faa0
3
+ metadata.gz: 0b0e11394a4a7495a64db83a9afc00ce06f99ba4
4
+ data.tar.gz: 263711a8362fc18ef3dae40ec5d4a3b1b23dcb36
5
5
  SHA512:
6
- metadata.gz: d994cc3eb0feb04ed516aed2aed413f4e07f529ea4464f6afc578b61f41ddec665bcb7e3fae7c5ea92578ef32b714753e63745dfff4439ed5143ad3ba73b93e5
7
- data.tar.gz: 44bd7fe4607fe2999506e69cbccaed321f1f107f6def6e60d237a4c0d6fad9aa2677b1536ec429a2110d6a7f057009130c9b337e3637ad0c8f984513d6a7c254
6
+ metadata.gz: 2dbd35310a0b37c7f63328dda852aad3bd30d92a67f51359136ce2484d985b49fa31dd14a8bfd8c0e0e98ffbd55ac2a886338bbc1e6c3c812a8a61a9f318dbdf
7
+ data.tar.gz: 214cd21fe3ff5245f4c9cff5a48ff0bf8db05bc447efccf0d83aa9d0a45a13ceeea2f32ed6510269d4bec5d4dce2ed9e767262f95be90cd6001c1ec125f14ce5
@@ -1,4 +1,4 @@
1
1
  module Compass
2
- # This file intentionall does nothing.
3
- # The compass build scripts put the release VERSION constant here.
2
+ VERSION = "1.1.0.alpha.0"
3
+ VERSION_NAME = "Polaris"
4
4
  end
@@ -113,11 +113,10 @@ class Compass::SassCompiler
113
113
  def when_compilation_error(error, sass_file, css_file, sourcemap_file)
114
114
  @error_count += 1
115
115
  if error.respond_to?(:sass_filename)
116
- error_filename = error.sass_filename || sass_file
117
- if relativize(error_filename) == relativize(sass_file)
118
- logger.record :error, "#{relativize(sass_file)} (Line #{error.sass_line}: #{error.message})"
116
+ if relativize(error.sass_filename) == relativize(sass_file)
117
+ logger.record :error, "#{relativize(error.sass_filename)} (Line #{error.sass_line}: #{error.message})"
119
118
  else
120
- logger.record :error, "#{relativize(sass_file)} (Line #{error.sass_line} of #{relativize(error_filename)}: #{error.message})"
119
+ logger.record :error, "#{relativize(sass_file)} (Line #{error.sass_line} of #{relativize(error.sass_filename)}: #{error.message})"
121
120
  end
122
121
  else
123
122
  logger.record :error, "#{relativize(sass_file)} (#{error.backtrace.first}: #{error.message})"
@@ -1,8 +1,8 @@
1
- .showgrid { font-family: url('http://assets3.example.com/fonts/grid-BUSTED.ttf'); }
1
+ .showgrid { font-family: url('http://assets2.example.com/fonts/grid-BUSTED.ttf'); }
2
2
 
3
3
  .no-buster { font-family: url('http://assets3.example.com/fonts/grid.ttf'); }
4
4
 
5
- .buster-by-default { font-family: url('http://assets3.example.com/fonts/grid-BUSTED.ttf'); }
5
+ .buster-by-default { font-family: url('http://assets2.example.com/fonts/grid-BUSTED.ttf'); }
6
6
 
7
7
  .feed { font-family: url('http://assets3.example.com/fonts/feed.ttf?query_string'); }
8
8
 
@@ -1,4 +1,4 @@
1
- .showgrid { background-image: url('http://assets0.example.com/images/grid-BUSTED.png'); }
1
+ .showgrid { background-image: url('http://assets3.example.com/images/grid-BUSTED.png'); }
2
2
 
3
3
  .inlinegrid { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUEAYAAACv1qP4AAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAZ0lEQVRYw+3QwQ2AIBAFUTEUwI3+uzN7gDscsIgxEuO8An52J11X73OudfxMraXkzHfO3Y98nQEhA0IGhAwIGRAyIGRAyICQASEDQgaEDAgZEDIgZEDIgJABoZzSGK3tPuN9ERFP7Nw4fg+c5g8V1wAAAABJRU5ErkJggg=='); }
4
4
 
@@ -5,4 +5,4 @@
5
5
  background-image: url('/images/4x6.png?busted=true'); }
6
6
 
7
7
  .absolute {
8
- background-image: url(http://example.com/images/4x6.png); }
8
+ background-image: url('http://example.com/images/4x6.png'); }
@@ -17,3 +17,10 @@ end
17
17
  asset_host do |path|
18
18
  "http://assets%d.example.com" % (path.size % 4)
19
19
  end
20
+
21
+ add_asset_collection(
22
+ :root_dir => "other/asset_collection",
23
+ :http_dir => "ext-assets",
24
+ :images_dir => "img",
25
+ :sass_dir => "scss"
26
+ )
@@ -1,3 +1,5 @@
1
+ .imported-from-asset-collection { color: red; }
2
+
1
3
  .showgrid { background-image: url('http://assets0.example.com/images/grid.png?busted=true'); }
2
4
 
3
5
  .inlinegrid { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUEAYAAACv1qP4AAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAZ0lEQVRYw+3QwQ2AIBAFUTEUwI3+uzN7gDscsIgxEuO8An52J11X73OudfxMraXkzHfO3Y98nQEhA0IGhAwIGRAyIGRAyICQASEDQgaEDAgZEDIgZEDIgJABoZzSGK3tPuN9ERFP7Nw4fg+c5g8V1wAAAABJRU5ErkJggg=='); }
@@ -0,0 +1 @@
1
+ .imported-from-asset-collection { color: red; }
@@ -1,3 +1,5 @@
1
+ @import "ac-stylesheet"
2
+
1
3
  .showgrid
2
4
  background-image: image-url(unquote("grid.png"))
3
5
 
@@ -206,24 +206,30 @@ class ConfigurationTest < Test::Unit::TestCase
206
206
  end
207
207
 
208
208
  def test_cache_buster_file_not_passed_when_the_file_does_not_exist
209
- config = Compass::Configuration::Data.new("test_cache_buster_file_not_passed_when_the_file_does_not_exist")
210
- the_file = nil
211
- was_called = nil
212
- config.asset_cache_buster do |path, file|
213
- was_called = true
214
- the_file = file
215
- "busted=true"
216
- end
209
+ FileUtils.mkdir_p("images")
210
+ begin
211
+ config = Compass::Configuration::Data.new("test_cache_buster_file_not_passed_when_the_file_does_not_exist")
212
+ open("images/asdf.gif", "w") {|f| }
213
+ the_file = nil
214
+ was_called = nil
215
+ config.asset_cache_buster do |path, file|
216
+ was_called = true
217
+ the_file = file
218
+ "busted=true"
219
+ end
217
220
 
218
- Compass.add_configuration(config)
221
+ Compass.add_configuration(config)
219
222
 
220
223
 
221
- sass = Sass::Engine.new(<<-SCSS, Compass.configuration.to_sass_engine_options.merge(:syntax => :scss))
222
- .foo { background: image-url("asdf.gif") }
223
- SCSS
224
- sass.render
225
- assert was_called
226
- assert_nil the_file
224
+ sass = Sass::Engine.new(<<-SCSS, Compass.configuration.to_sass_engine_options.merge(:syntax => :scss))
225
+ .foo { background: image-url("asdf.gif") }
226
+ SCSS
227
+ sass.render
228
+ assert was_called
229
+ assert the_file.closed?
230
+ ensure
231
+ FileUtils.rm_r("images")
232
+ end
227
233
  end
228
234
 
229
235
  def test_cache_buster_file_is_closed
@@ -136,18 +136,18 @@ WARNING
136
136
 
137
137
  def test_font_files
138
138
  assert_equal '', evaluate('font_files()')
139
- assert_equal "url(/font/name.woff) format('woff'), url(/font/name.woff2) format('woff2'), url(/fonts/name.ttf) format('truetype'), url(/fonts/name.svg#fontpath) format('svg')", evaluate("font-files('/font/name.woff', woff, '/font/name.woff2', woff2, '/fonts/name.ttf', truetype, '/fonts/name.svg#fontpath', svg)")
139
+ assert_equal "url('/font/name.woff') format('woff'), url('/font/name.woff2') format('woff2'), url('/fonts/name.ttf') format('truetype'), url('/fonts/name.svg#fontpath') format('svg')", evaluate("font-files('/font/name.woff', woff, '/font/name.woff2', woff2, '/fonts/name.ttf', truetype, '/fonts/name.svg#fontpath', svg)")
140
140
 
141
- assert_equal "url(/font/with/right_ext.woff) format('woff')", evaluate("font_files('/font/with/right_ext.woff')")
142
- assert_equal "url(/font/with/wrong_ext.woff) format('svg')", evaluate("font_files('/font/with/wrong_ext.woff', 'svg')")
143
- assert_equal "url(/font/with/no_ext) format('opentype')", evaluate("font_files('/font/with/no_ext', 'otf')")
144
- assert_equal "url(/font/with/weird.ext) format('truetype')", evaluate("font_files('/font/with/weird.ext', 'ttf')")
141
+ assert_equal "url('/font/with/right_ext.woff') format('woff')", evaluate("font_files('/font/with/right_ext.woff')")
142
+ assert_equal "url('/font/with/wrong_ext.woff') format('svg')", evaluate("font_files('/font/with/wrong_ext.woff', 'svg')")
143
+ assert_equal "url('/font/with/no_ext') format('opentype')", evaluate("font_files('/font/with/no_ext', 'otf')")
144
+ assert_equal "url('/font/with/weird.ext') format('truetype')", evaluate("font_files('/font/with/weird.ext', 'ttf')")
145
145
 
146
146
  # unquoted path strings used to break because of a regex test
147
- assert_equal "url(/font/with/right_ext.woff) format('woff')", evaluate("font_files(unquote('/font/with/right_ext.woff'))")
147
+ assert_equal "url('/font/with/right_ext.woff') format('woff')", evaluate("font_files(unquote('/font/with/right_ext.woff'))")
148
148
 
149
- assert_equal "url(/font/with/right_ext.woff) format('woff'), url(/font/with/right_ext_also.otf) format('opentype')", evaluate("font_files('/font/with/right_ext.woff', '/font/with/right_ext_also.otf')")
150
- assert_equal "url(/font/with/wrong_ext.woff) format('truetype'), url(/font/with/right_ext.otf) format('opentype')", evaluate("font_files('/font/with/wrong_ext.woff', 'ttf', '/font/with/right_ext.otf')")
149
+ assert_equal "url('/font/with/right_ext.woff') format('woff'), url('/font/with/right_ext_also.otf') format('opentype')", evaluate("font_files('/font/with/right_ext.woff', '/font/with/right_ext_also.otf')")
150
+ assert_equal "url('/font/with/wrong_ext.woff') format('truetype'), url('/font/with/right_ext.otf') format('opentype')", evaluate("font_files('/font/with/wrong_ext.woff', 'ttf', '/font/with/right_ext.otf')")
151
151
 
152
152
  assert_nothing_raised Sass::SyntaxError do
153
153
  evaluate("font-files('/font/name.woff')")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0.alpha.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -12,96 +12,96 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-01-15 00:00:00.000000000 Z
15
+ date: 2014-08-26 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: sass
19
19
  requirement: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ">="
21
+ - - '>='
22
22
  - !ruby/object:Gem::Version
23
23
  version: 3.3.13
24
- - - "<"
24
+ - - <
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.5'
27
27
  type: :runtime
28
28
  prerelease: false
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.3.13
34
- - - "<"
34
+ - - <
35
35
  - !ruby/object:Gem::Version
36
36
  version: '3.5'
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: compass-core
39
39
  requirement: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - "~>"
41
+ - - ~>
42
42
  - !ruby/object:Gem::Version
43
- version: 1.0.2
43
+ version: 1.1.0.alpha.0
44
44
  type: :runtime
45
45
  prerelease: false
46
46
  version_requirements: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - "~>"
48
+ - - ~>
49
49
  - !ruby/object:Gem::Version
50
- version: 1.0.2
50
+ version: 1.1.0.alpha.0
51
51
  - !ruby/object:Gem::Dependency
52
52
  name: compass-import-once
53
53
  requirement: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - "~>"
55
+ - - ~>
56
56
  - !ruby/object:Gem::Version
57
57
  version: 1.0.5
58
58
  type: :runtime
59
59
  prerelease: false
60
60
  version_requirements: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - "~>"
62
+ - - ~>
63
63
  - !ruby/object:Gem::Version
64
64
  version: 1.0.5
65
65
  - !ruby/object:Gem::Dependency
66
66
  name: chunky_png
67
67
  requirement: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - "~>"
69
+ - - ~>
70
70
  - !ruby/object:Gem::Version
71
71
  version: '1.2'
72
72
  type: :runtime
73
73
  prerelease: false
74
74
  version_requirements: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - "~>"
76
+ - - ~>
77
77
  - !ruby/object:Gem::Version
78
78
  version: '1.2'
79
79
  - !ruby/object:Gem::Dependency
80
80
  name: rb-fsevent
81
81
  requirement: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ">="
83
+ - - '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: 0.9.3
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ">="
90
+ - - '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: 0.9.3
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: rb-inotify
95
95
  requirement: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - ">="
97
+ - - '>='
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0.9'
100
100
  type: :runtime
101
101
  prerelease: false
102
102
  version_requirements: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - ">="
104
+ - - '>='
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0.9'
107
107
  description: Compass is a Sass-based Stylesheet Framework that streamlines the creation
@@ -114,20 +114,12 @@ extra_rdoc_files: []
114
114
  files:
115
115
  - LICENSE.markdown
116
116
  - Rakefile
117
- - VERSION
118
- - VERSION_NAME
119
117
  - bin/compass
120
- - features/command_line.feature
121
- - features/extensions.feature
122
- - features/step_definitions/command_line_steps.rb
123
- - features/step_definitions/extension_steps.rb
124
- - lib/compass.rb
125
118
  - lib/compass/actions.rb
126
- - lib/compass/app_integration.rb
127
- - lib/compass/app_integration/stand_alone.rb
128
119
  - lib/compass/app_integration/stand_alone/configuration_defaults.rb
129
120
  - lib/compass/app_integration/stand_alone/installer.rb
130
- - lib/compass/commands.rb
121
+ - lib/compass/app_integration/stand_alone.rb
122
+ - lib/compass/app_integration.rb
131
123
  - lib/compass/commands/base.rb
132
124
  - lib/compass/commands/clean_project.rb
133
125
  - lib/compass/commands/create_project.rb
@@ -150,6 +142,7 @@ files:
150
142
  - lib/compass/commands/validate_project.rb
151
143
  - lib/compass/commands/watch_project.rb
152
144
  - lib/compass/commands/write_configuration.rb
145
+ - lib/compass/commands.rb
153
146
  - lib/compass/compiler.rb
154
147
  - lib/compass/configuration/comments.rb
155
148
  - lib/compass/configuration/file_data.rb
@@ -158,49 +151,50 @@ files:
158
151
  - lib/compass/dependencies.rb
159
152
  - lib/compass/deprecation.rb
160
153
  - lib/compass/errors.rb
161
- - lib/compass/exec.rb
162
154
  - lib/compass/exec/command_option_parser.rb
163
155
  - lib/compass/exec/global_options_parser.rb
164
156
  - lib/compass/exec/helpers.rb
165
157
  - lib/compass/exec/project_options_parser.rb
166
158
  - lib/compass/exec/sub_command_ui.rb
159
+ - lib/compass/exec.rb
167
160
  - lib/compass/generated_version.rb
168
- - lib/compass/installers.rb
169
161
  - lib/compass/installers/bare_installer.rb
170
162
  - lib/compass/installers/base.rb
171
163
  - lib/compass/installers/manifest.rb
172
164
  - lib/compass/installers/manifest_installer.rb
173
165
  - lib/compass/installers/template_context.rb
166
+ - lib/compass/installers.rb
174
167
  - lib/compass/logger.rb
175
168
  - lib/compass/quick_cache.rb
176
169
  - lib/compass/rails.rb
177
170
  - lib/compass/sass_compiler.rb
178
- - lib/compass/sass_extensions.rb
179
- - lib/compass/sass_extensions/functions.rb
180
171
  - lib/compass/sass_extensions/functions/sprites.rb
181
- - lib/compass/sass_extensions/sprites.rb
182
- - lib/compass/sass_extensions/sprites/engines.rb
172
+ - lib/compass/sass_extensions/functions.rb
183
173
  - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
174
+ - lib/compass/sass_extensions/sprites/engines.rb
184
175
  - lib/compass/sass_extensions/sprites/image.rb
185
176
  - lib/compass/sass_extensions/sprites/image_methods.rb
186
177
  - lib/compass/sass_extensions/sprites/image_row.rb
187
178
  - lib/compass/sass_extensions/sprites/images.rb
188
- - lib/compass/sass_extensions/sprites/layout.rb
189
179
  - lib/compass/sass_extensions/sprites/layout/diagonal.rb
190
180
  - lib/compass/sass_extensions/sprites/layout/horizontal.rb
191
181
  - lib/compass/sass_extensions/sprites/layout/smart.rb
192
182
  - lib/compass/sass_extensions/sprites/layout/vertical.rb
183
+ - lib/compass/sass_extensions/sprites/layout.rb
193
184
  - lib/compass/sass_extensions/sprites/layout_methods.rb
194
185
  - lib/compass/sass_extensions/sprites/row_fitter.rb
195
186
  - lib/compass/sass_extensions/sprites/sprite_map.rb
196
187
  - lib/compass/sass_extensions/sprites/sprite_methods.rb
197
- - lib/compass/sprite_importer.rb
188
+ - lib/compass/sass_extensions/sprites.rb
189
+ - lib/compass/sass_extensions.rb
198
190
  - lib/compass/sprite_importer/binding.rb
199
191
  - lib/compass/sprite_importer/content.erb
192
+ - lib/compass/sprite_importer.rb
200
193
  - lib/compass/stats.rb
201
194
  - lib/compass/test_case.rb
202
195
  - lib/compass/validator.rb
203
196
  - lib/compass/version.rb
197
+ - lib/compass.rb
204
198
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
205
199
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
206
200
  - test/fixtures/fonts/bgrove.base64.txt
@@ -298,12 +292,13 @@ files:
298
292
  - test/fixtures/stylesheets/compass/css/vertical_rhythm_with_ems.css
299
293
  - test/fixtures/stylesheets/compass/css/vertical_rhythm_with_px.css
300
294
  - test/fixtures/stylesheets/compass/css/vertical_rhythm_with_rems.css
295
+ - test/fixtures/stylesheets/compass/fonts/font1.eot
296
+ - test/fixtures/stylesheets/compass/fonts/font1.woff
301
297
  - test/fixtures/stylesheets/compass/images/100x150.gif
302
298
  - test/fixtures/stylesheets/compass/images/100x150.jpeg
303
299
  - test/fixtures/stylesheets/compass/images/100x150.jpg
304
300
  - test/fixtures/stylesheets/compass/images/100x150.png
305
301
  - test/fixtures/stylesheets/compass/images/4x6.png
306
- - test/fixtures/stylesheets/compass/images/flag-s5b4f509715.png
307
302
  - test/fixtures/stylesheets/compass/images/flag/ad.png
308
303
  - test/fixtures/stylesheets/compass/images/flag/ae.png
309
304
  - test/fixtures/stylesheets/compass/images/flag/af.png
@@ -551,12 +546,13 @@ files:
551
546
  - test/fixtures/stylesheets/compass/images/flag/za.png
552
547
  - test/fixtures/stylesheets/compass/images/flag/zm.png
553
548
  - test/fixtures/stylesheets/compass/images/flag/zw.png
554
- - test/fixtures/stylesheets/compass/images/flag_states-sc42d7bf926.png
549
+ - test/fixtures/stylesheets/compass/images/flag-s5b4f509715.png
555
550
  - test/fixtures/stylesheets/compass/images/flag_states/foo.png
556
551
  - test/fixtures/stylesheets/compass/images/flag_states/foo_active.png
557
552
  - test/fixtures/stylesheets/compass/images/flag_states/foo_focus.png
558
553
  - test/fixtures/stylesheets/compass/images/flag_states/foo_hover.png
559
554
  - test/fixtures/stylesheets/compass/images/flag_states/foo_target.png
555
+ - test/fixtures/stylesheets/compass/images/flag_states-sc42d7bf926.png
560
556
  - test/fixtures/stylesheets/compass/sass/animation-with-legacy-ie.scss
561
557
  - test/fixtures/stylesheets/compass/sass/animation.scss
562
558
  - test/fixtures/stylesheets/compass/sass/appearance.scss
@@ -611,6 +607,8 @@ files:
611
607
  - test/fixtures/stylesheets/image_urls/config.rb
612
608
  - test/fixtures/stylesheets/image_urls/css/screen.css
613
609
  - test/fixtures/stylesheets/image_urls/images/grid.png
610
+ - test/fixtures/stylesheets/image_urls/other/asset_collection/img/ac-img-1.jpg
611
+ - test/fixtures/stylesheets/image_urls/other/asset_collection/scss/_ac-stylesheet.scss
614
612
  - test/fixtures/stylesheets/image_urls/sass/screen.sass
615
613
  - test/fixtures/stylesheets/relative/assets/images/testing.png
616
614
  - test/fixtures/stylesheets/relative/config.rb
@@ -672,6 +670,10 @@ files:
672
670
  - test/units/sprites/row_fitter_test.rb
673
671
  - test/units/sprites/sprite_command_test.rb
674
672
  - test/units/sprites/sprite_map_test.rb
673
+ - features/command_line.feature
674
+ - features/extensions.feature
675
+ - features/step_definitions/command_line_steps.rb
676
+ - features/step_definitions/extension_steps.rb
675
677
  homepage: http://compass-style.org
676
678
  licenses: []
677
679
  metadata: {}
@@ -682,17 +684,17 @@ require_paths:
682
684
  - lib
683
685
  required_ruby_version: !ruby/object:Gem::Requirement
684
686
  requirements:
685
- - - ">="
687
+ - - '>='
686
688
  - !ruby/object:Gem::Version
687
689
  version: '0'
688
690
  required_rubygems_version: !ruby/object:Gem::Requirement
689
691
  requirements:
690
- - - ">="
692
+ - - '>'
691
693
  - !ruby/object:Gem::Version
692
- version: '0'
694
+ version: 1.3.1
693
695
  requirements: []
694
696
  rubyforge_project:
695
- rubygems_version: 2.4.3
697
+ rubygems_version: 2.0.3
696
698
  signing_key:
697
699
  specification_version: 4
698
700
  summary: A Real Stylesheet Framework
@@ -794,6 +796,8 @@ test_files:
794
796
  - test/fixtures/stylesheets/compass/css/vertical_rhythm_with_ems.css
795
797
  - test/fixtures/stylesheets/compass/css/vertical_rhythm_with_px.css
796
798
  - test/fixtures/stylesheets/compass/css/vertical_rhythm_with_rems.css
799
+ - test/fixtures/stylesheets/compass/fonts/font1.eot
800
+ - test/fixtures/stylesheets/compass/fonts/font1.woff
797
801
  - test/fixtures/stylesheets/compass/images/100x150.gif
798
802
  - test/fixtures/stylesheets/compass/images/100x150.jpeg
799
803
  - test/fixtures/stylesheets/compass/images/100x150.jpg
@@ -1107,6 +1111,8 @@ test_files:
1107
1111
  - test/fixtures/stylesheets/image_urls/config.rb
1108
1112
  - test/fixtures/stylesheets/image_urls/css/screen.css
1109
1113
  - test/fixtures/stylesheets/image_urls/images/grid.png
1114
+ - test/fixtures/stylesheets/image_urls/other/asset_collection/img/ac-img-1.jpg
1115
+ - test/fixtures/stylesheets/image_urls/other/asset_collection/scss/_ac-stylesheet.scss
1110
1116
  - test/fixtures/stylesheets/image_urls/sass/screen.sass
1111
1117
  - test/fixtures/stylesheets/relative/assets/images/testing.png
1112
1118
  - test/fixtures/stylesheets/relative/config.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.0.3
@@ -1 +0,0 @@
1
- Polaris