compass 1.0.0 → 1.0.1

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: 6f19f7c2a57d2c658147057464a21ad02f0557e7
4
- data.tar.gz: 25bd3b3007302b40c502707a48d043c0621767eb
3
+ metadata.gz: 721c420edfdd7c6eb962968f345adb070682e1e6
4
+ data.tar.gz: 6de7d2ee67db6b23421fd5708727358108da4480
5
5
  SHA512:
6
- metadata.gz: efcf36f5fad054c294f99aed0146f62c66b91e62381ed34e843585a579c1e6b3e1bba6347d79cb6e8b839b1f609f3ca926b570eb74ea862d68f1855e9e291ca0
7
- data.tar.gz: dcebe774aaf801b6e062a1e479f285d12aaa3ea243cb06e040242fdfc886bee57d0c638547004884b7289917fb0ec031f894949cadee55329c32590a2d2b43bc
6
+ metadata.gz: 3cb7e3aceb62c3f2592e9e1bcdd23c35aab6020e758877150a1077acce45fddf6f746ee722ada5ba6e2e38275604a6ee9d3da99777d1666012ead82f69dd34e0
7
+ data.tar.gz: cd3521f123960580f50a4ee003e9ff7d6051915c4b245261fabf057a42eadac37fe332e9f8762b3077ba55459500a9b061cc4f935e62c0270ed22d6608c250e5
@@ -1,4 +1,4 @@
1
1
  module Compass
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  VERSION_NAME = "Polaris"
4
4
  end
@@ -136,7 +136,7 @@ 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(/fonts/name.ttf) format('truetype'), url(/fonts/name.svg#fontpath) format('svg')", evaluate("font-files('/font/name.woff', woff, '/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
141
  assert_equal "url(/font/with/right_ext.woff) format('woff')", evaluate("font_files('/font/with/right_ext.woff')")
142
142
  assert_equal "url(/font/with/wrong_ext.woff) format('svg')", evaluate("font_files('/font/with/wrong_ext.woff', 'svg')")
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.0
4
+ version: 1.0.1
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: 2014-08-16 00:00:00.000000000 Z
15
+ date: 2014-08-19 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.0
43
+ version: 1.0.1
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.0
50
+ version: 1.0.1
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
@@ -115,17 +115,11 @@ files:
115
115
  - LICENSE.markdown
116
116
  - Rakefile
117
117
  - bin/compass
118
- - features/command_line.feature
119
- - features/extensions.feature
120
- - features/step_definitions/command_line_steps.rb
121
- - features/step_definitions/extension_steps.rb
122
- - lib/compass.rb
123
118
  - lib/compass/actions.rb
124
- - lib/compass/app_integration.rb
125
- - lib/compass/app_integration/stand_alone.rb
126
119
  - lib/compass/app_integration/stand_alone/configuration_defaults.rb
127
120
  - lib/compass/app_integration/stand_alone/installer.rb
128
- - lib/compass/commands.rb
121
+ - lib/compass/app_integration/stand_alone.rb
122
+ - lib/compass/app_integration.rb
129
123
  - lib/compass/commands/base.rb
130
124
  - lib/compass/commands/clean_project.rb
131
125
  - lib/compass/commands/create_project.rb
@@ -148,6 +142,7 @@ files:
148
142
  - lib/compass/commands/validate_project.rb
149
143
  - lib/compass/commands/watch_project.rb
150
144
  - lib/compass/commands/write_configuration.rb
145
+ - lib/compass/commands.rb
151
146
  - lib/compass/compiler.rb
152
147
  - lib/compass/configuration/comments.rb
153
148
  - lib/compass/configuration/file_data.rb
@@ -156,49 +151,50 @@ files:
156
151
  - lib/compass/dependencies.rb
157
152
  - lib/compass/deprecation.rb
158
153
  - lib/compass/errors.rb
159
- - lib/compass/exec.rb
160
154
  - lib/compass/exec/command_option_parser.rb
161
155
  - lib/compass/exec/global_options_parser.rb
162
156
  - lib/compass/exec/helpers.rb
163
157
  - lib/compass/exec/project_options_parser.rb
164
158
  - lib/compass/exec/sub_command_ui.rb
159
+ - lib/compass/exec.rb
165
160
  - lib/compass/generated_version.rb
166
- - lib/compass/installers.rb
167
161
  - lib/compass/installers/bare_installer.rb
168
162
  - lib/compass/installers/base.rb
169
163
  - lib/compass/installers/manifest.rb
170
164
  - lib/compass/installers/manifest_installer.rb
171
165
  - lib/compass/installers/template_context.rb
166
+ - lib/compass/installers.rb
172
167
  - lib/compass/logger.rb
173
168
  - lib/compass/quick_cache.rb
174
169
  - lib/compass/rails.rb
175
170
  - lib/compass/sass_compiler.rb
176
- - lib/compass/sass_extensions.rb
177
- - lib/compass/sass_extensions/functions.rb
178
171
  - lib/compass/sass_extensions/functions/sprites.rb
179
- - lib/compass/sass_extensions/sprites.rb
180
- - lib/compass/sass_extensions/sprites/engines.rb
172
+ - lib/compass/sass_extensions/functions.rb
181
173
  - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
174
+ - lib/compass/sass_extensions/sprites/engines.rb
182
175
  - lib/compass/sass_extensions/sprites/image.rb
183
176
  - lib/compass/sass_extensions/sprites/image_methods.rb
184
177
  - lib/compass/sass_extensions/sprites/image_row.rb
185
178
  - lib/compass/sass_extensions/sprites/images.rb
186
- - lib/compass/sass_extensions/sprites/layout.rb
187
179
  - lib/compass/sass_extensions/sprites/layout/diagonal.rb
188
180
  - lib/compass/sass_extensions/sprites/layout/horizontal.rb
189
181
  - lib/compass/sass_extensions/sprites/layout/smart.rb
190
182
  - lib/compass/sass_extensions/sprites/layout/vertical.rb
183
+ - lib/compass/sass_extensions/sprites/layout.rb
191
184
  - lib/compass/sass_extensions/sprites/layout_methods.rb
192
185
  - lib/compass/sass_extensions/sprites/row_fitter.rb
193
186
  - lib/compass/sass_extensions/sprites/sprite_map.rb
194
187
  - lib/compass/sass_extensions/sprites/sprite_methods.rb
195
- - lib/compass/sprite_importer.rb
188
+ - lib/compass/sass_extensions/sprites.rb
189
+ - lib/compass/sass_extensions.rb
196
190
  - lib/compass/sprite_importer/binding.rb
197
191
  - lib/compass/sprite_importer/content.erb
192
+ - lib/compass/sprite_importer.rb
198
193
  - lib/compass/stats.rb
199
194
  - lib/compass/test_case.rb
200
195
  - lib/compass/validator.rb
201
196
  - lib/compass/version.rb
197
+ - lib/compass.rb
202
198
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
203
199
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
204
200
  - test/fixtures/fonts/bgrove.base64.txt
@@ -301,7 +297,6 @@ files:
301
297
  - test/fixtures/stylesheets/compass/images/100x150.jpg
302
298
  - test/fixtures/stylesheets/compass/images/100x150.png
303
299
  - test/fixtures/stylesheets/compass/images/4x6.png
304
- - test/fixtures/stylesheets/compass/images/flag-s5b4f509715.png
305
300
  - test/fixtures/stylesheets/compass/images/flag/ad.png
306
301
  - test/fixtures/stylesheets/compass/images/flag/ae.png
307
302
  - test/fixtures/stylesheets/compass/images/flag/af.png
@@ -549,12 +544,13 @@ files:
549
544
  - test/fixtures/stylesheets/compass/images/flag/za.png
550
545
  - test/fixtures/stylesheets/compass/images/flag/zm.png
551
546
  - test/fixtures/stylesheets/compass/images/flag/zw.png
552
- - test/fixtures/stylesheets/compass/images/flag_states-sc42d7bf926.png
547
+ - test/fixtures/stylesheets/compass/images/flag-s5b4f509715.png
553
548
  - test/fixtures/stylesheets/compass/images/flag_states/foo.png
554
549
  - test/fixtures/stylesheets/compass/images/flag_states/foo_active.png
555
550
  - test/fixtures/stylesheets/compass/images/flag_states/foo_focus.png
556
551
  - test/fixtures/stylesheets/compass/images/flag_states/foo_hover.png
557
552
  - test/fixtures/stylesheets/compass/images/flag_states/foo_target.png
553
+ - test/fixtures/stylesheets/compass/images/flag_states-sc42d7bf926.png
558
554
  - test/fixtures/stylesheets/compass/sass/animation-with-legacy-ie.scss
559
555
  - test/fixtures/stylesheets/compass/sass/animation.scss
560
556
  - test/fixtures/stylesheets/compass/sass/appearance.scss
@@ -670,6 +666,10 @@ files:
670
666
  - test/units/sprites/row_fitter_test.rb
671
667
  - test/units/sprites/sprite_command_test.rb
672
668
  - test/units/sprites/sprite_map_test.rb
669
+ - features/command_line.feature
670
+ - features/extensions.feature
671
+ - features/step_definitions/command_line_steps.rb
672
+ - features/step_definitions/extension_steps.rb
673
673
  homepage: http://compass-style.org
674
674
  licenses: []
675
675
  metadata: {}
@@ -680,17 +680,17 @@ require_paths:
680
680
  - lib
681
681
  required_ruby_version: !ruby/object:Gem::Requirement
682
682
  requirements:
683
- - - ">="
683
+ - - '>='
684
684
  - !ruby/object:Gem::Version
685
685
  version: '0'
686
686
  required_rubygems_version: !ruby/object:Gem::Requirement
687
687
  requirements:
688
- - - ">="
688
+ - - '>='
689
689
  - !ruby/object:Gem::Version
690
690
  version: '0'
691
691
  requirements: []
692
692
  rubyforge_project:
693
- rubygems_version: 2.2.2
693
+ rubygems_version: 2.0.3
694
694
  signing_key:
695
695
  specification_version: 4
696
696
  summary: A Real Stylesheet Framework