ecsort 0.1.0 → 0.1.1
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 +3 -4
- data/lib/ecsort/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1db3100aa4008bd3742e2e08372c5c7c862321bceea9e77a32a77e75787059e5
|
4
|
+
data.tar.gz: 822dcf2ab9671ad6bcaee85d8fd67c4e7cbc2105e0ce224ce8da342a5d871dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d652806fb3bbc8bdd49da4cd4467f107857d4786039fa6db321bdfa10554ab31baa7f54aeb8c731ba52a03d0b58da3cdc38ec8011c3f9b00ab9ccbf637c0ad29
|
7
|
+
data.tar.gz: bdb909f036dbe660d2ab5304f9746fa227d391051df0ef888545454016b723813398a0db767bcdc52c9ae32bb5ac347c44ed393781cbd77c89e2a941d0d70c32
|
data/README.md
CHANGED
@@ -4,14 +4,13 @@ It's a lightweight tool that sorts environments and secrets used in Amazon ECS T
|
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
|
-
```
|
8
|
-
gem install
|
9
|
-
gem specific_install -l 'https://github.com/shmokmt/ecsort'
|
7
|
+
```
|
8
|
+
gem install ecsort
|
10
9
|
```
|
11
10
|
|
12
11
|
## Usage
|
13
12
|
|
14
|
-
```
|
13
|
+
```
|
15
14
|
Usage: ecsort [--recursive, -r] [target]
|
16
15
|
--recursive, -r
|
17
16
|
Also process files in subdirectories. By default, only the given directroy (or current directroy) is processed.
|
data/lib/ecsort/version.rb
CHANGED