danger-yamlint 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: '09bd8aec3e0880a2af166997414040f1d0ee8b1c7b901039417f31f0296f6434'
4
- data.tar.gz: 293c5dca4998cacaeece975eda8306726c3638dfd9fd8c6c1260b465c8aadc06
3
+ metadata.gz: ac1af5868da0545cb2fec29f54779439a3dc111d6023cc3380011204e251159c
4
+ data.tar.gz: 49253e47c587f0508b94de1064c7d8c5d9f9ed170119e46183f56bc156f87b15
5
5
  SHA512:
6
- metadata.gz: 2d3170924d6a83b429ddb17212be5b17a05e29bb692d7be363a7b9e69252473c612764a0f2d60f851000e391bf17ed3edec85073d7dbe2e968c0e34a474976de
7
- data.tar.gz: 4c40e31cf0f6362c4d687e2963c3f2151d9f846bcdeccf429bd8dd6fbb8697e7db5ea8b5c975a7caec993f4868ffa5ff8322e8427948f6b0489b10dab43951a4
6
+ metadata.gz: 4c6c4a33781181c37ac548c75b8cd35ed08041746215f2923ef28c5e40711f35d06d4c1e24c8881f7662bd93b02eb4e62598293938e8b4b0694785da4a5f280b
7
+ data.tar.gz: 75444d6e1054959c4ca749eabc4d69f513a06b9b9293bc595635360ad19590bac610c7eb15613beba58c94e11d85ad1bb0769459a3d0ed2c82558f053f1e31eb
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-yamlint (0.1.0)
4
+ danger-yamlint (0.1.1)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.7.0)
10
+ addressable (2.8.0)
11
11
  public_suffix (>= 2.0.2, < 5.0)
12
12
  ast (2.4.1)
13
13
  claide (1.0.3)
@@ -19,7 +19,7 @@ GEM
19
19
  colored2 (3.1.2)
20
20
  cork (0.3.0)
21
21
  colored2 (~> 3.1)
22
- danger (8.2.3)
22
+ danger (8.3.1)
23
23
  claide (~> 1.0)
24
24
  claide-plugins (>= 0.9.2)
25
25
  colored2 (~> 3.1)
@@ -35,16 +35,28 @@ GEM
35
35
  danger-plugin-api (1.0.0)
36
36
  danger (> 2.0)
37
37
  diff-lcs (1.4.4)
38
- faraday (1.3.0)
38
+ faraday (1.5.1)
39
+ faraday-em_http (~> 1.0)
40
+ faraday-em_synchrony (~> 1.0)
41
+ faraday-excon (~> 1.1)
42
+ faraday-httpclient (~> 1.0.1)
39
43
  faraday-net_http (~> 1.0)
44
+ faraday-net_http_persistent (~> 1.1)
45
+ faraday-patron (~> 1.0)
40
46
  multipart-post (>= 1.2, < 3)
41
- ruby2_keywords
47
+ ruby2_keywords (>= 0.0.4)
48
+ faraday-em_http (1.0.0)
49
+ faraday-em_synchrony (1.0.0)
50
+ faraday-excon (1.1.0)
42
51
  faraday-http-cache (2.2.0)
43
52
  faraday (>= 0.8)
53
+ faraday-httpclient (1.0.1)
44
54
  faraday-net_http (1.0.1)
55
+ faraday-net_http_persistent (1.2.0)
56
+ faraday-patron (1.0.0)
45
57
  ffi (1.14.2)
46
58
  formatador (0.2.5)
47
- git (1.8.1)
59
+ git (1.9.1)
48
60
  rchardet (~> 1.8)
49
61
  guard (2.16.2)
50
62
  formatador (>= 0.2.4)
@@ -76,7 +88,7 @@ GEM
76
88
  notiffany (0.1.3)
77
89
  nenv (~> 0.1)
78
90
  shellany (~> 0.0)
79
- octokit (4.20.0)
91
+ octokit (4.21.0)
80
92
  faraday (>= 0.9)
81
93
  sawyer (~> 0.8.0, >= 0.5.3)
82
94
  open4 (1.3.4)
@@ -120,12 +132,13 @@ GEM
120
132
  rubocop-ast (1.4.0)
121
133
  parser (>= 2.7.1.5)
122
134
  ruby-progressbar (1.11.0)
123
- ruby2_keywords (0.0.4)
135
+ ruby2_keywords (0.0.5)
124
136
  sawyer (0.8.2)
125
137
  addressable (>= 2.3.5)
126
138
  faraday (> 0.8, < 2.0)
127
139
  shellany (0.0.1)
128
- terminal-table (1.6.0)
140
+ terminal-table (3.0.1)
141
+ unicode-display_width (>= 1.1.1, < 3)
129
142
  thor (1.0.1)
130
143
  unicode-display_width (2.0.0)
131
144
  yard (0.9.26)
@@ -146,4 +159,4 @@ DEPENDENCIES
146
159
  yard
147
160
 
148
161
  BUNDLED WITH
149
- 2.2.5
162
+ 2.2.18
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # danger-yamlint
2
2
 
3
- A no-dependency Danger plugin to lint yaml files.
3
+ A no-dependency Danger plugin to lint yaml files and fixtures.
4
4
 
5
5
  ## Installation
6
6
 
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Yamlint::VERSION
9
9
  spec.authors = ['Stanislav Katkov']
10
10
  spec.email = ['sk@skylup.com']
11
- spec.description = "A no-dependency Danger plugin to lint yaml files"
11
+ spec.description = "A no-dependency Danger plugin to lint yaml files and fixtures"
12
12
  spec.summary = "Simple Ruby powered YAML validator"
13
13
  spec.homepage = 'https://github.com/skatkov/danger-yamlint'
14
14
  spec.license = 'MIT'
@@ -1,3 +1,3 @@
1
1
  module Yamlint
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.1.1".freeze
3
3
  end
@@ -26,7 +26,7 @@ module Danger
26
26
 
27
27
  begin
28
28
  # Detect fixtures, they could contain ERB code.
29
- if file.start_with?('test/fixtures/')
29
+ if file.include?('/fixtures/')
30
30
  YAML.load(ERB.new(File.read(file)).result)
31
31
  else
32
32
  YAML.load_file file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-yamlint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stanislav Katkov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-23 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: A no-dependency Danger plugin to lint yaml files
153
+ description: A no-dependency Danger plugin to lint yaml files and fixtures
154
154
  email:
155
155
  - sk@skylup.com
156
156
  executables: []
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  - !ruby/object:Gem::Version
193
193
  version: '0'
194
194
  requirements: []
195
- rubygems_version: 3.0.8
195
+ rubygems_version: 3.2.18
196
196
  signing_key:
197
197
  specification_version: 4
198
198
  summary: Simple Ruby powered YAML validator