Commit Graph

1143 Commits

Author SHA1 Message Date
Chris Eppstein
0cf4430f5e Record current revision for release. 2009-06-05 10:47:27 -07:00
Chris Eppstein
8738361908 Regenerated gemspec for version 0.6.14 2009-06-05 10:46:15 -07:00
Chris Eppstein
a0d81bf0e6 Record current revision for release. 2009-06-05 10:46:15 -07:00
Chris Eppstein
27b8a25f83 Some changes to keep the generated html and css from the examples out of the gemspec. 2009-06-05 10:44:57 -07:00
Chris Eppstein
6ab6707001 Converted html to haml in the examples for consistency. 2009-06-05 10:43:04 -07:00
Chris Eppstein
7a34f14018 Converted the logo html to haml. 2009-06-05 10:29:34 -07:00
Chris Eppstein
716960232c Regenerated gemspec for version 0.6.14 2009-06-05 10:09:01 -07:00
Chris Eppstein
ecafefa6ab Record current revision for release. 2009-06-05 10:09:01 -07:00
Chris Eppstein
dba17aeda0 Version bump to 0.6.14 2009-06-05 10:09:00 -07:00
Chris Eppstein
3fe2fe6a77 Update the changelog. 2009-06-05 10:08:43 -07:00
Chris Eppstein
e37b3b4d24 Extracted the CSS Validator to a separate gem to keep the compass gem size small. 2009-06-05 10:02:47 -07:00
Andrew Vit
5f0c20e6a9 Regenerated gemspec for version 0.6.13 2009-05-28 18:56:32 -07:00
Andrew Vit
e57bd0692f Record current revision for release. 2009-05-28 18:56:32 -07:00
Andrew Vit
f487b82f28 Version bump to 0.6.13 2009-05-28 18:56:32 -07:00
Gustavo Delfino
f033ee2ec0 Fixed a bug in +horizontal-list mixin 2009-05-28 18:47:47 -07:00
Chris Eppstein
8aeedb616b Regenerated gemspec for version 0.6.12 2009-05-23 23:55:35 -07:00
Chris Eppstein
e4228f7db8 Record current revision for release. 2009-05-23 23:55:35 -07:00
Chris Eppstein
bd6ce9a869 Version bump to 0.6.12 2009-05-23 23:55:35 -07:00
Chris Eppstein
bb8a54a9eb Regenerated gemspec for version 0.6.11 2009-05-23 23:55:14 -07:00
Chris Eppstein
80327d8c6f Record current revision for release. 2009-05-23 23:55:13 -07:00
Chris Eppstein
83ff9bb79b Need the REVISION and VERSION.yml files in the distribution too. 2009-05-23 23:55:05 -07:00
Chris Eppstein
e216126f3d Regenerated gemspec for version 0.6.11 2009-05-23 23:31:17 -07:00
Chris Eppstein
6d472fcd92 Record current revision for release. 2009-05-23 23:31:17 -07:00
Chris Eppstein
40ae0cc29c Version bump to 0.6.11 2009-05-23 23:31:16 -07:00
Chris Eppstein
7a3bc728f1 Proper version tracking that is compatible with jeweler. 2009-05-23 23:30:49 -07:00
Chris Eppstein
b2d2d46d58 Regenerated gemspec for version 0.6.10 2009-05-23 22:28:40 -07:00
Chris Eppstein
80ee4c3486 Version bump to 0.6.10 2009-05-23 22:28:40 -07:00
Chris Eppstein
2fb323dbcb Compass works better when it has code. 2009-05-23 22:27:29 -07:00
Chris Eppstein
5dac0869d0 Regenerated gemspec for version 0.6.9 2009-05-23 14:48:32 -07:00
Chris Eppstein
80c3a45662 Version bump to 0.6.9 2009-05-23 14:48:04 -07:00
Chris Eppstein
2558443ec0 Updated changelog for v0.6.9 2009-05-23 14:47:20 -07:00
Chris Eppstein
1e5a80d4fd Add the dependency to haml-edge back. 2009-05-23 14:44:45 -07:00
Chris Eppstein
00ded7e000 Regenerated gemspec for version 0.6.8 2009-05-23 14:42:10 -07:00
Chris Eppstein
6c3534db6d Migrate to Jeweler and away from Echoe for gem building. 2009-05-23 14:41:18 -07:00
Chris Eppstein
bf1f1bd956 Version bump to 0.6.8 2009-05-23 14:39:39 -07:00
Chris Eppstein
d7bb7d6e4f Release version 0.6.7 2009-05-23 10:07:57 -07:00
Chris Eppstein
7b90aef5d4 [Rails] Don't set the output style in the compass.config file for rails projects. It will default according to the runtime environment. Closes GH-4. 2009-05-23 09:57:50 -07:00
Chris Eppstein
fcdaf41dbc [Command Line] Store sass cache files in the sass directory of the project. Closes GH-8. 2009-05-23 09:57:41 -07:00
Chris Eppstein
faadde2379 [Compass Core] Extracted two new mixins from +horizontal-list. Closes GH-9.
The new +horizontal-list-container and +horizontal-list-item mixins can
be used to build your horizontal list when you need more control over
the selectors (E.g. when working with nested lists).
2009-05-23 09:15:33 -07:00
Derek Perez
f6948d1d58 rails 2.3 compass installer template. makes installing and configuring compass a breeze. 2009-05-19 18:49:53 -07:00
Chris Eppstein
f5bb9ff0f2 Release version 0.6.6 2009-05-08 08:26:28 -07:00
Chris Eppstein
a2462db334 Need to reset the configuration before each configuration test case. 2009-05-08 08:11:42 -07:00
Chris Eppstein
d4aa36f0f0 Fix some failing tests and refactor the tests to make better use of new compass facilities that didn't exist when the tests were first written. 2009-05-08 08:09:43 -07:00
Chris Eppstein
3921465e95 Don't unecessarily set the output style in the Compass TestCase. 2009-05-08 08:09:43 -07:00
Chris Eppstein
36992e0173 Remove some unecessary code. 2009-05-08 08:09:43 -07:00
Chris Eppstein
b2c403711b Return arguments from the configuration suitable for passing to the compass compiler. 2009-05-08 08:09:43 -07:00
Chris Eppstein
22b61e13a9 Added a NullLogger class that can be used to silence the compiler output via the :logger option. 2009-05-07 20:08:19 -07:00
Chris Eppstein
2c7eede9fb Factor out the css_path and sass_path methods for accessing the full path to respective compass project directories. 2009-05-07 20:05:51 -07:00
Chris Eppstein
9a9b0b3d43 Update unit tests to work with the new timestamp checking support for the compass compiler. 2009-05-07 12:29:06 -07:00
Chris Eppstein
b7f38e40f7 Fixed some broken unit tests due to internal Sass API change. 2009-05-07 12:04:47 -07:00