deploy-context 2.0.10 → 2.0.10.1.g6db0997.1.gafb2bd3

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: 9433cb5971582e7cf057d8e916986618b4e979647c3d2a123b0fa0e9915f53b2
4
- data.tar.gz: bb3528231ce3f13caa46104b53c70d21058f0f6226eae33e8874587309885650
3
+ metadata.gz: 29114b1d6f22228d02867c1d7901003bffbf2a6787ea6a14676b06f756cb28f6
4
+ data.tar.gz: b41038e5a1a2873ca117da8d101985080a72987c51a72ef8d67b4aca8778d158
5
5
  SHA512:
6
- metadata.gz: fd9fd1424dd997e98794edc3163fb1aa7bc655fcebe16ba5bfc41f6bf2b3e481399b668c154270330f4a242601a38f20ae4a415384a118563d6f4129502369b4
7
- data.tar.gz: 5f0a740b04253f7b3f36029a2e6f8edb95fe02e01a185f6480e9e4f30eea92fe11c9482017033f40911472804724218d1195e82d4a9b5e40ddf3359a988b74ce
6
+ metadata.gz: 2704251d408b68132f5838daff61f145670625ce7eab2522b27221877ba029d0fb79bf33279dc8a2cba14f91146e2b0a378e9a59909b637a167f538a89789340
7
+ data.tar.gz: b93467f05b41ea3d6240afb6b539732d35187ebe8473fbb003fa98e4f4ab794df6c9b72795552e3dc796beadf89637d879d3e7ccca11702e5abe8ce16c685247
checksums.yaml.gz.sig CHANGED
Binary file
@@ -41,7 +41,9 @@ module Context
41
41
  end
42
42
 
43
43
  def gem_installed?(context)
44
- Gem::Specification.find_by_name(context.context_name).version == context.version
44
+ installed_version = Gem::Specification.find_by_name(context.context_name).version
45
+ puts "Compare #{context.context_name} installed_version #{installed_version} with #{context.version}"
46
+ installed_version == context.version
45
47
  end
46
48
 
47
49
  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.0.10
4
+ version: 2.0.10.1.g6db0997.1.gafb2bd3
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: '0'
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