deploy-context 2.1.4 → 2.1.4.1.g36d6011
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
- checksums.yaml.gz.sig +0 -0
- data/lib/deploy-context/deploy/ruby.rb +3 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 644f20d9ab88115ae114535136f8342b4a0d9339a8fb0f227c25de55790e829c
|
4
|
+
data.tar.gz: 888a14efd0109260174af1039e30d49c1817e745d77fcad603315c205a85c013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd487ac2fe1327461aa3b0b9b8c575073e9c7c94cf0e59530341028d6f6719e7f7753cb070803cc26d49d97eb42c853421235bc9c88337c3ede1381bfc5f1d2
|
7
|
+
data.tar.gz: 3a8a0c01b7e4df0585c325be64ab6427365177de618a633ca2a5f18fc05e2ffdb82e0b09cd23fc282a56cee989024cde1226a4fcff862cd984373ee196113baf
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -43,7 +43,9 @@ module Context
|
|
43
43
|
def gem_installed?(context)
|
44
44
|
installed_version = Gem::Specification.find_by_name(context.context_name).version
|
45
45
|
puts "Compare #{context.context_name} installed_version #{installed_version} with #{context.version}"
|
46
|
-
installed_version == context.version
|
46
|
+
installed = installed_version == context.version
|
47
|
+
puts "installed = #{installed}"
|
48
|
+
installed
|
47
49
|
end
|
48
50
|
|
49
51
|
def ruby_cycle(context)
|
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.4
|
4
|
+
version: 2.1.4.1.g36d6011
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -131,9 +131,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
131
131
|
version: '0'
|
132
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
133
|
requirements:
|
134
|
-
- - "
|
134
|
+
- - ">"
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version:
|
136
|
+
version: 1.3.1
|
137
137
|
requirements: []
|
138
138
|
rubygems_version: 3.2.32
|
139
139
|
signing_key:
|
metadata.gz.sig
CHANGED
Binary file
|