gitlab-ci-yaml_lint 0.1.2 → 0.1.3

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: f3fd4ad09342af60f299a360ca4a44f4b203162e
4
- data.tar.gz: d1446c5af101e0ab72880a1b2296c38825668d4b
3
+ metadata.gz: 5eca72bb01d37430cb41f8accaa8be296b43366f
4
+ data.tar.gz: 921a9f9e0cd448410a1a68f5440d86da90689264
5
5
  SHA512:
6
- metadata.gz: ad9e71bb3d6bef3b4c9c21950285b18244a6eb307e1eb5f132b37f200d884e8020df46a7e205d645e756f076eb06cf8084e61756b58a60e6b084060b8e86fc3e
7
- data.tar.gz: c7f89864b2447ec9122b486ccaf8da6aea6c99eaceff2ba8e6019e2610ba9b193699c1ffeafb73a67e09301649f2e0223a67efbdf42676fb63a7c80cbe023397
6
+ metadata.gz: dec7d27f796f98733b77f802273136505ce59a82bb6b4faf70bb0e515252f3f0a68d035a7db807e642e2bf45f2e6e015ead5cf3369123bf84daabca6e0d9438b
7
+ data.tar.gz: b085628e8badc96389b77fe3fc4fa109b4c5192c0934f25dbac93d5996a2ab94d9caa2fcc5397959c3923bb58844f43d43c3f3abca6dbe06b5dca3a95a19f558
data/README.md CHANGED
@@ -23,9 +23,13 @@ Or install it yourself as:
23
23
 
24
24
  ## Usage
25
25
 
26
+ ### CLI
27
+
26
28
  You can validate a `.gitlab-ci.yml` file using the `gitlab-ci-yaml_lint`
27
29
  application by passing it the path to your local `.gitlab-ci.yml` file.
28
30
 
31
+ ### Rake Integration
32
+
29
33
  To use the rake tasks, simply include the following in your project's `Rakefile`:
30
34
 
31
35
  ```ruby
@@ -1,7 +1,7 @@
1
1
  module Gitlab
2
2
  module Ci
3
3
  module YamlLint
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trevor Vaughan