pronto-yamllint 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60b2f1c05a578d672c81802b7be3523b43dcb878
4
- data.tar.gz: 4e08d68d552233ff12b56e259e992c7705345f89
3
+ metadata.gz: a06b836324d623f7b4d964d8a8d03592e3fc3604
4
+ data.tar.gz: f4bb299efb0f36ddb39035785caf6e1cbbe57246
5
5
  SHA512:
6
- metadata.gz: 10c3d3cb08c5defc121d53696eed085ecca65a4d78849ff06f916ea366f1bd38fdabe4f0f83586605463a6d2a8ef26fafeff13f6388a4ee43e1fca65e5d0965e
7
- data.tar.gz: 1760cb714c1aeb216ce27141e5da918ffb67227c947e6f521397a098ef646b09a52fac443d0acf93ef4c3244f21ec4394394efc16cf399b6d71459faa5cb4d21
6
+ metadata.gz: 19d6df27e26e84bbacb75f45d61230bc3ae40a9141cb764f324d8aa7d2df612d7477727e6f1be16b623b3c86050f1e8a0a7ae6969b5a716034552c71dbf18698
7
+ data.tar.gz: b569fd51be7d1e688ae59798b077eb6405aae67ddace4241189b3b9a4efd7e2f9a061a15b1e0ab09134e5931234546f9c80dc990960e7f6cf1af0966dfa748e1
data/README.md CHANGED
@@ -6,7 +6,7 @@ Pronto runner for [YAMLlint](https://yamllint.readthedocs.io). [What is Pronto?]
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- * [install](https://yamllint.readthedocs.io/en/latest/quickstart.html#installing-yamllint) YAMLlint
9
+ * [install](https://yamllint.readthedocs.io/en/latest/quickstart.html#installing-yamllint) YAMLlint
10
10
  * Ensure it is your `$PATH`
11
11
 
12
12
  ## Installation
@@ -29,4 +29,8 @@ pronto run --exit-code
29
29
 
30
30
  ## Changelog
31
31
 
32
+ 0.1.2 Depend on Pronto 0.10.0
33
+
34
+ 0.1.1 Misc small fixes
35
+
32
36
  0.1.0 Initial public version. Based heavily on https://kevinjalbert.com/create-your-own-pronto-runner/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-yamllint
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
  - Paulius Mazeika
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.10.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.0
26
+ version: 0.10.0
27
27
  description: Enables pronto to check .yaml files using yamllint
28
28
  email: paulius@chroot.lt
29
29
  executables: []