cinnamon 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
+ }
@@ -0,0 +1,2 @@
1
+ // This is where you put the contents of the main stylesheet for the user's project.
2
+ // It should import your sass stylesheets and demonstrate how to use them.
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: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
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: []