compass-aurora 0.8.pre → 0.9

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.rb CHANGED
@@ -6,6 +6,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
6
6
  Compass::Frameworks.register('aurora', :path => extension_path)
7
7
 
8
8
  module Aurora
9
- VERSION = "0.8.pre"
10
- DATE = "2012-09-28"
9
+ VERSION = "0.9"
10
+ DATE = "2012-10-09"
11
11
  end
@@ -19,6 +19,8 @@ regions[sidebar_second] = Secondary Sidebar
19
19
  regions[main_suffix] = Main Region Suffix
20
20
  regions[footer] = Footer
21
21
 
22
+ ; THEME OPTIONS
23
+
22
24
  ; Chrome Frame Options
23
25
  settings[aurora_enable_chrome_frame] = 1
24
26
  settings[aurora_min_ie_support] = 10
@@ -27,8 +29,18 @@ settings[aurora_min_ie_support] = 10
27
29
  settings[aurora_footer_js] = 1
28
30
  settings[aurora_html_tags] = 1
29
31
 
32
+ ; Toggle Display
33
+ settings[toggle_logo] = 1
34
+ settings[toggle_name] = 1
35
+ settings[toggle_slogan] = 1
36
+ settings[toggle_node_user_picture] = 1
37
+ settings[toggle_comment_user_picture] = 1
38
+ settings[toggle_comment_user_verification] = 1
39
+ settings[toggle_favicon] = 1
40
+ settings[toggle_breadcrumbs] = 1
41
+
30
42
  ; Development Options
31
- settings[aurora_rebuild_registry] = 0
43
+ settings[aurora_rebuild_registry] = 1
32
44
  settings[aurora_livereload] = 0
33
45
  settings[aurora_viewport_width] = 1
34
46
  settings[aurora_modernizr_debug] = 1
metadata CHANGED
@@ -1,12 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-aurora
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 8
8
- - pre
9
- version: 0.8.pre
7
+ - 9
8
+ version: "0.9"
10
9
  platform: ruby
11
10
  authors:
12
11
  - Sam Richard
@@ -14,7 +13,7 @@ autorequire:
14
13
  bindir: bin
15
14
  cert_chain: []
16
15
 
17
- date: 2012-09-28 00:00:00 -04:00
16
+ date: 2012-10-09 00:00:00 -04:00
18
17
  default_executable:
19
18
  dependencies:
20
19
  - !ruby/object:Gem::Dependency