gitlab-ci-yaml_lint 0.1.1 → 0.1.2

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
2
  SHA1:
3
- metadata.gz: 72fcda1e492fabed95bb5effec07ed3be9792148
4
- data.tar.gz: 5c4a24091d7f957be8eb47dfe901162c53d882c2
3
+ metadata.gz: f3fd4ad09342af60f299a360ca4a44f4b203162e
4
+ data.tar.gz: d1446c5af101e0ab72880a1b2296c38825668d4b
5
5
  SHA512:
6
- metadata.gz: 215b5229f38030e5c44b50c217f1cb8eec2aaac4e2c1387374a60f5743e3b31327eba0fcdbdbab4f916974084027197f31cdcad2e40bee3dd6bc6ffee81e63fc
7
- data.tar.gz: 448c9e113d28def3778c144f2aa5a0cde5d6f80d9ee5ef43f6a2873d188ad004a21bf5941a67a7b347fc85e947695ddf7a74a100aac12449c8f77ac74233247f
6
+ metadata.gz: ad9e71bb3d6bef3b4c9c21950285b18244a6eb307e1eb5f132b37f200d884e8020df46a7e205d645e756f076eb06cf8084e61756b58a60e6b084060b8e86fc3e
7
+ data.tar.gz: c7f89864b2447ec9122b486ccaf8da6aea6c99eaceff2ba8e6019e2610ba9b193699c1ffeafb73a67e09301649f2e0223a67efbdf42676fb63a7c80cbe023397
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "bundler/setup"
4
3
  require "gitlab/ci/yaml_lint"
5
4
 
6
5
  infile = ARGV.shift
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  f.match(%r{^(test|spec|features)/})
17
17
  end
18
18
  spec.bindir = "bin"
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
+ spec.executables = spec.files.grep(%r{^#{spec.bindir}/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib", 'gitlab_lib']
21
21
 
22
22
  spec.add_runtime_dependency "activesupport", "~> 5.0.6"
@@ -1,7 +1,7 @@
1
1
  module Gitlab
2
2
  module Ci
3
3
  module YamlLint
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-ci-yaml_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trevor Vaughan
@@ -125,7 +125,8 @@ dependencies:
125
125
  description:
126
126
  email:
127
127
  - tvaughan@onyxpoint.com
128
- executables: []
128
+ executables:
129
+ - gitlab-ci-yaml_lint
129
130
  extensions: []
130
131
  extra_rdoc_files: []
131
132
  files: