stash-api 1.1.29.0 → 1.1.30.0

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 (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/stash-api/client.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmJkMGFkMDdkMjFiNjNmOTc2ZDkxOTY0MTJiMWNlZDI5YmY1MDEwMw==
4
+ MzY3YWFkOGIyN2NmNTg0MjIxZTEwNzc5YzZiMTA4OTUzMWUxMmJjMA==
5
5
  data.tar.gz: !binary |-
6
- OThiYjFkYWI2OTE2ZjlmZDY0ZDMxYzVmNjZmYmNmMzI4NDk3YTAwNA==
6
+ Nzc3MDdhZmYzZTU0MDJjOTNmNjNlN2IzODJiNWQ3M2VhNzQ5MmQ5NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGY2NmVlMzE0ZWZjYTZlMjQxN2Q0NTgwNzY4NmZhMjliNmI0ZTA2ZTQ2MTJl
10
- NTdkMmZhMTMxNzUxM2E3YjE4YzViMmUwOGU2NGMyMzNhZTcyM2M5NTVlMDY1
11
- NzA1Y2VhZjkwNTM1ZDk2ZGYxMTgwYjNhMWZmZGZkZGUyYjE2OTQ=
9
+ MmE2NDg3M2FkZmM0MzgzMDZjNDQ3ZjRiZGNiN2M0OGZkNjBkZmViNjg1OGNl
10
+ ZmJjYmFjYmRmZmRjYzM0NDA5NDk0OTNhYzg4ZmMxNWE1ZDU1NzVkMjg4MWRk
11
+ MTViODJlOTQxYmU2YjBjODIzNjhkMDZmYTc0NjFjZTI3NWFhNTE=
12
12
  data.tar.gz: !binary |-
13
- MTcxZjg4ZTc2ZDJhZjgwNjEzMDZkNTliMzIxNGJhODBjOWVlYTRkM2QxMmZh
14
- MGZjMDVmMzY1YjhiZDViZDA3MGNhZTQ2NjYzNGE4NDgzNjg1YTUxODU3NDBm
15
- MzJhYWIwOGNkNDQzZTg3ODU2MGMwYTg0NzRlOWFjODU1YTQxZWQ=
13
+ YzI5ZDU5M2E2YWJiNzc4YWUzNjk1OWYyODk1NWE2MDc0NDgzMGFlZjAxZDM4
14
+ ZDY3NjY0M2YzYmFiNzRiOGViNDQ5ZGQyZmQ3MTRmOTBiYmQ3NTJlZDE2M2Vl
15
+ YjI3NzRkMTFmNzI3NGFlZTJiNWMzYmFhYjIwYzY5NTc4NjM5NzA=
@@ -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
- puts JSON::pretty_generate(repository_information)
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']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stash-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.29.0
4
+ version: 1.1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Warren Parad