turquoise 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,13 @@
1
1
  if defined?(Compass)
2
2
  options = Hash.new
3
- options[:stylesheets_directory] = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'stylesheets'))
4
- options[:templates_directory] = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'templates'))
3
+
4
+
5
+ base_directory = File.join(File.dirname(__FILE__), '..', '..')
6
+ stylesheets_dir = File.join(base_directory, 'stylesheets')
7
+ templates_dir = File.join(base_directory, 'templates')
8
+
9
+ options[:stylesheets_directory] = File.expand_path(stylesheets_dir)
10
+ options[:templates_directory] = File.expand_path(templates_dir)
5
11
 
6
12
  Compass::Frameworks.register('turquoise', options)
7
13
  end
@@ -1,3 +1,3 @@
1
1
  module Turquoise
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Volkan Unsal