git_cli_prompt 0.2.1 → 0.2.2

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: ce66b1103e34f105fa771673fa87dfadeeb965415fb87695c220ded6a15aa4b5
4
- data.tar.gz: d4e3d7c9ea2503553e8fe17b2a9ba987639fed22e59c8485d49c70e4d76d48f2
3
+ metadata.gz: 72d21c5ee4f2947afc05438cbc109f1980fd3b769e110416403e6b3fd83dafb7
4
+ data.tar.gz: 1f20e4705ef0128e50248e296d70ae1ed00f37e0b9e3dfdad3f599b0edbb590c
5
5
  SHA512:
6
- metadata.gz: 2d83ad4279f30f1f156cd33dccc75527755fd43c31961a483e394328ad5de9c5bbd05252a6ed47c58afd37b61282678dfc63c40449d5a72808fa6cadb08a51a6
7
- data.tar.gz: e4988f4bbc6832c3c264b089d9ae23edf9f0328f4ab11fa51597a263f3dfb22b56d58a1370bed26f5c9ecadf3fc91bcf7ff3df324cf47335ad1379defbb329bc
6
+ metadata.gz: 85efa3c204ec2f1093f3f30eac8b8d08c656346384b9b1176a93ac7995b747c5db74fde4d1112474d8c4c82488200177d59cf67461dcb6fb9157d9bd10184b94
7
+ data.tar.gz: 37539b3af0ead43e1df434cab6e86215a9e78a733a879738de336bb489f10560813b0d8b8ae76eb400f38ded158ca6f53bcdd4789670975b0cc4a5631d6b5287
data/.release_history.yml CHANGED
@@ -2,3 +2,5 @@
2
2
  git_cli_prompt:
3
3
  - :version: 0.1.2
4
4
  :timestamp: 1635828173.1234875
5
+ - :version: 0.2.1
6
+ :timestamp: 1635828282.1326017
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git_cli_prompt (0.2.1)
4
+ git_cli_prompt (0.2.2)
5
5
  tlogger
6
6
  toolrack
7
7
  tty-prompt
data/lib/commit.rb CHANGED
@@ -56,7 +56,7 @@ module GitCliPrompt
56
56
 
57
57
  puts
58
58
 
59
- if not (pending and staged)
59
+ if not pending and not staged
60
60
  pmt.say("\n Workspace is clean. No changes or unstage files or directory is found.\n", color: :green)
61
61
  "Workspace is clean. No changes or unstage files or directory is found"
62
62
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitCliPrompt
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_cli_prompt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Liaw
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-02 00:00:00.000000000 Z
11
+ date: 2021-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tlogger