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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/atlassian/stash/git.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: 88ec40d66199da9b5b268bbf2979dc9301a9970f
|
|
4
|
+
data.tar.gz: dad20552d00e8a88030ee8cfedc4b840b66a590c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccf0058dcaf1725426abd151c0ddad4bbcc7fd62e7e440fb23e519cdd95a7e9b2735dd1ee23302324492fe967ab6764418c4f12e7b3c20159274f43f822f691f
|
|
7
|
+
data.tar.gz: 48990c6d3c68ef2db1c598cb74675a6e0c58348986aad23160ef275df275d6243a2b63d99588fe9a63f635e3e642705a3d2aed0a77c47f42737be5f9dcc3515a
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.1
|
data/lib/atlassian/stash/git.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2015-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: git
|