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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -4
  3. data/lib/ecsort/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f03e5a08c2c08cd5ed466c2df7bcb8b0bbc80c8b40bb12e35cad57e5e405d40
4
- data.tar.gz: b0045b3ce5ae5ce71dcd530e8e98ca88cbb0c8138de716b749947c9f9e45a9c4
3
+ metadata.gz: 1db3100aa4008bd3742e2e08372c5c7c862321bceea9e77a32a77e75787059e5
4
+ data.tar.gz: 822dcf2ab9671ad6bcaee85d8fd67c4e7cbc2105e0ce224ce8da342a5d871dfa
5
5
  SHA512:
6
- metadata.gz: bdce44daa15a86f7e4bcdacbd547e9d344ba3f5b52bbc8fefe9ddc3dc3bbc76e25ef37b544176855e46bbed516f0c3ef5ffa4b6e4b66623e7836f5098757c7cb
7
- data.tar.gz: 83c6533d3d77871b9e104160938476f78109521f3095f01fcab7fa2d66137be56ca8b11cf00e93587d5c0856c757810947e92bb1808a01da63ccf5af3c944ec8
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
- ```bash
8
- gem install specific_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
- ```bash
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ecsort
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecsort
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shmokmt