sbag 2.3.3 → 2.4.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.rb +1 -1
- data/lib/sbag/version.rb +1 -1
- data/sbag.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5d2271af6b7e79a027e419ac50d89fa8de29e4e
|
|
4
|
+
data.tar.gz: 354085fdd36928996585fa522277ad11e419e1ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d012a1aebf8c5e8cc1e4dba0c6f00c302b44a915bb23a402f6dc7fa4341b90673e9b51910610151f84fe3af2fc4193161cbb881549734ddab23bd188d44f7601
|
|
7
|
+
data.tar.gz: 9498ee29b832a5b9dfcecbce1049a2d2347766d50c06f52ebd2e6a24f722b9df1dd5ea03fb77b098deef83a644b4e5946f43965528732562cd1694b98eaad11e
|
data/lib/sbag.rb
CHANGED
|
@@ -180,7 +180,7 @@ method_option :add , :alises => "-add", :desc => "Use the kit add command to int
|
|
|
180
180
|
# add command Ends=======================================>>>
|
|
181
181
|
|
|
182
182
|
# status command Starts====================================>>>>
|
|
183
|
-
desc "status" , "Status checking command. Usage status [version_no] [file_name]"
|
|
183
|
+
desc "status" , "Status checking command. Usage: status [version_no] [file_name]"
|
|
184
184
|
method_option :status, :aliases => "-status", :desc => "Use this command to compare the two files"
|
|
185
185
|
|
|
186
186
|
def status(version_no, file_name)
|
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 for replacing GIT.}
|
|
15
|
-
spec.description = %q{A
|
|
15
|
+
spec.description = %q{A smart and fast Version Control System for LINUX Developers to replace GIT and its Complexity. 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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sbag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shubham
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -80,8 +80,8 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 10.4.2
|
|
83
|
-
description: A
|
|
84
|
-
help" command for help.
|
|
83
|
+
description: A smart and fast Version Control System for LINUX Developers to replace
|
|
84
|
+
GIT and its Complexity. Use "console help" command for help.
|
|
85
85
|
email:
|
|
86
86
|
- shubham@infoir.com
|
|
87
87
|
executables:
|