gleis 1.0.0 → 1.0.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/CHANGELOG.md +6 -0
- data/lib/gleis/application.rb +1 -1
- data/lib/gleis/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: a6c0f1f6682427ed485739097cd9fc4fb3b34f829b3109b50fb908a688644d91
|
4
|
+
data.tar.gz: ac9bdd28e58951994243cb03fcd8f505e943e9156a6bcdf6b227c7904ec52b25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8272b80866e3a583053936d3027a890acfc41aa2ca85ef5e6bef26fbdcd14ac541a5f6e7cc89263c9cfd50d39c167b1b47af91448c9125b011cc1ca7187960da
|
7
|
+
data.tar.gz: 29058c2163edeb30d86e9ac894b578c05c03d44c8ee31cfb47b88632308bec42d9999a412d90955ff84c9073902384d3beea8a2a340c2787d07856c1d83055ea
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ All notable changes to the Gleis CLI will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## 1.0.1 - 2020-10-09
|
9
|
+
|
10
|
+
### Changed
|
11
|
+
|
12
|
+
- App status command to display other statuses than "running" or "not running"
|
13
|
+
|
8
14
|
## 1.0.0 - 2020-08-21
|
9
15
|
|
10
16
|
### Added
|
data/lib/gleis/application.rb
CHANGED
@@ -257,7 +257,7 @@ module Gleis
|
|
257
257
|
else
|
258
258
|
'app not deployed yet'
|
259
259
|
end
|
260
|
-
puts "\tStatus:\t\
|
260
|
+
puts "\tStatus:\t\t#{status['status']}\n" \
|
261
261
|
"\tStarted at:\t#{Time.parse(status['createdat']).localtime.strftime('%c')}\n" \
|
262
262
|
"\tUpdated at:\t#{Time.parse(status['updatedat']).localtime.strftime('%c')}\n" \
|
263
263
|
"\tDeployment:\t#{deployment}\n" \
|
data/lib/gleis/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gleis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- towards GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|