zd_hire 0.0.5 → 0.0.6

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: ad1103a8e3681f621dbed4bd2926afa07b48168c
4
- data.tar.gz: 441fdd191d67aa469918582a9f8e384788e9e8b4
3
+ metadata.gz: 9f4b7d047d2283996628b05e124749d3a9041ee9
4
+ data.tar.gz: 28efe4900b55707546963154a7a6d0c6d4cb36a1
5
5
  SHA512:
6
- metadata.gz: 4ee99e6f0e9c3ce52e14173ba129891e7212a3a0e29fab83752b7fc929796ed58555d4f9c08f9541e00e224a52bcd9c1f682e980826f805ed841c8527114e28c
7
- data.tar.gz: 4563d3978b7cdb5bbfbe448b63710e5801f55d11299b9d5cff74827f43543ca2f7ee00d0349f3e12a6523ef52c17983a1473bf30419cab1a793dbe2d11ad75e0
6
+ metadata.gz: 47673e1d636c8047ae467bc7fc5da224f5b482dc6f02511e185dc83ce830d9696c67713ed8500c34772749b341a339cb024526b9a32452a6e77054f126f39b3c
7
+ data.tar.gz: e097b9aa5849c7195c43d35f3d799daff29a0dbb705920f17c1904bd53f15f74c8c3d4697b7f392179e0789cd909ba87536aef654ee3de409d58f443d2b06e8f
data/README.md CHANGED
@@ -16,7 +16,10 @@ This command will start an interactive shell session and will save your github c
16
16
  ## Usage
17
17
 
18
18
  ```bash
19
- $ zd_hide clone
19
+ $ zd_hire create NEW_REPO_NAME
20
+
21
+ # start on interactive and verbose modes.
22
+ $ zd_hire create --custom --verbose
20
23
  ```
21
24
 
22
25
  This command will start an interactive shell session and will guide you setting up the repository copy.
data/bin/zd_hire CHANGED
@@ -92,7 +92,7 @@ command :init do |c|
92
92
  end
93
93
  end
94
94
 
95
- command :clone do |c|
95
+ command :create do |c|
96
96
  c.syntax = 'zd_hire clone REPOSITORY NAME'
97
97
  c.description = 'Sets up repository for candidate'
98
98
  c.option '--custom', TrueClass, 'Whether should run in custom mode'
@@ -1,3 +1,3 @@
1
1
  module ZdHire
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zd_hire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Angelim