git_commands 3.5.2 → 3.5.3
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/.travis.yml +1 -0
- data/lib/git_commands/cli.rb +2 -2
- data/lib/git_commands/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c1561ce92f3649d987adf2af259f3dc4683b046
|
|
4
|
+
data.tar.gz: d3abace852097cabe82db757047e1874b7874934
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0573d9fb3de4c78ba4da5f8754f3ce050d0c0d7becb8ac8474468bd2fadcc005735600c8edb089df205a1dfd0f1e91798513db10edbc8e3cfadcaf0fbf361963
|
|
7
|
+
data.tar.gz: 07d277f4543b00aa77cb4d4b68598622eab9ae5aa0c36a45510afba0f79316b6ccfd22f917303bec1cb50dd5b1c4359a6b9b88f78b4e07cba277332f1d6afa7c
|
data/.travis.yml
CHANGED
data/lib/git_commands/cli.rb
CHANGED
|
@@ -36,10 +36,10 @@ module GitCommands
|
|
|
36
36
|
|
|
37
37
|
private def parser
|
|
38
38
|
OptionParser.new do |opts|
|
|
39
|
-
opts.banner = "Usage: #{@command_name} --repo
|
|
39
|
+
opts.banner = "Usage: #{@command_name} --repo=~/greatest_hits --origin=upstream --default=production --branches=feature/love_me_tender,fetaure/teddybear"
|
|
40
40
|
|
|
41
41
|
opts.on("-rREPO", "--repo=REPO", "The path to the existing GIT repository") do |repo|
|
|
42
|
-
@repo = repo
|
|
42
|
+
@repo = File.expand_path(repo)
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
opts.on("-oORIGIN", "--origin=ORIGIN", "Specify the remote alias (origin)") do |origin|
|
data/lib/git_commands/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git_commands
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- costajob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|