raykit 0.0.427 → 0.0.428

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b054f6d6eee8ca19818cfe94f8adc052e1e403fe2907cbdba5a35f68fbb3c46
4
- data.tar.gz: ba8f9f1102ceb359af1a0777fc1d558130a43077888be383a59bc3ee5fd9d390
3
+ metadata.gz: 10fe3667006f4432fbc48b22108cb2520f996e2bdd19f660f1207bb571e66b35
4
+ data.tar.gz: 044d6478d23f86f2268830ea5fdccdc5fd64f07e78118d57da0a9ad4efd1e325
5
5
  SHA512:
6
- metadata.gz: 300fbd6f956c2bf560981af7a6fa94d5b57ff4be83de46acba69af581a31d1fa3660b9b040a0aeafa71d9035c867157eb312e3713ead9eff9f925b0dfd29b719
7
- data.tar.gz: d4891d18f0a68dd3fa4d9dbd2a82975c8c5e5e3c3c8e51860c4e14c864c08cedbd6902fbcd64640d2f7a0aca39dc465d51f31337aaf8e7ab16e59de6fdb38905
6
+ metadata.gz: 169f4e8d9d9a48e569d7451916fb707a741035dfa47ddb9e1b39b873933e1b0a73ad30a7e7d4557e89c76a5ca38bf844fa9ceffbd43dc112836362e893d1b2ac
7
+ data.tar.gz: 3c933d5709040b55dfa7a1590d1f47e083173b50cbef5292745e91151999e6fed28c49bf5a9593975df7f8e555cc31335e9300645a63dd0846c5cad35c490fe3
@@ -213,7 +213,7 @@ module Raykit
213
213
  cmd = "#{Rainbow(SECRETS.hide(@command)).yellow}"
214
214
  if show_directory
215
215
  puts "#{symbol} #{cmd} " + Rainbow("#{elapsed_str}").cyan
216
- puts Rainbow(" #{@directory}").cyan
216
+ puts Rainbow(" #{@directory}").white + " "
217
217
  else
218
218
  puts "#{symbol} #{Rainbow(SECRETS.hide(@command)).yellow} " + Rainbow("#{elapsed_str}").cyan
219
219
  #puts "#{symbol} #{Rainbow(SECRETS.hide(@command)).yellow} (#{elapsed_str})"
@@ -77,6 +77,7 @@ module Raykit
77
77
  # The latest commit id for a branch of the repostiory
78
78
  def latest_commit(branch)
79
79
  if checkout_local_clone_directory_branch(branch)
80
+ update_local_clone_directory
80
81
  Dir.chdir(local_clone_directory) do
81
82
  text = `git log -n 1`
82
83
  scan = text.scan(/commit (\w+)\s/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.427
4
+ version: 0.0.428
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow