gem_liux1 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
data/bin/gem_liux1-cli CHANGED
@@ -1,22 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: UTF-8
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
-
3
+ require 'sass'
20
4
  require 'gem_liux1'
5
+ require 'yaml'
6
+ require 'optparse'
21
7
 
22
- end
8
+ OptionParser.new do |opts|
9
+ opts.banner = "Usage: gem_liux1-cli [options] file"
10
+ end.parse!(ARGV)
@@ -1,3 +1,3 @@
1
1
  module GemLiux1
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - a