gem_liux1 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
data/bin/gem_liux1-cli CHANGED
@@ -1,4 +1,22 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: UTF-8
3
- require 'sass'
4
- require 'gem_liux1'
3
+
4
+ def fallback_load_path(path)
5
+ retried = false
6
+ begin
7
+ yield
8
+ rescue LoadError
9
+ unless retried
10
+ $: << path
11
+ retried = true
12
+ retry
13
+ end
14
+ raise
15
+ end
16
+ end
17
+
18
+ fallback_load_path(File.join(File.dirname(__FILE__), '..', 'lib')) do
19
+
20
+ require 'gem_liux1'
21
+
22
+ end
@@ -1,3 +1,3 @@
1
1
  module GemLiux1
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
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: 1
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 7
10
- version: 0.4.7
9
+ - 8
10
+ version: 0.4.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - a