compass-aurora 1.0 → 1.0.1

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.
Files changed (2) hide show
  1. data/lib/aurora.rb +2 -2
  2. metadata +25 -9
data/lib/aurora.rb CHANGED
@@ -7,6 +7,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
7
7
  Compass::Frameworks.register('aurora', :path => extension_path)
8
8
 
9
9
  module Aurora
10
- VERSION = "1.0"
11
- DATE = "2012-11-09"
10
+ VERSION = "1.0.1"
11
+ DATE = "2012-11-10"
12
12
  end
metadata CHANGED
@@ -5,15 +5,17 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- version: "1.0"
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-09 00:00:00 -05:00
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
- - 13
29
- - alpha
30
- - 0
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
- description: The Aurora base theme
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: https://github.com/Snugug/Aurora
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 Aurora
171
+ summary: The companion gem for the Drupal Aurora base theme.
156
172
  test_files: []
157
173