danger-textlint 2.0.2 → 2.0.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
  SHA256:
3
- metadata.gz: 9c78f465651253ec82a384886832cb3cfe1fc9ea298cb4b60c3ab9774af1bb57
4
- data.tar.gz: bd5fdeded9422419c4478cc2de447edd3ce8f03a1110d0f1e7021fd57af8d9fe
3
+ metadata.gz: 36f413b0ebe22f2cb11522023d1f83504f8dee2c99bf8159a0987f79ad45f7ca
4
+ data.tar.gz: 7969cee6e378900d7a32b57eaa4b30976ab7840d4a64b0dd98d137c93809b5f4
5
5
  SHA512:
6
- metadata.gz: d9b6fb5716b98459288cc9b61bbf90619f073f86dd68bc4d75e5deba4afb9a3981c8c5f1894bd48312d404d529a97644b9c70e1f356d2057463d827c8384b4e0
7
- data.tar.gz: 4f762d3b363bc1dee2556fb3dc819a494e6a990baaa5bfb0eff80cee441316114b6ebc96a116ef1b6b8dc9deed50ce4e171a711f8d3290acff0d1b857d7902c8
6
+ metadata.gz: c4a6e8d491a88e2f9b93582c33360e8798595dc957f7b8e5c39c89bcb70229e33cf61479ab09efdb5c71d21a8af149b1c127db5bce924007f602f57a7081fc5b
7
+ data.tar.gz: 1392c9b498cf2d4e4aa3c66b3b11a7e15ce08cb58817bf9328f53c6bc97672900a72856e8322632336d8e471e21d34a87316315135719d2c2167ba2a7bfced77
@@ -13,6 +13,7 @@ categories:
13
13
  - 'bug'
14
14
  - 'security'
15
15
  - title: 'Dependencies'
16
+ collapse-after: 3
16
17
  label: 'dependencies'
17
18
  - title: 'Documentation'
18
19
  label: 'document'
@@ -32,8 +33,8 @@ version-resolver:
32
33
  - 'security'
33
34
  default: patch
34
35
  template: |
35
- [Compare $PREVIOUS_TAG with v$RESOLVED_VERSION](https://github.com/Kesin11/danger-textlint/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
36
+ ## [v$RESOLVED_VERSION](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
36
37
 
37
38
  ## Changes
38
39
 
39
- $CHANGES
40
+ $CHANGES
@@ -7,7 +7,7 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
  strategy:
9
9
  matrix:
10
- image: [ 'ruby:2.5', 'ruby:2.6', 'ruby:2.7' ]
10
+ image: [ 'ruby:2.7', 'ruby:3.0', 'ruby:3.1' ]
11
11
  container:
12
12
  image: ${{ matrix.image }}
13
13
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-textlint (2.0.2)
4
+ danger-textlint (2.0.3)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
@@ -11,7 +11,7 @@ GEM
11
11
  public_suffix (>= 2.0.2, < 5.0)
12
12
  ast (2.4.2)
13
13
  bump (0.10.0)
14
- claide (1.0.3)
14
+ claide (1.1.0)
15
15
  claide-plugins (0.9.2)
16
16
  cork
17
17
  nap
@@ -20,7 +20,7 @@ GEM
20
20
  colored2 (3.1.2)
21
21
  cork (0.3.0)
22
22
  colored2 (~> 3.1)
23
- danger (8.3.1)
23
+ danger (8.5.0)
24
24
  claide (~> 1.0)
25
25
  claide-plugins (>= 0.9.2)
26
26
  colored2 (~> 3.1)
@@ -35,17 +35,18 @@ GEM
35
35
  terminal-table (>= 1, < 4)
36
36
  danger-plugin-api (1.0.0)
37
37
  danger (> 2.0)
38
- diff-lcs (1.4.4)
39
- faraday (1.7.1)
38
+ diff-lcs (1.5.0)
39
+ faraday (1.10.0)
40
40
  faraday-em_http (~> 1.0)
41
41
  faraday-em_synchrony (~> 1.0)
42
42
  faraday-excon (~> 1.1)
43
- faraday-httpclient (~> 1.0.1)
43
+ faraday-httpclient (~> 1.0)
44
+ faraday-multipart (~> 1.0)
44
45
  faraday-net_http (~> 1.0)
45
- faraday-net_http_persistent (~> 1.1)
46
+ faraday-net_http_persistent (~> 1.0)
46
47
  faraday-patron (~> 1.0)
47
48
  faraday-rack (~> 1.0)
48
- multipart-post (>= 1.2, < 3)
49
+ faraday-retry (~> 1.0)
49
50
  ruby2_keywords (>= 0.0.4)
50
51
  faraday-em_http (1.0.0)
51
52
  faraday-em_synchrony (1.0.0)
@@ -53,13 +54,16 @@ GEM
53
54
  faraday-http-cache (2.2.0)
54
55
  faraday (>= 0.8)
55
56
  faraday-httpclient (1.0.1)
57
+ faraday-multipart (1.0.3)
58
+ multipart-post (>= 1.2, < 3)
56
59
  faraday-net_http (1.0.1)
57
60
  faraday-net_http_persistent (1.2.0)
58
61
  faraday-patron (1.0.0)
59
62
  faraday-rack (1.0.0)
60
- ffi (1.15.3)
63
+ faraday-retry (1.0.3)
64
+ ffi (1.15.5)
61
65
  formatador (0.3.0)
62
- git (1.9.1)
66
+ git (1.10.2)
63
67
  rchardet (~> 1.8)
64
68
  guard (2.18.0)
65
69
  formatador (>= 0.2.4)
@@ -75,11 +79,11 @@ GEM
75
79
  guard (~> 2.1)
76
80
  guard-compat (~> 1.1)
77
81
  rspec (>= 2.99.0, < 4.0)
78
- kramdown (2.3.1)
82
+ kramdown (2.3.2)
79
83
  rexml
80
84
  kramdown-parser-gfm (1.1.0)
81
85
  kramdown (~> 2.0)
82
- listen (3.7.0)
86
+ listen (3.7.1)
83
87
  rb-fsevent (~> 0.10, >= 0.10.3)
84
88
  rb-inotify (~> 0.9, >= 0.9.10)
85
89
  lumberjack (1.2.8)
@@ -91,60 +95,62 @@ GEM
91
95
  notiffany (0.1.3)
92
96
  nenv (~> 0.1)
93
97
  shellany (~> 0.0)
94
- octokit (4.21.0)
98
+ octokit (4.22.0)
95
99
  faraday (>= 0.9)
96
100
  sawyer (~> 0.8.0, >= 0.5.3)
97
101
  open4 (1.3.4)
98
- parallel (1.20.1)
99
- parser (3.0.2.0)
102
+ parallel (1.22.1)
103
+ parser (3.1.1.0)
100
104
  ast (~> 2.4.1)
101
105
  pry (0.14.1)
102
106
  coderay (~> 1.1)
103
107
  method_source (~> 1.0)
104
108
  public_suffix (4.0.6)
105
- rainbow (3.0.0)
109
+ rainbow (3.1.1)
106
110
  rake (13.0.6)
107
111
  rb-fsevent (0.11.0)
108
112
  rb-inotify (0.10.1)
109
113
  ffi (~> 1.0)
110
114
  rchardet (1.8.0)
111
- regexp_parser (2.1.1)
115
+ regexp_parser (2.2.1)
112
116
  rexml (3.2.5)
113
- rspec (3.10.0)
114
- rspec-core (~> 3.10.0)
115
- rspec-expectations (~> 3.10.0)
116
- rspec-mocks (~> 3.10.0)
117
- rspec-core (3.10.0)
118
- rspec-support (~> 3.10.0)
119
- rspec-expectations (3.10.0)
117
+ rspec (3.11.0)
118
+ rspec-core (~> 3.11.0)
119
+ rspec-expectations (~> 3.11.0)
120
+ rspec-mocks (~> 3.11.0)
121
+ rspec-core (3.11.0)
122
+ rspec-support (~> 3.11.0)
123
+ rspec-expectations (3.11.0)
120
124
  diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.10.0)
122
- rspec-mocks (3.10.0)
125
+ rspec-support (~> 3.11.0)
126
+ rspec-mocks (3.11.0)
123
127
  diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.10.0)
125
- rspec-support (3.10.0)
126
- rubocop (1.20.0)
128
+ rspec-support (~> 3.11.0)
129
+ rspec-support (3.11.0)
130
+ rubocop (1.26.1)
127
131
  parallel (~> 1.10)
128
- parser (>= 3.0.0.0)
132
+ parser (>= 3.1.0.0)
129
133
  rainbow (>= 2.2.2, < 4.0)
130
134
  regexp_parser (>= 1.8, < 3.0)
131
135
  rexml
132
- rubocop-ast (>= 1.9.1, < 2.0)
136
+ rubocop-ast (>= 1.16.0, < 2.0)
133
137
  ruby-progressbar (~> 1.7)
134
138
  unicode-display_width (>= 1.4.0, < 3.0)
135
- rubocop-ast (1.11.0)
136
- parser (>= 3.0.1.1)
139
+ rubocop-ast (1.16.0)
140
+ parser (>= 3.1.1.0)
137
141
  ruby-progressbar (1.11.0)
138
142
  ruby2_keywords (0.0.5)
139
143
  sawyer (0.8.2)
140
144
  addressable (>= 2.3.5)
141
145
  faraday (> 0.8, < 2.0)
142
146
  shellany (0.0.1)
143
- terminal-table (3.0.1)
147
+ terminal-table (3.0.2)
144
148
  unicode-display_width (>= 1.1.1, < 3)
145
149
  thor (1.1.0)
146
- unicode-display_width (1.7.0)
147
- yard (0.9.26)
150
+ unicode-display_width (2.1.0)
151
+ webrick (1.7.0)
152
+ yard (0.9.27)
153
+ webrick (~> 1.7.0)
148
154
 
149
155
  PLATFORMS
150
156
  ruby
@@ -155,7 +161,7 @@ DEPENDENCIES
155
161
  danger-textlint!
156
162
  guard (~> 2.14)
157
163
  guard-rspec (~> 4.7)
158
- listen (= 3.7.0)
164
+ listen (= 3.7.1)
159
165
  pry
160
166
  rake (~> 13.0)
161
167
  rspec (~> 3.4)
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.add_development_dependency 'guard-rspec', '~> 4.7'
37
37
 
38
38
  # If you want to work on older builds of ruby
39
- spec.add_development_dependency 'listen', '3.7.0'
39
+ spec.add_development_dependency 'listen', '3.7.1'
40
40
 
41
41
  # Help gem version up when release new version
42
42
  spec.add_development_dependency 'bump', '~> 0.10.0'
@@ -1,3 +1,3 @@
1
1
  module Textlint
2
- VERSION = "2.0.2".freeze
2
+ VERSION = "2.0.3".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-textlint
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kesin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-05 00:00:00.000000000 Z
11
+ date: 2022-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 3.7.0
131
+ version: 3.7.1
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 3.7.0
138
+ version: 3.7.1
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: bump
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.2.22
216
+ rubygems_version: 3.3.7
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: Danger plugin for textlint.