gitlab-development-kit 0.2.5 → 0.2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ff26cd3455867518a1a5643f5281284d9cfe147e
4
- data.tar.gz: 9b8cacd504980b0fbbff5319cac052ca824301d0
2
+ SHA256:
3
+ metadata.gz: 0a7dfe37321d4fec2d19623b010a3556ed485c92042af3370955194058f66b62
4
+ data.tar.gz: 53db7606b58f3551896416466869cba7be108599c077ab661085e4e25ded97e5
5
5
  SHA512:
6
- metadata.gz: ab29297020e74599b09f296668f90df91b731032ecc8b631b165697f1fac45b49fe4bed091811eb21c431c3005b2038c0f5d864aa50d4f36b62cb175da2fdcbb
7
- data.tar.gz: 61059b81659b30929b50f0ba63223bbdec36cc1cdb80ca1e7b629eb16a324de4d6bdd7ccc7dae0e8db395e10e58bc75eaeaa7d7be75f8a228344f82c819ca54f
6
+ metadata.gz: d0215ec330bc334a8245021fdba947e839a377c5cf5ed9fafb32479ef97f63feceef4d081bec5b3f76b428b5d70dbc7ca9278252f2da679734d328ddcf63bc0c
7
+ data.tar.gz: 469deab8137ca29da1c6ca4e482ab95c440e74bd76084c0a91c3bf0e6d1efa430869ff561be8c5b8c5ab5e7645d8d2e14f271259311c67a4f8eec94a54a2689f
data/bin/gdk CHANGED
@@ -28,11 +28,11 @@ module GDK
28
28
  end
29
29
  directory = ARGV.count == 2 ? ARGV[1] : DEFAULT_INIT_DIRECTORY
30
30
  if directory.start_with?('-')
31
- puts <<-EOS.gsub(/^\s+\|/, '')
32
- |The gdk directory cannot start with a dash ('-'). Did you mean:
33
- |gdk init #{directory.sub(/^-+/,'')}
34
- EOS
35
- return false
31
+ puts <<-EOS.gsub(/^\s+\|/, '')
32
+ |The gdk directory cannot start with a dash ('-'). Did you mean:
33
+ |gdk init #{directory.sub(/^-+/,'')}
34
+ EOS
35
+ return false
36
36
  end
37
37
  cmd = %W[git clone https://gitlab.com/gitlab-org/gitlab-development-kit.git #{directory}]
38
38
  system(*cmd) && trust!(directory) && remember!(directory)
@@ -1,3 +1,3 @@
1
1
  module GDK
2
- GEM_VERSION = '0.2.5'.freeze
2
+ GEM_VERSION = '0.2.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-development-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-26 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: CLI for GitLab Development Kit.
14
14
  email:
@@ -24,24 +24,23 @@ homepage: https://gitlab.com/gitlab-org/gitlab-development-kit
24
24
  licenses:
25
25
  - MIT
26
26
  metadata: {}
27
- post_install_message:
27
+ post_install_message:
28
28
  rdoc_options: []
29
29
  require_paths:
30
30
  - lib
31
31
  required_ruby_version: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - ">="
33
+ - - "~>"
34
34
  - !ruby/object:Gem::Version
35
- version: '0'
35
+ version: 2.6.5
36
36
  required_rubygems_version: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  requirements: []
42
- rubyforge_project:
43
- rubygems_version: 2.5.2
44
- signing_key:
42
+ rubygems_version: 3.0.3
43
+ signing_key:
45
44
  specification_version: 4
46
45
  summary: CLI for GitLab Development Kit
47
46
  test_files: []