sti_deploy 0.1.8 → 0.1.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
  SHA1:
3
- metadata.gz: ec2602c1d01e7cd7de927dc010ca38667d8468dd
4
- data.tar.gz: ecd24b47bc460ef4893bd7e0f7027c32e36aa918
3
+ metadata.gz: 86116a867e48eaf50a17d236db5ce8f820ec012c
4
+ data.tar.gz: 4366f3f0ae1cdc6d69dd1755c4149a93cac1fae9
5
5
  SHA512:
6
- metadata.gz: 7e6ee7e22d0d2044744bea6767d632c221d44fb670faa1cae7fa16e1136b8dbb390195c066c6c522f1ea295e11955708d9c2fda545b643a5bf5fac08a41b6291
7
- data.tar.gz: 1b870cfb40595cc5ef8ebd93f46012a7dec8608bd511920e0df9913bfcf04f6d7835ad5cb0b25a2a49fc854560f4354a668775158c4a6be4639ad8ac6982cdd0
6
+ metadata.gz: d38cb2896edf10c76e5b9d373d69d800ecb36128141afa93c354907c6dd3dfca5c7c2be43d6036f2694d190f18c3cb6811580df46e770209f477f44872b3d096
7
+ data.tar.gz: '0078d86afb0770560258026d05fe1b215c5a3edc241dfb2ee2fa0dadf678322fad02440d8671965ba958a567191b997de574ef6ef51715eb756a9dbf3a7059d2'
@@ -9,7 +9,7 @@ module StiDeploy
9
9
  end
10
10
 
11
11
  def full_name
12
- { h: 'staging', f: 'hotfix', p: 'project' }[type]
12
+ { h: 'staging', f: 'hotfix', p: 'project' }[type.to_sym]
13
13
  end
14
14
 
15
15
  def to_s
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- VERSION = '0.1.8'
3
+ VERSION = '0.1.9'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sti_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Castro Azevedo