atlassian-stash 0.6.0 → 0.6.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/atlassian/stash/git.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9676d2b106ef0c5cb7975edba9b0a336228de8f
4
- data.tar.gz: c0a735cd0e637848a542cdef74026074f18c4b7d
3
+ metadata.gz: 88ec40d66199da9b5b268bbf2979dc9301a9970f
4
+ data.tar.gz: dad20552d00e8a88030ee8cfedc4b840b66a590c
5
5
  SHA512:
6
- metadata.gz: 2ed30f419fe6c9c74547cc2dda41006633f26c761eef83dbd34595b30963a9e5713e673b6df01df7533763071b790b5deec28fb803535633c184397d1f29b444
7
- data.tar.gz: 9da1cb589e071ee573cc709b77ea54d7e42de7928c9ff8b48c6b63a1b9ccd62fbfb2da010ff24bf604944c7f09105dcd8eda5ccf1d3a7a699ab676a6db6debc7
6
+ metadata.gz: ccf0058dcaf1725426abd151c0ddad4bbcc7fd62e7e440fb23e519cdd95a7e9b2735dd1ee23302324492fe967ab6764418c4f12e7b3c20159274f43f822f691f
7
+ data.tar.gz: 48990c6d3c68ef2db1c598cb74675a6e0c58348986aad23160ef275df275d6243a2b63d99588fe9a63f635e3e642705a3d2aed0a77c47f42737be5f9dcc3515a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -54,7 +54,7 @@ module Atlassian
54
54
  end
55
55
 
56
56
  def create_git_alias
57
- %x(git config --global alias.create-pull-request "\!sh -c 'stash pull-request \\$0'")
57
+ %x(git config --global alias.create-pull-request "\!sh -c 'stash pull-request \\$0 \\$@'")
58
58
  end
59
59
 
60
60
  def get_repo_root_directory
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlassian-stash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seb Ruiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-20 00:00:00.000000000 Z
11
+ date: 2015-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git