gem_liux1 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ require 'gem_liux1'
@@ -1,3 +1,3 @@
1
1
  module GemLiux1
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
data/lib/gem_liux1.rb CHANGED
@@ -26,13 +26,12 @@
26
26
  # end
27
27
  # end
28
28
 
29
- require 'sass'
30
29
  testall_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'stylesheets'))
31
30
  ENV['SASS_PATH'] ||= ''
32
- # begin
33
- # require 'compass'
34
- # ENV['SASS_PATH'] = ENV['SASS_PATH'] + File::PATH_SEPARATOR + Compass.configuration.sass_load_paths.join(File::PATH_SEPARATOR)
35
- # rescue LoadError
36
- # end
31
+ begin
32
+ require 'compass'
33
+ ENV['SASS_PATH'] = ENV['SASS_PATH'] + File::PATH_SEPARATOR + Compass.configuration.sass_load_paths.join(File::PATH_SEPARATOR)
34
+ rescue LoadError
35
+ end
37
36
  # compass not found, register on the Sass path via the environment.
38
37
  ENV['SASS_PATH'] += File::PATH_SEPARATOR + testall_stylesheets_path
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_liux1
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - a
@@ -55,6 +55,7 @@ extensions: []
55
55
  extra_rdoc_files: []
56
56
 
57
57
  files:
58
+ - lib/compass-gem_liux1.rb
58
59
  - lib/gem_liux1.rb
59
60
  - lib/gem_liux1/version.rb
60
61
  - stylesheets/_gem_liux1.scss