aem-deploy 0.1.20 → 0.1.21

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: cc43843c064ba340c0c3f9d4b91b6158651721b6
4
- data.tar.gz: 89fa6335450e8d0757de9038c4a37fb74a8fbdb9
3
+ metadata.gz: 00d161e698505cb816894d1a1adfe245c8ce7af6
4
+ data.tar.gz: 08385dc3f0a63deebe4ef05a46b13624d1d7aaa4
5
5
  SHA512:
6
- metadata.gz: f7ac21aacacedcf2b5c9bf1611b0e778d8ad9021d5bafd51e79f5867ca741c1687d75f8b9aa8f8074e6c9b19b417d39774f40eab23ffcb1d61d5eadf2d1f976b
7
- data.tar.gz: 14ae3e50bc804d244ff693d5da14d2f0ca2076b77252429e7840c5da8deeb4223b16452d01032988b7fadbe88cb8e9bba4ab3562901ca5867430abfb555e0881
6
+ metadata.gz: 230a32ad5623530da82a0ee682a337aa8c3dfbd401fe02611f60f430b451f971e2a59085ae7fc98a7c99687dc01062cdb84d3b1cae5df081755e7cee888ee9d7
7
+ data.tar.gz: 6262461678e1f881241a4fcd7c4fde6a7d707f945f8e36b376f9be223f443c4473f36caecd34fa28c01388b53d3aa793cfdf0b27bcdb7814a01d43479223c01d
@@ -17,7 +17,7 @@ module Aem::Deploy
17
17
  @user = params.fetch(:user)
18
18
  @pass = CGI.escape(params.fetch(:pass))
19
19
  @retry = params.fetch(:retry).to_i unless params[:retry].nil?
20
- @protocol = params.fetch(:protocol) unless params[:protocol]
20
+ @protocol = params.fetch(:protocol) unless params[:protocol].nil?
21
21
  if @protocol.nil?
22
22
  @protocol = 'http'
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Aem
2
2
  module Deploy
3
- VERSION = "0.1.20"
3
+ VERSION = "0.1.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aem-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitch Eaton