cinnamon 0.0.3 → 0.0.4
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 +12 -0
- data/templates/project/screen.sass +2 -0
- metadata +5 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Make sure you list all the project template files here in the manifest.
|
|
2
|
+
stylesheet '_screen.sass', :media => 'screen, projection'
|
|
3
|
+
|
|
4
|
+
description "Web construction."
|
|
5
|
+
|
|
6
|
+
help %Q{
|
|
7
|
+
No help is available at this time.
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
welcome_message %Q{
|
|
11
|
+
Welcome to this early prototype of Cinnamon. There are no docs available at this time.
|
|
12
|
+
}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cinnamon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jason Kuhrt
|
|
@@ -67,6 +67,8 @@ files:
|
|
|
67
67
|
- stylesheets/cinnamon/layout/_utilities.sass
|
|
68
68
|
- stylesheets/cinnamon/type/_type.sass
|
|
69
69
|
- stylesheets/cinnamon/utilities/_misc.sass
|
|
70
|
+
- templates/project/manifest.rb
|
|
71
|
+
- templates/project/screen.sass
|
|
70
72
|
has_rdoc: true
|
|
71
73
|
homepage: http://www.jasonkuhrt.com/
|
|
72
74
|
licenses: []
|