hss 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hss +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4efa637972eb1fb16ee370aae158a92f852a15d
4
- data.tar.gz: 629b119281853df95732c2bb2f29d4e6b296dad7
3
+ metadata.gz: 3d5c79902b5fb1f6ebd427f9e102be805065f0c4
4
+ data.tar.gz: 3661bd22b41352027e3f08443dc404f6aea4e760
5
5
  SHA512:
6
- metadata.gz: d87bf773ea11065a2525206c6e22d94e036a7a4eaee6bbdae3016eef25598ce23496c6fef2654bb137d2bde19fc1872d6d973200be05e162b4b502cea2e8cbe0
7
- data.tar.gz: 5655dfe60f2a3ca2467583399e217745aa6c22543c9c155f60ed0165a9b8835f6dfe6037e3ef561101a7f1fd4b2d5b6f5330803f0502a2f6f8f8b735ca8c5bb9
6
+ metadata.gz: 4a52f03e0b3fa344956b34a30951d2106628266618bcc00c903a6809c15151091f609f0ba112c3512787f8afe25ae00c2502f3bec000daed6f52a301d4b1f1f7
7
+ data.tar.gz: b9af3f1e1322b63cddc11bb0c65f101954a1d5700ebf5cabbaa37fff8c9ca139eb031d2061eff68ea166d017573ecb81c90ca089b9813c21743553e54320ef23
data/lib/hss CHANGED
@@ -33,7 +33,7 @@ if possible_paths.empty?
33
33
  end
34
34
 
35
35
  Conf = open(possible_paths[0]) { |file| YAML.load(file.read) }
36
- Input = ARGV.shift
36
+ Input = ARGV.delete_at ARGV.find_index { |x| x[0] != '-' }
37
37
  Args = ARGV.inject('') { |memo, obj| memo += " '" + obj.gsub(/([$"])/, '\1') + "'" }
38
38
 
39
39
  if Input.nil? or Input == 'help'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Les Aker