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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59e13f4478d536cedf317b36f257068aaba8c22e
4
- data.tar.gz: 8580199c5d7375d9e980a58f03c7a8295f9b5344
3
+ metadata.gz: 230a28e54454aa2403239ec98b8958b7a0e43c17
4
+ data.tar.gz: 142f3b12598b2a8816f44b06ce7ad03b05abec66
5
5
  SHA512:
6
- metadata.gz: 77df2778856cbb06f1ff8ff6c87667cefb38d3cde02c3ac3a8d6056a894cd5206e4f527da1d39bc80b71204756aed504988d740d5fd5f7cd30e9d62cc5bb5021
7
- data.tar.gz: f7e2aa2bb764eaede58761de5f86cc53a2cf475c69126cd6b660d86303d61ce31e9c8f58a009ae5693fd74742de6cb648902852d020729b9467473be865796c6
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 `~/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`.
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
@@ -5,7 +5,7 @@ class LastHit
5
5
  class FileNotFound < StandardError; end
6
6
 
7
7
  class Cli < Thor
8
- CONFIG_PATH = '~/last_hit.yml'
8
+ CONFIG_PATH = './last_hit.yml'
9
9
 
10
10
  include Thor::Actions
11
11
 
@@ -1,3 +1,3 @@
1
1
  class LastHit
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: last_hit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duc Le