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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8832f19d9aa54a36a1a1d1e7682b1ce6017294c22115bf83755d6eeb7331a2e3
4
- data.tar.gz: 15f7458349747ce180483878bb02761473324130ac254d0754a388d7fb6535ff
3
+ metadata.gz: a6c0f1f6682427ed485739097cd9fc4fb3b34f829b3109b50fb908a688644d91
4
+ data.tar.gz: ac9bdd28e58951994243cb03fcd8f505e943e9156a6bcdf6b227c7904ec52b25
5
5
  SHA512:
6
- metadata.gz: ca53e5e9fae14cd827ce6b476a911a3add034fec36fc70858b157cc898c3325a4c446a37aeb2efc6d320589a250831cbdb91ddd698a90bbcf4d2bd3905e03a92
7
- data.tar.gz: 685270a20f7c4076aac97dc46784974abfbca9607567e2ef3a061210fcce5028c639631425c077934e51d4eff7720ad870e4e60d461fcae4b8a9431c2e6033ca
6
+ metadata.gz: 8272b80866e3a583053936d3027a890acfc41aa2ca85ef5e6bef26fbdcd14ac541a5f6e7cc89263c9cfd50d39c167b1b47af91448c9125b011cc1ca7187960da
7
+ data.tar.gz: 29058c2163edeb30d86e9ac894b578c05c03d44c8ee31cfb47b88632308bec42d9999a412d90955ff84c9073902384d3beea8a2a340c2787d07856c1d83055ea
@@ -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
@@ -257,7 +257,7 @@ module Gleis
257
257
  else
258
258
  'app not deployed yet'
259
259
  end
260
- puts "\tStatus:\t\trunning\n" \
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" \
@@ -1,3 +1,3 @@
1
1
  module Gleis
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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-08-21 00:00:00.000000000 Z
11
+ date: 2020-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler