arnebrasseur-compass 0.3.5 → 0.3.5.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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/compass.gemspec +266 -34
  3. data/lib/compass/frameworks.rb +1 -0
  4. metadata +8 -7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.5
1
+ 0.3.5.1
@@ -1,37 +1,269 @@
1
- Gem::Specification.new do |s|
2
- s.name = %q{compass}
3
- s.version = "0.3.5"
4
1
 
5
- s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
- s.authors = ["Chris Eppstein"]
7
- s.date = %q{2008-12-21}
8
- s.default_executable = %q{compass}
9
- s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
10
- s.email = %q{chris@eppsteins.net}
11
- s.executables = ["compass"]
12
- s.extra_rdoc_files = ["bin/compass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "README.markdown"]
13
- s.files = ["bin/compass", "compass.gemspec", "examples/blueprint_default/index.html", "examples/blueprint_default/parts/elements.html", "examples/blueprint_default/parts/forms.html", "examples/blueprint_default/parts/grid.html", "examples/blueprint_default/parts/test-small.jpg", "examples/blueprint_default/parts/test.jpg", "examples/blueprint_default/parts/valid.png", "examples/blueprint_default/stylesheets/ie.sass", "examples/blueprint_default/stylesheets/images/grid.png", "examples/blueprint_default/stylesheets/print.sass", "examples/blueprint_default/stylesheets/screen.sass", "examples/blueprint_plugins/index.html", "examples/blueprint_plugins/parts/fancy_type.html", "examples/blueprint_plugins/parts/test-small.jpg", "examples/blueprint_plugins/parts/test.jpg", "examples/blueprint_plugins/parts/valid.png", "examples/blueprint_plugins/stylesheets/ie.sass", "examples/blueprint_plugins/stylesheets/images/grid.png", "examples/blueprint_plugins/stylesheets/print.sass", "examples/blueprint_plugins/stylesheets/screen.sass", "examples/blueprint_scoped/stylesheets/ie.sass", "examples/blueprint_scoped/stylesheets/print.sass", "examples/blueprint_scoped/stylesheets/screen.sass", "examples/blueprint_scoped_form/stylesheets/ie.sass", "examples/blueprint_scoped_form/stylesheets/print.sass", "examples/blueprint_scoped_form/stylesheets/screen.sass", "examples/blueprint_semantic/index.html", "examples/blueprint_semantic/parts/fancy_type.html", "examples/blueprint_semantic/parts/liquid.html", "examples/blueprint_semantic/parts/test-small.jpg", "examples/blueprint_semantic/parts/test.jpg", "examples/blueprint_semantic/parts/valid.png", "examples/blueprint_semantic/stylesheets/ie.sass", "examples/blueprint_semantic/stylesheets/images/grid.png", "examples/blueprint_semantic/stylesheets/liquid.sass", "examples/blueprint_semantic/stylesheets/print.sass", "examples/blueprint_semantic/stylesheets/screen.sass", "examples/compass/compass.html", "examples/compass/sticky_footer.html.haml", "examples/compass/stylesheets/compass.sass", "examples/compass/stylesheets/images/blue_arrow.gif", "examples/compass/stylesheets/sticky_footer.sass", "examples/compass/stylesheets/utilities.sass", "examples/compass/utilities.html.haml", "examples/yui/divisions.html.haml", "examples/yui/index.html.haml", "examples/yui/stylesheets/screen.sass", "examples/yui/sub_divisions.html.haml", "examples/yui/templates.html.haml", "examples/yui/test.jpg", "examples/yui/typography.html.haml", "frameworks/blueprint/lib/blueprint/constants.rb", "frameworks/blueprint/lib/blueprint/grid_builder.rb", "frameworks/blueprint/stylesheets/_blueprint.sass", "frameworks/blueprint/stylesheets/blueprint/_ie.sass", "frameworks/blueprint/stylesheets/blueprint/_print.sass", "frameworks/blueprint/stylesheets/blueprint/_screen.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", "frameworks/blueprint/templates/project/grid.png", "frameworks/blueprint/templates/project/ie.sass", "frameworks/blueprint/templates/project/print.sass", "frameworks/blueprint/templates/project/screen.sass", "frameworks/compass/stylesheets/_compass.sass", "frameworks/compass/stylesheets/compass/_layout.sass", "frameworks/compass/stylesheets/compass/_reset.sass", "frameworks/compass/stylesheets/compass/_utilities.sass", "frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass", "frameworks/compass/stylesheets/compass/utilities/_general.sass", "frameworks/compass/stylesheets/compass/utilities/_links.sass", "frameworks/compass/stylesheets/compass/utilities/_lists.sass", "frameworks/compass/stylesheets/compass/utilities/_print.sass", "frameworks/compass/stylesheets/compass/utilities/_tables.sass", "frameworks/compass/stylesheets/compass/utilities/_text.sass", "frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", "frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", "frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", "frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", "frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", "frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", "frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", "frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", "frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", "frameworks/compass/templates/project/grid.png", "frameworks/compass/templates/project/ie.sass", "frameworks/compass/templates/project/print.sass", "frameworks/compass/templates/project/screen.sass", "frameworks/yui/COPYRIGHT", "frameworks/yui/stylesheets/_yui.sass", "frameworks/yui/stylesheets/yui/modules/_base.sass", "frameworks/yui/stylesheets/yui/modules/_fonts.sass", "frameworks/yui/stylesheets/yui/modules/_grids.sass", "frameworks/yui/templates/project/screen.sass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "Manifest", "Rakefile", "README.markdown", "test/compass_test.rb", "test/fixtures/stylesheets/blueprint/css/typography.css", "test/fixtures/stylesheets/blueprint/sass/ie.sass", "test/fixtures/stylesheets/blueprint/sass/print.sass", "test/fixtures/stylesheets/blueprint/sass/screen.sass", "test/fixtures/stylesheets/blueprint/sass/typography.sass", "test/fixtures/stylesheets/compass/css/layout.css", "test/fixtures/stylesheets/compass/css/print.css", "test/fixtures/stylesheets/compass/css/reset.css", "test/fixtures/stylesheets/compass/css/utilities.css", "test/fixtures/stylesheets/compass/sass/layout.sass", "test/fixtures/stylesheets/compass/sass/print.sass", "test/fixtures/stylesheets/compass/sass/reset.sass", "test/fixtures/stylesheets/compass/sass/utilities.sass", "test/fixtures/stylesheets/yui/css/mixins.css", "test/fixtures/stylesheets/yui/sass/base.sass", "test/fixtures/stylesheets/yui/sass/fonts.sass", "test/fixtures/stylesheets/yui/sass/grids.sass", "test/fixtures/stylesheets/yui/sass/mixins.sass", "test/sass_extensions_test.rb", "test/test_helper.rb", "VERSION"]
14
- s.homepage = %q{http://github.com/chriseppstein/compass}
15
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass", "--main", "README.markdown"]
16
- s.require_paths = ["lib"]
17
- s.rubyforge_project = %q{compass}
18
- s.rubygems_version = %q{1.2.0}
19
- s.summary = %q{Sass-Based CSS Meta-Framework.}
20
- s.test_files = ["test/compass_test.rb", "test/sass_extensions_test.rb", "test/test_helper.rb"]
2
+ # Gem::Specification for Compass-0.3.5.1
21
3
 
22
- if s.respond_to? :specification_version then
23
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
24
- s.specification_version = 2
4
+ # Originally generated by Echoe
25
5
 
26
- if current_version >= 3 then
27
- s.add_runtime_dependency(%q<haml>, [">= 0"])
28
- s.add_development_dependency(%q<echoe>, [">= 0"])
29
- else
30
- s.add_dependency(%q<haml>, [">= 0"])
31
- s.add_dependency(%q<echoe>, [">= 0"])
32
- end
33
- else
34
- s.add_dependency(%q<haml>, [">= 0"])
35
- s.add_dependency(%q<echoe>, [">= 0"])
36
- end
37
- end
6
+ --- !ruby/object:Gem::Specification
7
+ name: compass
8
+ version: !ruby/object:Gem::Version
9
+ version: 0.3.5.1
10
+ platform: ruby
11
+ authors:
12
+ - Chris Eppstein
13
+ autorequire:
14
+ bindir: bin
15
+
16
+ date: 2008-12-27 00:00:00 +08:00
17
+ default_executable:
18
+ dependencies:
19
+ - !ruby/object:Gem::Dependency
20
+ name: haml
21
+ type: :runtime
22
+ version_requirement:
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: "0"
28
+ version:
29
+ - !ruby/object:Gem::Dependency
30
+ name: echoe
31
+ type: :development
32
+ version_requirement:
33
+ version_requirements: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: "0"
38
+ version:
39
+ description: Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.
40
+ email: chris@eppsteins.net
41
+ executables:
42
+ - compass
43
+ extensions: []
44
+
45
+ extra_rdoc_files:
46
+ - bin/compass
47
+ - lib/compass/commands/base.rb
48
+ - lib/compass/commands/create_project.rb
49
+ - lib/compass/commands/install_rails.rb
50
+ - lib/compass/commands/print_version.rb
51
+ - lib/compass/commands/update_project.rb
52
+ - lib/compass/commands/watch_project.rb
53
+ - lib/compass/core_ext.rb
54
+ - lib/compass/exec.rb
55
+ - lib/compass/frameworks/blueprint.rb
56
+ - lib/compass/frameworks/compass.rb
57
+ - lib/compass/frameworks/yui.rb
58
+ - lib/compass/frameworks.rb
59
+ - lib/compass/merb.rb
60
+ - lib/compass/test_case.rb
61
+ - lib/compass/validate/COPYRIGHT.html
62
+ - lib/compass/validate/css-validator-javadoc.jar
63
+ - lib/compass/validate/css-validator.jar
64
+ - lib/compass/validate/jigsaw.jar
65
+ - lib/compass/validate/JIGSAW_COPYRIGHT
66
+ - lib/compass/validate/README.html
67
+ - lib/compass/validate/xerces.jar
68
+ - lib/compass/validate/XERCES_COPYING.txt
69
+ - lib/compass/validate.rb
70
+ - lib/compass/validator.rb
71
+ - lib/compass/version.rb
72
+ - lib/compass.rb
73
+ - lib/sass_extensions.rb
74
+ - README.markdown
75
+ files:
76
+ - bin/compass
77
+ - compass.gemspec
78
+ - examples/blueprint_default/index.html
79
+ - examples/blueprint_default/parts/elements.html
80
+ - examples/blueprint_default/parts/forms.html
81
+ - examples/blueprint_default/parts/grid.html
82
+ - examples/blueprint_default/parts/test-small.jpg
83
+ - examples/blueprint_default/parts/test.jpg
84
+ - examples/blueprint_default/parts/valid.png
85
+ - examples/blueprint_default/stylesheets/ie.sass
86
+ - examples/blueprint_default/stylesheets/images/grid.png
87
+ - examples/blueprint_default/stylesheets/print.sass
88
+ - examples/blueprint_default/stylesheets/screen.sass
89
+ - examples/blueprint_plugins/index.html
90
+ - examples/blueprint_plugins/parts/fancy_type.html
91
+ - examples/blueprint_plugins/parts/test-small.jpg
92
+ - examples/blueprint_plugins/parts/test.jpg
93
+ - examples/blueprint_plugins/parts/valid.png
94
+ - examples/blueprint_plugins/stylesheets/ie.sass
95
+ - examples/blueprint_plugins/stylesheets/images/grid.png
96
+ - examples/blueprint_plugins/stylesheets/print.sass
97
+ - examples/blueprint_plugins/stylesheets/screen.sass
98
+ - examples/blueprint_scoped/stylesheets/ie.sass
99
+ - examples/blueprint_scoped/stylesheets/print.sass
100
+ - examples/blueprint_scoped/stylesheets/screen.sass
101
+ - examples/blueprint_scoped_form/stylesheets/ie.sass
102
+ - examples/blueprint_scoped_form/stylesheets/print.sass
103
+ - examples/blueprint_scoped_form/stylesheets/screen.sass
104
+ - examples/blueprint_semantic/index.html
105
+ - examples/blueprint_semantic/parts/fancy_type.html
106
+ - examples/blueprint_semantic/parts/liquid.html
107
+ - examples/blueprint_semantic/parts/test-small.jpg
108
+ - examples/blueprint_semantic/parts/test.jpg
109
+ - examples/blueprint_semantic/parts/valid.png
110
+ - examples/blueprint_semantic/stylesheets/ie.sass
111
+ - examples/blueprint_semantic/stylesheets/images/grid.png
112
+ - examples/blueprint_semantic/stylesheets/liquid.sass
113
+ - examples/blueprint_semantic/stylesheets/print.sass
114
+ - examples/blueprint_semantic/stylesheets/screen.sass
115
+ - examples/compass/compass.html
116
+ - examples/compass/sticky_footer.html.haml
117
+ - examples/compass/stylesheets/compass.sass
118
+ - examples/compass/stylesheets/images/blue_arrow.gif
119
+ - examples/compass/stylesheets/sticky_footer.sass
120
+ - examples/compass/stylesheets/utilities.sass
121
+ - examples/compass/utilities.html.haml
122
+ - examples/yui/divisions.html.haml
123
+ - examples/yui/index.html.haml
124
+ - examples/yui/stylesheets/screen.sass
125
+ - examples/yui/sub_divisions.html.haml
126
+ - examples/yui/templates.html.haml
127
+ - examples/yui/test.jpg
128
+ - examples/yui/typography.html.haml
129
+ - frameworks/blueprint/lib/blueprint/constants.rb
130
+ - frameworks/blueprint/lib/blueprint/grid_builder.rb
131
+ - frameworks/blueprint/stylesheets/_blueprint.sass
132
+ - frameworks/blueprint/stylesheets/blueprint/_ie.sass
133
+ - frameworks/blueprint/stylesheets/blueprint/_print.sass
134
+ - frameworks/blueprint/stylesheets/blueprint/_screen.sass
135
+ - frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass
136
+ - frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass
137
+ - frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass
138
+ - frameworks/blueprint/stylesheets/blueprint/modules/_form.sass
139
+ - frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass
140
+ - frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass
141
+ - frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass
142
+ - frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass
143
+ - frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass
144
+ - frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass
145
+ - frameworks/blueprint/templates/project/grid.png
146
+ - frameworks/blueprint/templates/project/ie.sass
147
+ - frameworks/blueprint/templates/project/print.sass
148
+ - frameworks/blueprint/templates/project/screen.sass
149
+ - frameworks/compass/stylesheets/_compass.sass
150
+ - frameworks/compass/stylesheets/compass/_layout.sass
151
+ - frameworks/compass/stylesheets/compass/_reset.sass
152
+ - frameworks/compass/stylesheets/compass/_utilities.sass
153
+ - frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
154
+ - frameworks/compass/stylesheets/compass/utilities/_general.sass
155
+ - frameworks/compass/stylesheets/compass/utilities/_links.sass
156
+ - frameworks/compass/stylesheets/compass/utilities/_lists.sass
157
+ - frameworks/compass/stylesheets/compass/utilities/_print.sass
158
+ - frameworks/compass/stylesheets/compass/utilities/_tables.sass
159
+ - frameworks/compass/stylesheets/compass/utilities/_text.sass
160
+ - frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass
161
+ - frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass
162
+ - frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
163
+ - frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass
164
+ - frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass
165
+ - frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass
166
+ - frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass
167
+ - frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass
168
+ - frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
169
+ - frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass
170
+ - frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
171
+ - frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass
172
+ - frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass
173
+ - frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
174
+ - frameworks/compass/templates/project/grid.png
175
+ - frameworks/compass/templates/project/ie.sass
176
+ - frameworks/compass/templates/project/print.sass
177
+ - frameworks/compass/templates/project/screen.sass
178
+ - frameworks/yui/COPYRIGHT
179
+ - frameworks/yui/stylesheets/_yui.sass
180
+ - frameworks/yui/stylesheets/yui/modules/_base.sass
181
+ - frameworks/yui/stylesheets/yui/modules/_fonts.sass
182
+ - frameworks/yui/stylesheets/yui/modules/_grids.sass
183
+ - frameworks/yui/templates/project/screen.sass
184
+ - lib/compass/commands/base.rb
185
+ - lib/compass/commands/create_project.rb
186
+ - lib/compass/commands/install_rails.rb
187
+ - lib/compass/commands/print_version.rb
188
+ - lib/compass/commands/update_project.rb
189
+ - lib/compass/commands/watch_project.rb
190
+ - lib/compass/core_ext.rb
191
+ - lib/compass/exec.rb
192
+ - lib/compass/frameworks/blueprint.rb
193
+ - lib/compass/frameworks/compass.rb
194
+ - lib/compass/frameworks/yui.rb
195
+ - lib/compass/frameworks.rb
196
+ - lib/compass/merb.rb
197
+ - lib/compass/test_case.rb
198
+ - lib/compass/validate/COPYRIGHT.html
199
+ - lib/compass/validate/css-validator-javadoc.jar
200
+ - lib/compass/validate/css-validator.jar
201
+ - lib/compass/validate/jigsaw.jar
202
+ - lib/compass/validate/JIGSAW_COPYRIGHT
203
+ - lib/compass/validate/README.html
204
+ - lib/compass/validate/xerces.jar
205
+ - lib/compass/validate/XERCES_COPYING.txt
206
+ - lib/compass/validate.rb
207
+ - lib/compass/validator.rb
208
+ - lib/compass/version.rb
209
+ - lib/compass.rb
210
+ - lib/sass_extensions.rb
211
+ - Manifest
212
+ - Rakefile
213
+ - README.markdown
214
+ - test/compass_test.rb
215
+ - test/fixtures/stylesheets/blueprint/css/typography.css
216
+ - test/fixtures/stylesheets/blueprint/sass/ie.sass
217
+ - test/fixtures/stylesheets/blueprint/sass/print.sass
218
+ - test/fixtures/stylesheets/blueprint/sass/screen.sass
219
+ - test/fixtures/stylesheets/blueprint/sass/typography.sass
220
+ - test/fixtures/stylesheets/compass/css/layout.css
221
+ - test/fixtures/stylesheets/compass/css/print.css
222
+ - test/fixtures/stylesheets/compass/css/reset.css
223
+ - test/fixtures/stylesheets/compass/css/utilities.css
224
+ - test/fixtures/stylesheets/compass/sass/layout.sass
225
+ - test/fixtures/stylesheets/compass/sass/print.sass
226
+ - test/fixtures/stylesheets/compass/sass/reset.sass
227
+ - test/fixtures/stylesheets/compass/sass/utilities.sass
228
+ - test/fixtures/stylesheets/yui/css/mixins.css
229
+ - test/fixtures/stylesheets/yui/sass/base.sass
230
+ - test/fixtures/stylesheets/yui/sass/fonts.sass
231
+ - test/fixtures/stylesheets/yui/sass/grids.sass
232
+ - test/fixtures/stylesheets/yui/sass/mixins.sass
233
+ - test/sass_extensions_test.rb
234
+ - test/test_helper.rb
235
+ - VERSION
236
+ has_rdoc: false
237
+ homepage: http://github.com/chriseppstein/compass
238
+ post_install_message:
239
+ rdoc_options:
240
+ - --line-numbers
241
+ - --inline-source
242
+ - --title
243
+ - Compass
244
+ - --main
245
+ - README.markdown
246
+ require_paths:
247
+ - lib
248
+ required_ruby_version: !ruby/object:Gem::Requirement
249
+ requirements:
250
+ - - ">="
251
+ - !ruby/object:Gem::Version
252
+ version: "0"
253
+ version:
254
+ required_rubygems_version: !ruby/object:Gem::Requirement
255
+ requirements:
256
+ - - "="
257
+ - !ruby/object:Gem::Version
258
+ version: "1.2"
259
+ version:
260
+ requirements: []
261
+
262
+ rubyforge_project: compass
263
+ rubygems_version: 1.2.0
264
+ specification_version: 2
265
+ summary: Sass-Based CSS Meta-Framework.
266
+ test_files:
267
+ - test/sass_extensions_test.rb
268
+ - test/test_helper.rb
269
+ - test/compass_test.rb
@@ -25,3 +25,4 @@ end
25
25
  require File.join(File.dirname(__FILE__), 'frameworks', 'compass')
26
26
  require File.join(File.dirname(__FILE__), 'frameworks', 'blueprint')
27
27
  require File.join(File.dirname(__FILE__), 'frameworks', 'yui')
28
+ require File.join(File.dirname(__FILE__), 'frameworks', 'arnebrasseur')
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arnebrasseur-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain: []
11
-
12
- date: 2008-12-21 00:00:00 -08:00
13
- default_executable: compass
10
+ cert_chain:
11
+ date: 2008-12-26 08:00:00 -08:00
12
+ default_executable:
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: haml
16
+ type: :runtime
17
17
  version_requirement:
18
18
  version_requirements: !ruby/object:Gem::Requirement
19
19
  requirements:
@@ -23,6 +23,7 @@ dependencies:
23
23
  version:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: echoe
26
+ type: :development
26
27
  version_requirement:
27
28
  version_requirements: !ruby/object:Gem::Requirement
28
29
  requirements:
@@ -247,7 +248,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
247
248
  version:
248
249
  required_rubygems_version: !ruby/object:Gem::Requirement
249
250
  requirements:
250
- - - ">="
251
+ - - "="
251
252
  - !ruby/object:Gem::Version
252
253
  version: "1.2"
253
254
  version:
@@ -259,6 +260,6 @@ signing_key:
259
260
  specification_version: 2
260
261
  summary: Sass-Based CSS Meta-Framework.
261
262
  test_files:
262
- - test/compass_test.rb
263
263
  - test/sass_extensions_test.rb
264
264
  - test/test_helper.rb
265
+ - test/compass_test.rb