gem_liux1 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_liux1/version.rb +1 -1
- data/lib/gem_liux1.rb +5 -5
- metadata +5 -6
- data/bin/liux1-cli +0 -4
data/lib/gem_liux1/version.rb
CHANGED
data/lib/gem_liux1.rb
CHANGED
@@ -29,10 +29,10 @@
|
|
29
29
|
|
30
30
|
testall_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'stylesheets'))
|
31
31
|
ENV['SASS_PATH'] ||= ''
|
32
|
-
begin
|
33
|
-
|
34
|
-
|
35
|
-
rescue LoadError
|
36
|
-
end
|
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
|
37
37
|
# compass not found, register on the Sass path via the environment.
|
38
38
|
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:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 7
|
10
|
+
version: 0.3.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- a
|
@@ -48,8 +48,8 @@ dependencies:
|
|
48
48
|
description: a
|
49
49
|
email:
|
50
50
|
- a@a.com
|
51
|
-
executables:
|
52
|
-
|
51
|
+
executables: []
|
52
|
+
|
53
53
|
extensions: []
|
54
54
|
|
55
55
|
extra_rdoc_files: []
|
@@ -58,7 +58,6 @@ files:
|
|
58
58
|
- lib/gem_liux1.rb
|
59
59
|
- lib/gem_liux1/version.rb
|
60
60
|
- stylesheets/_gem_liux1.scss
|
61
|
-
- bin/liux1-cli
|
62
61
|
homepage: http://a.com
|
63
62
|
licenses:
|
64
63
|
- MIT
|
data/bin/liux1-cli
DELETED