compass-aurora 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/aurora.rb +2 -2
- metadata +25 -9
data/lib/aurora.rb
CHANGED
metadata
CHANGED
@@ -5,15 +5,17 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
|
8
|
+
- 1
|
9
|
+
version: 1.0.1
|
9
10
|
platform: ruby
|
10
11
|
authors:
|
11
12
|
- Sam Richard
|
13
|
+
- Ian Carrico
|
12
14
|
autorequire:
|
13
15
|
bindir: bin
|
14
16
|
cert_chain: []
|
15
17
|
|
16
|
-
date: 2012-11-
|
18
|
+
date: 2012-11-10 00:00:00 -05:00
|
17
19
|
default_executable:
|
18
20
|
dependencies:
|
19
21
|
- !ruby/object:Gem::Dependency
|
@@ -25,10 +27,9 @@ dependencies:
|
|
25
27
|
- !ruby/object:Gem::Version
|
26
28
|
segments:
|
27
29
|
- 0
|
28
|
-
-
|
29
|
-
-
|
30
|
-
|
31
|
-
version: 0.13.alpha.0
|
30
|
+
- 12
|
31
|
+
- 2
|
32
|
+
version: 0.12.2
|
32
33
|
type: :runtime
|
33
34
|
version_requirements: *id001
|
34
35
|
- !ruby/object:Gem::Dependency
|
@@ -59,9 +60,24 @@ dependencies:
|
|
59
60
|
version: 0.1.1
|
60
61
|
type: :runtime
|
61
62
|
version_requirements: *id003
|
62
|
-
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: compass-normalize
|
65
|
+
prerelease: false
|
66
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
67
|
+
requirements:
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
segments:
|
71
|
+
- 1
|
72
|
+
- 4
|
73
|
+
- 1
|
74
|
+
version: 1.4.1
|
75
|
+
type: :runtime
|
76
|
+
version_requirements: *id004
|
77
|
+
description: Aurora Subthemes!
|
63
78
|
email:
|
64
79
|
- snugug@gmail.com
|
80
|
+
- ian@iancarrico.com
|
65
81
|
executables: []
|
66
82
|
|
67
83
|
extensions: []
|
@@ -123,7 +139,7 @@ files:
|
|
123
139
|
- templates/susy/_base.scss
|
124
140
|
- templates/susy/manifest.rb
|
125
141
|
has_rdoc: true
|
126
|
-
homepage:
|
142
|
+
homepage: http://drupal.org/project/aurora
|
127
143
|
licenses: []
|
128
144
|
|
129
145
|
post_install_message:
|
@@ -152,6 +168,6 @@ rubyforge_project: compass-aurora
|
|
152
168
|
rubygems_version: 1.3.6
|
153
169
|
signing_key:
|
154
170
|
specification_version: 3
|
155
|
-
summary: Drupal base theme
|
171
|
+
summary: The companion gem for the Drupal Aurora base theme.
|
156
172
|
test_files: []
|
157
173
|
|