deploy-context 2.1.31 → 2.1.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d50b99ffe8da130b45df5f3106b9a22cb3110a9553c5262d77f2ae4ab65342e5
4
- data.tar.gz: 7a1f64548fea98c8607c15149557fd50683921a99fe451054e8ba121081090ff
3
+ metadata.gz: 0641cdd05afaf3ddbe57626eecc7b1cf9a10e56a9b48511d053e7d2199cf77ed
4
+ data.tar.gz: 0616b4074e16796db21635fa4e4d16907a636ca693daca79ab8a446d83a3007b
5
5
  SHA512:
6
- metadata.gz: ffca5cda89b1a3135408b9dd91a9bf55de83bf3319bae67848b9edd6ad3be13c16f0b1d553691210fe81c7f7d2e26a161ed90c42c8a06fbbcbc4fd103e0078c8
7
- data.tar.gz: 671f234a7d8220b1eba505923811d5ea9bd8b2cca89694564f6dae00f5ce15fd244f8401d8f1df21236356722af819c334d4a8f3d223c107eb8a8a5cc9e06643
6
+ metadata.gz: a63d06e61d75b11bf844cf07f8e12c1f4962c82935e0140d12ed670bb04c34178646c5b4519e1f18a5894a9962399fe84f40636e0333723138a48d4bc77769b9
7
+ data.tar.gz: eb3e72642ecac5272fad2d851fa4a2377a5afbd43e31a1d860eac09601625c34e6cf8f4b814f76ab913b00efee8a9847938986d2cc156094a89200514cb68e04
checksums.yaml.gz.sig CHANGED
Binary file
@@ -30,8 +30,8 @@ module Context
30
30
 
31
31
  def version
32
32
  git_build(self)
33
- puts "Getting version info for #{context_folder} and version should be #{GitVersionBump.version}"
34
- Gem::Version.new(GitVersionBump.version)
33
+ puts "Getting version info for #{context_folder} and version should be #{GitVersionBump.version(true)}"
34
+ Gem::Version.new(GitVersionBump.version(true))
35
35
  end
36
36
 
37
37
  def cycle
@@ -72,15 +72,15 @@ module Context
72
72
  end
73
73
 
74
74
  def patch_bump
75
- GitVersionBump.tag_version "#{GitVersionBump.major_version}.#{GitVersionBump.minor_version}.#{GitVersionBump.patch_version+1}"
75
+ GitVersionBump.tag_version("#{GitVersionBump.major_version(true)}.#{GitVersionBump.minor_version(true)}.#{GitVersionBump.patch_version(true) + 1}")
76
76
  end
77
77
 
78
78
  def minor_bump
79
- GitVersionBump.tag_version "#{GitVersionBump.major_version}.#{GitVersionBump.minor_version+1}.0"
79
+ GitVersionBump.tag_version("#{GitVersionBump.major_version(true)}.#{GitVersionBump.minor_version(true) + 1}.0")
80
80
  end
81
81
 
82
82
  def major_bump
83
- GitVersionBump.tag_version "#{GitVersionBump.major_version + 1}.0.0"
83
+ GitVersionBump.tag_version("#{GitVersionBump.major_version(true) + 1}.0.0")
84
84
  end
85
85
 
86
86
  def wait_until_release_available
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.31
4
+ version: 2.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
metadata.gz.sig CHANGED
Binary file