Update the blog post for official release.

This commit is contained in:
Chris Eppstein 2012-03-12 00:39:54 -07:00
parent 6754be1dc2
commit a16f163e51
2 changed files with 18 additions and 16 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: .. remote: ..
specs: specs:
compass (0.12.rc.0.c403ac9) compass (0.12.0.6754be1)
chunky_png (~> 1.2) chunky_png (~> 1.2)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (~> 3.1) sass (~> 3.1)
@ -9,9 +9,9 @@ PATH
PATH PATH
remote: ../../compass-theme remote: ../../compass-theme
specs: specs:
compass-theme (0.0.2) compass-theme (0.0.1)
compass (~> 0.11) compass (~> 0.11)
compass-susy-plugin (~> 0.7.0) compass-susy-plugin (>= 0.7.0.pre8)
css-slideshow (= 0.2.0) css-slideshow (= 0.2.0)
GEM GEM
@ -23,8 +23,8 @@ GEM
builder (3.0.0) builder (3.0.0)
chunky_png (1.2.5) chunky_png (1.2.5)
coderay (0.9.7) coderay (0.9.7)
compass-susy-plugin (0.7.0) compass-susy-plugin (0.9)
compass (>= 0.10.0) compass (>= 0.11.1)
cri (2.0.2) cri (2.0.2)
css-slideshow (0.2.0) css-slideshow (0.2.0)
compass (>= 0.10.0.rc3) compass (>= 0.10.0.rc3)
@ -42,7 +42,7 @@ GEM
rb-fsevent (0.4.0) rb-fsevent (0.4.0)
rdiscount (1.6.8) rdiscount (1.6.8)
ruby-prof (0.10.8) ruby-prof (0.10.8)
sass (3.1.12) sass (3.1.15)
serve (1.0.0) serve (1.0.0)
activesupport (~> 3.0.1) activesupport (~> 3.0.1)
i18n (~> 0.4.1) i18n (~> 0.4.1)

View File

@ -1,12 +1,12 @@
--- ---
title: "Compass v0.12 (Release Candidate) is Released" title: "Compass v0.12 is Released"
description: "Compass 0.12: Flexible Sprites, Rails Integration" description: "Compass 0.12: Flexible Sprites, Rails Integration"
author: chris author: chris
--- ---
Compass 0.12 release candidate is out! Install it now: Compass 0.12 is out! Install it now:
$ (sudo) gem install compass --pre $ (sudo) gem install compass
This release is primarily to support the Rails Asset Pipeline which This release is primarily to support the Rails Asset Pipeline which
required major changes to the Compass internals. If you use rails required major changes to the Compass internals. If you use rails
@ -36,12 +36,14 @@ Additionally there are many new CSS3 improvements, bug fixes, and other
small enhancements that you can read about in the small enhancements that you can read about in the
[CHANGELOG](/CHANGELOG/). [CHANGELOG](/CHANGELOG/).
What's next for Compass? The Sass 3.2 release is coming soon and I'd What's next for Compass? First, we've added [Anthony
very much like the 0.13 release of compass to take advantage of the Short](/blog/2012/03/11/anthony-short-joins-the-compass-core-team/) to
great features that it offers. Additionally, we're working on an the team and we're really excited to see him come make our stylesheets
extension registry where you can post your compass extensions and even more awesome. The Sass 3.2 release is coming soon and the 0.13
discover new ones. Lastly, we'll be extracting blueprint to a release of compass will take advantage of the great features that it
compass extension as that project seems to have stagnated. I'd say offers. Additionally, we're working on an extension registry where you
we're getting pretty close to a 1.0 release! can post your compass extensions and discover new ones. Lastly, we'll
be extracting blueprint to a compass extension as that project seems to
have stagnated. I'd say we're getting pretty close to a 1.0 release!
[compass-rails]: /blog/2012/01/29/compass-and-rails-integration/ [compass-rails]: /blog/2012/01/29/compass-and-rails-integration/