stash-api 1.1.29.0 → 1.1.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/stash-api/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzY3YWFkOGIyN2NmNTg0MjIxZTEwNzc5YzZiMTA4OTUzMWUxMmJjMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Nzc3MDdhZmYzZTU0MDJjOTNmNjNlN2IzODJiNWQ3M2VhNzQ5MmQ5NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmE2NDg3M2FkZmM0MzgzMDZjNDQ3ZjRiZGNiN2M0OGZkNjBkZmViNjg1OGNl
|
10
|
+
ZmJjYmFjYmRmZmRjYzM0NDA5NDk0OTNhYzg4ZmMxNWE1ZDU1NzVkMjg4MWRk
|
11
|
+
MTViODJlOTQxYmU2YjBjODIzNjhkMDZmYTc0NjFjZTI3NWFhNTE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzI5ZDU5M2E2YWJiNzc4YWUzNjk1OWYyODk1NWE2MDc0NDgzMGFlZjAxZDM4
|
14
|
+
ZDY3NjY0M2YzYmFiNzRiOGViNDQ5ZGQyZmQ3MTRmOTBiYmQ3NTJlZDE2M2Vl
|
15
|
+
YjI3NzRkMTFmNzI3NGFlZTJiNWMzYmFhYjIwYzY5NTc4NjM5NzA=
|
data/lib/stash-api/client.rb
CHANGED
@@ -35,7 +35,7 @@ module Stash
|
|
35
35
|
|
36
36
|
#If the repository is a fork, use it's forked source to get this information
|
37
37
|
repository_information = repository_information['origin'] if repository_information['origin'] && config[:follow_fork]
|
38
|
-
|
38
|
+
|
39
39
|
@project = repository_information['project']['key']
|
40
40
|
@repository_name = repository_information['slug']
|
41
41
|
@ssh_url = repository_information['links']['clone'].select{|link| link['name'].match(/^ssh$/i)}.first['href']
|