sbag 0.2.0 → 0.2.1
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 +4 -4
- data/lib/sbag/version.rb +1 -1
- data/sbag.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 716ba43529d1f1ec721976bb12fc0f04247a8cc5
|
|
4
|
+
data.tar.gz: 52c47571e942577b7df29943660511a1d5e51160
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a7749d91dc575af9b2e0a6dfbca87bf9424dfa66cfef9da60f96ebc3699a4b2d4c8d23479609be6946b5587758cfb6c8fe3175108d553c7913bd89197a2db0a
|
|
7
|
+
data.tar.gz: 44bae2cc6996d88a51d9fc67d1860621ab9e9303d69cf72a7e29239fc1db00544f18b08be6ac83bd049540215f1a2957227b573d6b141b976b635a7ed27be528
|
data/lib/sbag/version.rb
CHANGED
data/sbag.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
spec.summary = %q{A command line tool developed by Infoir.}
|
|
15
|
-
spec.description = %q{A private tool developed to replace GIT commands[Beta Version].}
|
|
15
|
+
spec.description = %q{A private tool developed to replace GIT commands[Beta Version]. Use "console help" command for help.}
|
|
16
16
|
spec.homepage = "https://infoir.com/contribute/gems/sbag"
|
|
17
17
|
spec.license = 'MIT'
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sbag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shubham
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 10.4.2
|
|
69
|
-
description: A private tool developed to replace GIT commands[Beta Version].
|
|
69
|
+
description: A private tool developed to replace GIT commands[Beta Version]. Use "console
|
|
70
|
+
help" command for help.
|
|
70
71
|
email:
|
|
71
72
|
- shubham@infoir.com
|
|
72
73
|
executables:
|