opsb-git 1.2.10 → 1.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/git/lib.rb +1 -1
  2. metadata +3 -3
data/lib/git/lib.rb CHANGED
@@ -559,7 +559,7 @@ module Git
559
559
  end
560
560
 
561
561
  def push(remote, branch = 'master', tags = false, options = [])
562
- command('push', [remote, branch])
562
+ command('push', ([remote, branch] + options))
563
563
  command('push', (['--tags', remote] + options) ) if tags
564
564
  end
565
565
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsb-git
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 10
10
- version: 1.2.10
9
+ - 11
10
+ version: 1.2.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Chacon