chriseppstein-compass 0.8.8 → 0.8.9
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.
- data/CHANGELOG.markdown +4 -0
- data/REVISION +1 -1
- data/VERSION.yml +1 -1
- data/frameworks/blueprint/templates/project/screen.sass +2 -2
- metadata +4 -3
data/CHANGELOG.markdown
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
COMPASS CHANGELOG
|
|
2
2
|
=================
|
|
3
|
+
0.8.9 (August 9, 2009)
|
|
4
|
+
----------------------
|
|
5
|
+
Bug Fix Release:
|
|
6
|
+
* [Blueprint] The default screen.sass generated invalid selectors due to improper nesting. A better fix is coming in the next release.
|
|
3
7
|
|
|
4
8
|
0.8.8 (July 21, 2009)
|
|
5
9
|
---------------------
|
data/REVISION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b502fcafaf78ce24f13a4b93f28ef984c5b57cae
|
data/VERSION.yml
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
// +blueprint
|
|
12
12
|
|
|
13
13
|
//Recommended Blueprint configuration with scoping and semantic layout:
|
|
14
|
+
+blueprint-typography("body.bp")
|
|
15
|
+
+blueprint-scaffolding("body.bp")
|
|
14
16
|
body.bp
|
|
15
|
-
+blueprint-typography
|
|
16
17
|
+blueprint-utilities
|
|
17
18
|
+blueprint-debug
|
|
18
19
|
+blueprint-interaction
|
|
19
20
|
// Remove the scaffolding when you're ready to start doing visual design.
|
|
20
21
|
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
|
21
|
-
+blueprint-scaffolding
|
|
22
22
|
form.bp
|
|
23
23
|
+blueprint-form
|
|
24
24
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chriseppstein-compass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Eppstein
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-08-09 00:00:00 -07:00
|
|
13
13
|
default_executable: compass
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -297,6 +297,7 @@ files:
|
|
|
297
297
|
- test/test_rails_helper.rb
|
|
298
298
|
has_rdoc: false
|
|
299
299
|
homepage: http://compass-style.org
|
|
300
|
+
licenses:
|
|
300
301
|
post_install_message:
|
|
301
302
|
rdoc_options:
|
|
302
303
|
- --charset=UTF-8
|
|
@@ -317,7 +318,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
317
318
|
requirements: []
|
|
318
319
|
|
|
319
320
|
rubyforge_project: compass
|
|
320
|
-
rubygems_version: 1.
|
|
321
|
+
rubygems_version: 1.3.5
|
|
321
322
|
signing_key:
|
|
322
323
|
specification_version: 3
|
|
323
324
|
summary: A Real Stylesheet Framework
|