last_hit 0.1.9 → 0.1.10

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: 2742732a7571a78869368d815a09e3caa850ec47
4
- data.tar.gz: f3f579950641855588e70910b6e503c8934b51b1
3
+ metadata.gz: bbb0baadbefda1a2af5012490b946f259a2e4add
4
+ data.tar.gz: 0639f7c456c0e19882b2a2de1e81cf9aa6f4a593
5
5
  SHA512:
6
- metadata.gz: 23e4c4ac5bede7e5e7ee4043a1453b6f4a8393ff0eaecaee2df17e3ab60a959fb7ee937f91287a7cf301d6307b8b67ad1c55bef66d3334979aab59b0a06c5262
7
- data.tar.gz: 00decfe1b1fcb038848e473e0bd577fd2a69e93ce86e07d6afd1094e4de536c888d8bff9d268f90cbc22e73476d2942392d542ef5a9816b99467c1891b81f8fb
6
+ metadata.gz: fe9d4d8ea20630ad69cb4c8ab2576c01603186a47b7ccd95a3d0e606fc12bf028816ccaf4df9a84da70ef4714d35dabbfee75dd96a203b6b4a1decfc95c2903d
7
+ data.tar.gz: 4ab0dc5ad493d2a955706b96309ab1316bd9e9cceba2fcc73e8109ef8ae0e591af50480a24cef9d7ad50178a30bb46461412b4417f36eed41827a7e4cde23965
data/lib/last_hit/cli.rb CHANGED
@@ -11,7 +11,7 @@ class LastHit
11
11
 
12
12
  class << self
13
13
  def load_config(path)
14
- fail(FileNotFound, 'Config file not found') if File.file?(path)
14
+ fail(FileNotFound, 'Config file not found') unless File.file?(path)
15
15
  config = YAML.load_file(File.expand_path(path))
16
16
  Configure.set(config)
17
17
  rescue FileNotFound => e
@@ -1,3 +1,3 @@
1
1
  class LastHit
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
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.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duc Le