last_hit 0.1.5 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/lib/last_hit/cli.rb +1 -1
- data/lib/last_hit/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: 230a28e54454aa2403239ec98b8958b7a0e43c17
|
|
4
|
+
data.tar.gz: 142f3b12598b2a8816f44b06ce7ad03b05abec66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5fe599c490191534d2eae9bbfce059985120a57642150798b12c9e278902a6a02d661a8eb9d43e3fec9563ce0ab2e2732f25af77824281fe6d63d96db1e676b
|
|
7
|
+
data.tar.gz: 9b04bc08275cce1a174f9d3bdb82b8521435dd1f62e8db9ad20e6c85a47cc053485a61539f12f1ae016cc67e720ec9243696775cc920495d828bfaebf9f8fb44
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Config
|
|
22
22
|
|
|
23
|
-
Run the command `last_hit init` to generate the config file for the gem. By default, the config file is
|
|
23
|
+
Run the command `last_hit init` to generate the config file for the gem. By default, the config file is `./last_hit.yml`. You can set the path to the config file by attaching `-p [path]` to the command. For more information, please run `last_hit --help`.
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
data/lib/last_hit/cli.rb
CHANGED
data/lib/last_hit/version.rb
CHANGED