cardano-up 0.1.0 → 0.1.1

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: 630dda3bb909a92e0fa63562f5aff0f90afa817c8f5170f7567bcf059a962f2e
4
- data.tar.gz: c37378163253bb7945188c3a8794d6e01d638a0a4a053e887347b9aef5046a48
3
+ metadata.gz: ffd6230a971acea78415e9789e6b605ad493dee667afe4acd5f123759df90867
4
+ data.tar.gz: 20af817f4b0918d29b5b75dc6bea54d59fc3e5e6ee61d974888a69ffd8dce357
5
5
  SHA512:
6
- metadata.gz: 7e84594cee7e1fe4716f78c58f1deb39676f0d3ff3d7a721af055d13b6e627e96085dbceabda516665036f0137393121a29176df07bef07c9120872d680013b5
7
- data.tar.gz: 602b2379f4fd6a2dad86f2f4234ca4c3e7492cb194f73a95e60675f40d502e9dcaef2e3dc37532ae5ccd8b19a48eeddc96d1bd93f1197cceeda64451dd49f10d
6
+ metadata.gz: 46d6f2e0f2398aa1416ab61e1f49684aa5b07389efce583f00ab973b46f5c91246aea9a71f27bb03717ed0101ef27cff9547adf366469650d9b03d25ff7dd8b9
7
+ data.tar.gz: bcc306a1b9ac5a7debee61df90fe659bfc3df4f4cc309317ba334193c6cf421c9810a88c5100639994bc9e5494c678fc171cf9fd308cd7c3937e4e658b516270
data/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
  <a href="https://badge.fury.io/rb/cardano-up">
3
3
  <img src="https://badge.fury.io/rb/cardano-up.svg" alt="Gem Version">
4
4
  </a>
5
- <a href="https://github.com/piotr-iohk/cardano-up/releases">
6
- <img src="https://img.shields.io/github/release/piotr-iohk/cardano-up.svg" />
7
- </a>
8
5
  <a href="https://github.com/piotr-iohk/cardano-up/actions?query=workflow%3ATests">
9
6
  <img src="https://github.com/piotr-iohk/cardano-up/workflows/Tests/badge.svg" />
10
7
  </a>
data/bin/cardano-up CHANGED
@@ -65,7 +65,6 @@ begin
65
65
  warn " $ #{File.basename(__FILE__)} install"
66
66
  warn e
67
67
  end
68
- exit 1
69
68
  end
70
69
 
71
70
  # CONFIG
@@ -96,7 +95,7 @@ begin
96
95
  warn 'Configdir updated!'
97
96
  end
98
97
 
99
- warn "Your config file is #{CardanoUp.adrestia_bundler_config}:"
98
+ warn "Your config file is #{CardanoUp.cardano_up_config}:"
100
99
  $stderr.puts
101
100
  pretty_json(c)
102
101
  exit
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Version
4
4
  module CardanoUp
5
- VERSION ||= '0.1.0'
5
+ VERSION ||= '0.1.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cardano-up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Stachyra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-08 00:00:00.000000000 Z
11
+ date: 2022-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docopt