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 +4 -4
- data/README.md +0 -3
- data/bin/cardano-up +1 -2
- data/lib/cardano-up/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffd6230a971acea78415e9789e6b605ad493dee667afe4acd5f123759df90867
|
|
4
|
+
data.tar.gz: 20af817f4b0918d29b5b75dc6bea54d59fc3e5e6ee61d974888a69ffd8dce357
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
98
|
+
warn "Your config file is #{CardanoUp.cardano_up_config}:"
|
|
100
99
|
$stderr.puts
|
|
101
100
|
pretty_json(c)
|
|
102
101
|
exit
|
data/lib/cardano-up/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2022-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: docopt
|