trackinator 0.0.5 → 0.0.6

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.
data/bin/trackinate CHANGED
@@ -39,10 +39,12 @@ if opts[:create_rc]
39
39
  file = File.new("#{Etc.getpwuid.dir}/.trackinatorrc", "w")
40
40
  opts.keys.each do |key|
41
41
  key_string = key.to_s
42
- value_string = opts[key]
42
+ unless key_string.include?("given")
43
+ value_string = opts[key]
43
44
 
44
- value = key_string.include?("password") ? Base64.encode64(value_string) : value_string
45
- file.puts "#{key_string}=#{value}"
45
+ value = key_string.include?("password") ? Base64.encode64(value_string) : value_string
46
+ file.puts "#{key_string}=#{value}"
47
+ end
46
48
  end
47
49
  end
48
50
  end
@@ -1,3 +1,3 @@
1
1
  module Trackinator
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: