deploy-context 2.1.24 → 2.1.25

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: cfcbc28f228385ef7c190c9b2908fd8a99cb68942cd68ec91c1b8d10f5fb97ce
4
- data.tar.gz: fe644587b526c748d6a4141a7b22a89d53d93f6886011886f4a20a6b86690d91
3
+ metadata.gz: 8f0f971c503b7d81bc6613bd7380a9f0c05ca51a7db278ae221041c36f819254
4
+ data.tar.gz: bc782634fa721f2acc2cc06585c1c5153e2eb4993de5b56abadc1bbb70c7e7dd
5
5
  SHA512:
6
- metadata.gz: e9e6dc76340cfe36d15da4b9828d05c269ff48dea98720ac35a06527effefff313ee9b318aacdc0e2713ec8e70f509a7e775455bc532032e59132783fa5c7182
7
- data.tar.gz: 80b1e848266d1d4fcb01fb678dcf5f5aa1c9fdf86728eca3794e4e8e456f725a38d516fa6cae47cb2c45079b69ff899300944f4f4db358c75e9e09f5bd79b8c2
6
+ metadata.gz: 6fb9d0c3a40dfb6a957b197b831a1ab63bee2f525a793fb44ee0c70fb3c625d29f5be55b463436f2777f8c91b92c01fabb784ba7c82c6191b847bbd8754e805c
7
+ data.tar.gz: b2f8d38b5a7c20185a6bf964aabd5a2c4347892a99233500aaed96217da4ab5443a870bb2780e84e2d2b8ba1764dea52e8585fe3cef2add11d8657dbef2e1934
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,7 +1,5 @@
1
1
  require 'deploy-context'
2
2
 
3
- DEPLOYER = Context::DeployContext.new(File.join(ENV['HOME'], 'deploy-context'))
4
-
5
3
  def deployer
6
- DEPLOYER
4
+ Context::DeployContext.deployer
7
5
  end
@@ -30,7 +30,7 @@ module Context
30
30
  end
31
31
 
32
32
  def test_context_successful?
33
- puts "Check if deploy-context is install #{version}"
33
+ puts "Check if #{context} is install #{version}"
34
34
  if gem_installed?(self)
35
35
  puts "Test context was successfully install on version #{version}"
36
36
  true
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.24
4
+ version: 2.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
metadata.gz.sig CHANGED
Binary file