sti_deploy 0.1.7 → 0.1.8

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: 75056519f0c483d57044d58f66e4f54b3e275856
4
- data.tar.gz: 9cb92cdde67ed62bf1cd3d56a5534c6cae9a7e89
3
+ metadata.gz: ec2602c1d01e7cd7de927dc010ca38667d8468dd
4
+ data.tar.gz: ecd24b47bc460ef4893bd7e0f7027c32e36aa918
5
5
  SHA512:
6
- metadata.gz: 5cf2c813525b2d8a539129f383b825428e8fae94eafdec258f538ededa0c57aa8f9bc3e5c73f939a753e8be61c12b95d14913c0165aae9c5fe65b810399dc940
7
- data.tar.gz: fe3a716e71da2ad6d063ebd2a56daf2f0ea14850c69fda729bafe762884036b65252fc8758738de2fd6e0e1ff5fe9a472592b65891673916539c1cba72dd9b06
6
+ metadata.gz: 7e6ee7e22d0d2044744bea6767d632c221d44fb670faa1cae7fa16e1136b8dbb390195c066c6c522f1ea295e11955708d9c2fda545b643a5bf5fac08a41b6291
7
+ data.tar.gz: 1b870cfb40595cc5ef8ebd93f46012a7dec8608bd511920e0df9913bfcf04f6d7835ad5cb0b25a2a49fc854560f4354a668775158c4a6be4639ad8ac6982cdd0
@@ -61,8 +61,8 @@ module StiDeploy
61
61
 
62
62
  def to_s
63
63
  base = "#{major}.#{minor}.#{hotfix}"
64
- base += "rc#{rc}" if rc.positive?
65
- base += "pre#{pre}" if pre.positive?
64
+ base += "rc#{rc}" if rc > 0
65
+ base += "pre#{pre}" if pre > 0
66
66
  base
67
67
  end
68
68
 
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- VERSION = '0.1.7'
3
+ VERSION = '0.1.8'
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Castro Azevedo