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 +4 -4
- data/README.md +2 -4
- data/lib/aem/deploy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ba98bc386ded54f36558b2675a81f5fd4afc7a1
|
|
4
|
+
data.tar.gz: 94c04741d311f7b130952583723c2f90bb5e807f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
29
|
+
$ client.easy_install('/Users/meaton/Desktop/centre.zip')
|
|
32
30
|
|
|
33
31
|
Upload a package to CRX.
|
|
34
32
|
|
data/lib/aem/deploy/version.rb
CHANGED