pixarea-compass-themes 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Pixarea
2
2
  module Compass
3
3
  module Themes
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1,5 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +theme-cabinet(none)
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +cabinet-tones-graysand
6
+
@@ -0,0 +1,5 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +theme-minipane(none)
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +minipane-tones-burma
6
+
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +minipane-tones-dark
6
+
@@ -0,0 +1,5 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +theme-shapy(none)
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +shapy-tones-burma
6
+
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +shapy-tones-circus
6
+
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +shapy-tones-circus
6
+
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +shapy-tones-firen
6
+
@@ -0,0 +1,6 @@
1
+ @import base
2
+
3
+ @import pixarea/themes
4
+
5
+ +shapy-tones-rusty
6
+
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pixarea-compass-themes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Reszka
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-20 00:00:00 +02:00
13
+ date: 2011-04-21 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -94,6 +94,17 @@ files:
94
94
  - templates/project/manifest.rb
95
95
  - templates/project/stylesheets/PIE.htc
96
96
  - templates/project/theme.sass
97
+ - templates/project/themes/cabinet.sass
98
+ - templates/project/themes/cabinet/graysand.sass
99
+ - templates/project/themes/minipane.sass
100
+ - templates/project/themes/minipane/burma.sass
101
+ - templates/project/themes/minipane/dark.sass
102
+ - templates/project/themes/shapy.sass
103
+ - templates/project/themes/shapy/burma.sass
104
+ - templates/project/themes/shapy/circus.sass
105
+ - templates/project/themes/shapy/dark.sass
106
+ - templates/project/themes/shapy/firen.sass
107
+ - templates/project/themes/shapy/rusty.sass
97
108
  has_rdoc: true
98
109
  homepage: https://github.com/danielres/pixarea-compass-themes
99
110
  licenses: []