compass-aurora 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
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 = "3.0.1"
10
+ VERSION = "3.0.2"
11
11
  DATE = "2013-05-05"
12
12
  end
@@ -24,7 +24,7 @@ module.exports = function (grunt) {
24
24
  },
25
25
  dev: {
26
26
  options: {
27
- environment: 'development',
27
+ environment: 'development'
28
28
  }
29
29
  },
30
30
  dist: {
@@ -15,9 +15,6 @@ relative_assets = true
15
15
  # To enable debugging comments that display the original location of your selectors. Comment:
16
16
  line_comments = false
17
17
 
18
- # Change this to :production when ready to deploy the CSS to the live server.
19
- environment = :development
20
-
21
18
  # In development, we can turn on the debug_info to use with FireSass or Chrome Web Inspector. Uncomment:
22
19
  # debug = true
23
20
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 0
8
- - 1
9
- version: 3.0.1
8
+ - 2
9
+ version: 3.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Richard