moc_compass 0.1.1 → 0.1.2

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.
@@ -4,4 +4,12 @@
4
4
  @import "moc_compass/base";
5
5
  @import "moc_compass/grid";
6
6
 
7
- @import "partials/layout";
7
+ header {
8
+ @include mc-row;
9
+ }
10
+ nav {
11
+ @include mc-fourcol;
12
+ }
13
+ aside {
14
+ @include grid-width(5);
15
+ }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moc_compass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ulrich Green [moc.net]
@@ -47,7 +47,6 @@ files:
47
47
  - stylesheets/moc_compass/_grid.scss
48
48
  - stylesheets/moc_compass/_reset.scss
49
49
  - templates/project/manifest.rb
50
- - templates/project/partials/_layout.scss
51
50
  - templates/project/screen.scss
52
51
  homepage: http://moc.net/
53
52
  licenses: []
@@ -78,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
77
  requirements: []
79
78
 
80
79
  rubyforge_project:
81
- rubygems_version: 1.8.6
80
+ rubygems_version: 1.8.11
82
81
  signing_key:
83
82
  specification_version: 3
84
83
  summary: moc's compass extension
@@ -1,6 +0,0 @@
1
- header {
2
- @include mc-row;
3
- }
4
- nav {
5
- @include mc-fourcol;
6
- }