make-data 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +18 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 822b436591938dd3af1a73598e7be2c8d0589ca2b25c3a2b73174413cc331a15
4
- data.tar.gz: db99bcc728248066077b74a5998130a9ab7afcf257f7396888c0752ce5293650
3
+ metadata.gz: 9ade57dd00de61255ffc7553613d66da7e8e15d8ac37bf2b172290b870977abd
4
+ data.tar.gz: 77c035cbc7b2228f0cd610e574515f10b694c6ab192a5ff181f7026e938368cf
5
5
  SHA512:
6
- metadata.gz: df86472bfe58e747a6b7d7be25e197d1dc7a1b03a79a59bce7d4ae7bc9a1d44f0cd16e6d2bdde51f738b723bead12a272228dc0475123bc05ea677d21e501eb5
7
- data.tar.gz: 07707f19b71282bcc3e98e72260ae6675c6f03c8f615988804927358f026bec72e0e24727365a35f482cb70cf25ee4d0e8d2974e762b7d5afcf663b5268b9090
6
+ metadata.gz: a5aee81c64c94ac0427c6eb2aeb20a62c3a03ed9bb124f00bb04938a834eb5472a20201aff2d6c0f91a995f2447c81366b449ee7c149ca9fbf4316da83ebde97
7
+ data.tar.gz: 480efa7e98319d4e24d24fed0cc402ba4cba02c6b467bce140b40f5c5e866bde3e234fb3a297e118634999125c83a1992de77166a5684bba786f10bd74d14f0c
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: make-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Cobb
@@ -10,30 +10,32 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2018-03-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: |2+
14
- # MakeData
15
- A CLI for generating fake json, csv, or yaml data.
13
+ description: |+
14
+ # MakeData
16
15
 
17
- Uses Faker to produce fake data in whatever category you choose.
16
+ A CLI for generating fake json, csv, or yaml data.
18
17
 
19
- ## Quick Start
20
- Requires `peco`, so `brew install peco` (or however you get packages)
18
+ Uses Faker to produce fake data in whatever category you choose.
21
19
 
22
- ```
23
- mkdata
24
- ```
20
+ ## Quick Start
25
21
 
26
- Follow the prompts to select the category, keys, count, and format.
22
+ Requires `peco`, so `brew install peco` (or however you get packages)
27
23
 
28
- ## Options
24
+ ```
25
+ mkdata
26
+ ```
29
27
 
30
- `-h --help` Shows the help menu
28
+ Follow the prompts to select the category, keys, count, and format.
31
29
 
32
- `-c --category [CATEGORY]` choose a category from Faker. (I can never remember these, so I use the interactive mode. Mostly here so that this could be used without interaction, like in a script)
30
+ ## Options
33
31
 
34
- `-f --format [FORMAT]` json, csv, or yaml. What format to generate the data in.
32
+ `-h --help` Shows the help menu
35
33
 
36
- `-a --all` use all the keys from that Faker category.
34
+ `-c --category [CATEGORY]` choose a category from Faker. (I can never remember these, so I use the interactive mode. Mostly here so that this could be used without interaction, like in a script)
35
+
36
+ `-f --format [FORMAT]` json, csv, or yaml. What format to generate the data in.
37
+
38
+ `-a --all` use all the keys from that Faker category.
37
39
 
38
40
  email: rwcobbjr@gmail.com
39
41
  executables: