weighflow_cli 0.2.8 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2f3ed43fcfecb4a905c2e58e8e38920002f9267dc151917472bdaca2abad173
4
- data.tar.gz: 0443ce04de39d02bb39dca8fa908d4dc854c014d359b2b9225e2865511bde5f8
3
+ metadata.gz: 887b156372e9da0e2c1197bed81c33979c7f569f31ab1974bf0e91102cebee68
4
+ data.tar.gz: 9fd39ac96ddd1d9554e5e9016a1493457fdddc9adc2f1ceec5e0b22d933f368e
5
5
  SHA512:
6
- metadata.gz: 0bf5120b6de638145c148e6ac3b695f1fde406246c04a006933a4b3a9d19a7ac1213a9e7cd12517ec9511f39f1043b02d8222fdcb1931663da3323af7958d1e9
7
- data.tar.gz: 1bf4768ac5f4e8df1845bea9ecb88d9b9dfb82aa15dc35714bc268a0e4213363fea9a4061b9185e5758a76e4e4f85587d8d45a6e5dab26e7e353fff91e9d907d
6
+ metadata.gz: b3fd7f3a38e6d774e5358c74176c91398396dc8f91da377fb3caa10fa93cf0efa45dbacb5190929813d2119f7d21e75b55ab32f73a1533efc0010270fba05206
7
+ data.tar.gz: 61b4f7891a25130061f7f6b6ec3b055e1592776c7ecdabf2feb4dc1304e2def846aef3614c0a7db51509ee8b5c99f739c8e7fb320b3fee8b98f1da2069698094
@@ -5,7 +5,7 @@ module WeighflowCli
5
5
 
6
6
 
7
7
  def self.key_store_config
8
- File.join(DATA_PATH, '.config.yaml')
8
+ File.join(WeighflowCli.data_path, '.config.yaml')
9
9
  end
10
10
 
11
11
 
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
  module WeighflowCli
6
- VERSION = "0.2.8"
6
+ VERSION = "0.2.9"
7
7
 
8
8
 
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weighflow_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruce Martin