git_commands 3.5.2 → 3.5.3

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
  SHA1:
3
- metadata.gz: b826091a74fe0f10bc7329b80d7fae3507d73ecc
4
- data.tar.gz: b002d5e9299b489bc13c08a5022b414ac6a29c70
3
+ metadata.gz: 3c1561ce92f3649d987adf2af259f3dc4683b046
4
+ data.tar.gz: d3abace852097cabe82db757047e1874b7874934
5
5
  SHA512:
6
- metadata.gz: 8a4e223ad42fc4db1c1ba1b0f1499b531868ce27f5885abe4f92162e16650944f61b297be7afddc1ef2c2da37766ee5c4b7d00c7fb974412f6b362336d4e503b
7
- data.tar.gz: f68f19654089e596a6ef56a38508ec5ca296375729c94fda70da5a106d5b08c32c883fef5330c5a75d8b3fbe1ef2c0741c197e1d9198aacbb3499715fa07272b
6
+ metadata.gz: 0573d9fb3de4c78ba4da5f8754f3ce050d0c0d7becb8ac8474468bd2fadcc005735600c8edb089df205a1dfd0f1e91798513db10edbc8e3cfadcaf0fbf361963
7
+ data.tar.gz: 07d277f4543b00aa77cb4d4b68598622eab9ae5aa0c36a45510afba0f79316b6ccfd22f917303bec1cb50dd5b1c4359a6b9b88f78b4e07cba277332f1d6afa7c
@@ -3,4 +3,5 @@ rvm:
3
3
  - 2.1.8
4
4
  - 2.2.1
5
5
  - 2.3.0
6
+ - 2.4.0
6
7
  before_install: gem install bundler -v 1.11.2
@@ -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=/Users/Elvis/greatest_hits --origin=upstream --default=production --branches=feature/love_me_tender,fetaure/teddybear"
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|
@@ -1,3 +1,3 @@
1
1
  module GitCommands
2
- VERSION = "3.5.2"
2
+ VERSION = "3.5.3"
3
3
  end
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.2
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-03-09 00:00:00.000000000 Z
11
+ date: 2017-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler