compass-aurora-os 0.3.0 → 0.3.2

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/lib/aurora-os.rb CHANGED
@@ -7,6 +7,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
7
7
  Compass::Frameworks.register('aurora-os', :path => extension_path)
8
8
 
9
9
  module Aurora_OS
10
- VERSION = "0.3.0"
11
- DATE = "2014-03-27"
10
+ VERSION = "0.3.2"
11
+ DATE = "2014-04-03"
12
12
  end
@@ -3,4 +3,6 @@ component.json
3
3
  components/
4
4
  node_modules/
5
5
  .sass-cache/
6
- vendor/
6
+ vendor/*
7
+ !vendor/alphecca/images
8
+ !vendor/alphecca/js
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file
5
- * Theme functions for the <%= project_name %> theme.
5
+ * Theme functions for the <%= project_name.capitalize %> theme.
6
6
  */
7
7
 
8
8
 
@@ -4,6 +4,7 @@ require 'singularitygs'
4
4
  require 'breakpoint'
5
5
  require 'toolkit'
6
6
  require 'compass-normalize'
7
+ require 'aurora-os'
7
8
 
8
9
  # Set this to the root of your project when deployed:
9
10
  http_path = "/sites/all/themes/<%= project_name %>"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-aurora-os
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-03-27 00:00:00.000000000 Z
15
+ date: 2014-04-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: sass
@@ -145,7 +145,7 @@ dependencies:
145
145
  description: Aurora Subthemes!
146
146
  email:
147
147
  - snugug@gmail.com
148
- - github@iancarrico.com
148
+ - ian@iancarrico.com
149
149
  - eric@opensourcery.com
150
150
  - anne@opensourcery.com
151
151
  executables: []