aem-deploy 0.1.7 → 0.1.8

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: 1c6696dd8b4060e67f683ac156da6c97ba137a97
4
- data.tar.gz: 9e8fd9274c1b0b1536495f9674f5742e8f89786a
3
+ metadata.gz: 8ba98bc386ded54f36558b2675a81f5fd4afc7a1
4
+ data.tar.gz: 94c04741d311f7b130952583723c2f90bb5e807f
5
5
  SHA512:
6
- metadata.gz: e27e244440869d972041d1f3324061996e0b1d48e2c7f6156ce397229c3bb412f66d4c696a3ded0f466c173ae4f6d661c1bf7f58d3f5b504fad38122f6392af6
7
- data.tar.gz: e87062bcf78bdadf7ac309538ba9274fbe8c2e5e4a1d67abade73b082dab231389c88ed83ae2340d49aa610f82e5a4b8bb919947a62b8550c092ab93183ab8d9
6
+ metadata.gz: acea0087ad9bda78b85194150c029217bd41cbaa53afc1050bac6fc00348af81cd8fd2126a5de41ebde52be87a516cf96c44ab39c323064599599e3b6e0d7329
7
+ data.tar.gz: 0c9f237fde622323e337771f1cc7212c5453ddd8c2cf10b4325aeefffa7771c8ffa722760c507ee07829053c909e4c175a55a641a7c994a82788e5ce560e4a6d
data/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # Aem::Deploy
2
2
 
3
- Simple Ruby wrapper for the docker compose cli
3
+ Simple Ruby wrapper for deploying to AEM
4
4
 
5
5
  ## Installation
6
6
 
7
- You need to have the docker compose cli installed.
8
-
9
7
  Add this line to your application's Gemfile:
10
8
 
11
9
  ```ruby
@@ -28,7 +26,7 @@ Intialize the object (crx host, user, and pass are required )
28
26
 
29
27
  Easy Install to CRX (uploads and installs).
30
28
 
31
- $ client.install_package('/Users/meaton/Desktop/centre.zip')
29
+ $ client.easy_install('/Users/meaton/Desktop/centre.zip')
32
30
 
33
31
  Upload a package to CRX.
34
32
 
@@ -1,5 +1,5 @@
1
1
  module Aem
2
2
  module Deploy
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitch Eaton