moc_compass 0.1.2 → 0.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.
- data/templates/project/manifest.rb +4 -6
- metadata +2 -3
@@ -3,15 +3,13 @@ description "moc_compass extension"
|
|
3
3
|
stylesheet 'screen.scss', :media => 'screen'
|
4
4
|
|
5
5
|
help %Q{
|
6
|
-
|
6
|
+
Just testing stuff out:
|
7
7
|
|
8
|
-
http://
|
8
|
+
http://moc.net
|
9
9
|
}
|
10
10
|
|
11
11
|
welcome_message %Q{
|
12
|
-
|
12
|
+
Just testing stuff out:
|
13
13
|
|
14
|
-
http://
|
15
|
-
|
16
|
-
To get started, edit the grid.scss file and read the comments and code there.
|
14
|
+
http://moc.net
|
17
15
|
}
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moc_compass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
- 1
|
9
8
|
- 2
|
10
|
-
version: 0.
|
9
|
+
version: "0.2"
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Ulrich Green [moc.net]
|