jeeves-git-commit 1.5.0 → 1.6.0

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
  SHA256:
3
- metadata.gz: 2c74ef8a8abc2237febd1753d940a0b6542c9d290bf6ecc86ccccc86e45d170d
4
- data.tar.gz: 74f079d247f3161ac3208f43512741a2a6598d3958236d155b24f2ef1feec05e
3
+ metadata.gz: 4b3fb255f6688142156dcd25f7f135f4283702339fe02a984e74cb067bb609f1
4
+ data.tar.gz: 173beb635f95bcb3d46ecfcc9c5876f9b1918a67a9659b8374e80faccff723ba
5
5
  SHA512:
6
- metadata.gz: cfea89ff53f253ad04464483406c95f2abb9e9aabb1e20afa2ce327a69e76c6ab02a0efe61f9118efe9015ac0b185b5d0a7ec727b420bbd57df43b9d8dc3f35b
7
- data.tar.gz: 850715f68a3d95715b1aae3f47a5c37eb5a20ee613b3914055e067d779989c9a4d69d5482f8a5126698aaa1675a2ce7c8f318ddc409470d5723aa5a1378ef710
6
+ metadata.gz: b39806c4eda22347d28a6dc3d3d3e06ad527f4085d80d225c7c4d2d4ac0abbe429b09ddfe2a80557383ca1ba1715fc1fbf91d6fe2fd6df8cb1714c8f53292211
7
+ data.tar.gz: 634836c74fcf79ef76bf6326c623cace0d24d37ed7d007feaa45659bebc88c90770cf4d38a35b93d8f7bbaae0226cae9919e8cbc4e8edff91b905f36944d7d33
@@ -1,3 +1,3 @@
1
1
  module Jeeves
2
- VERSION = '1.5.0'
2
+ VERSION = '1.6.0'
3
3
  end
data/lib/jeeves.rb CHANGED
@@ -84,7 +84,7 @@ module Jeeves
84
84
 
85
85
  unless File.exist?(PROMPT_FILE)
86
86
  # Check for bundled prompt file in the config directory
87
- config_prompt = File.join(File.dirname(__FILE__), '..', '..', 'config', 'prompt')
87
+ config_prompt = File.join(File.dirname(__FILE__), '..', 'config', 'prompt')
88
88
 
89
89
  if File.exist?(config_prompt)
90
90
  puts "Copying bundled prompt file to #{PROMPT_FILE}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeeves-git-commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Bishop