gitlab-qa 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 135c315ae52f0c26c6396ae05622c69176605014
4
- data.tar.gz: fe7a1a622a1544afb8ab978906d001a25ce2eb6e
3
+ metadata.gz: bb5796aeaa95713a634a57f5f2a3975925f5c650
4
+ data.tar.gz: f3741401f66e6fa5c721fb0267d9f81363ea9111
5
5
  SHA512:
6
- metadata.gz: 4e7901ebf2d0cf186ac438e78b722fd2019316df5f632c5120ab4b8fe8279b34583760ca52ee6b47b6e4f41e82e41507f6422f3153562a2f89efa387ec56f06b
7
- data.tar.gz: 7064f957c43c827e1562380c7d002179948704e6e32e2d489f5fa213f7f330070201a720753513340ad9a759569823fe52d8e4c775a8702511bada9d7d3c28c7
6
+ metadata.gz: adf3181a32f706baf8bcfc3867eb3147eea9d9b3e173687f00586d9e32d2610b1ccc90e5e62889b4ddec824b40e6a7423691772ad68d199a848560001023f78a
7
+ data.tar.gz: 35a214fa0a4797dd4cc14750aae925d63c75ddb02cdba19f2c118d147fa32abc4f27cf21521fa0ad3a721c892fffd83fdea7ec49e8d33f278704e1f4996f39cf
@@ -1,7 +1,7 @@
1
1
  module Gitlab
2
2
  module QA
3
3
  class Release
4
- CUSTOM_GITLAB_IMAGE_REGEX = /gitlab-([ce]e):(\w+)/
4
+ CUSTOM_GITLAB_IMAGE_REGEX = %r{/gitlab-([ce]e):(.+)\z}
5
5
  DEFAULT_TAG = 'nightly'.freeze
6
6
 
7
7
  attr_reader :release
@@ -22,7 +22,7 @@ module Gitlab
22
22
  if canonical?
23
23
  "gitlab/gitlab-#{edition}"
24
24
  else
25
- release.sub(/:\w+/, '')
25
+ release.sub(/:.+\z/, '')
26
26
  end
27
27
  end
28
28
 
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '0.2.0'.freeze
3
+ VERSION = '0.2.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grzegorz Bizon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-28 00:00:00.000000000 Z
11
+ date: 2017-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler