danger-textlint 0.0.1 → 1.0.0
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 +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +3 -0
- data/danger-textlint.gemspec +2 -2
- data/lib/textlint/gem_version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a85eb26e4a1bd308e0ca6ae07c8437367430af10e7a81812cd55916601e7366
|
4
|
+
data.tar.gz: d57f0860500b4921ef3123beee34e6ab9bac20593c12a8ff96bf94a8c1731f66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccee7f180311d1b9d08bd9248277db2b0e3f9030acb77a3a03a538f56a86744a7a0fa632a8bea6f9d9772580ad24e350953afac863f1e40ff681146baf363253
|
7
|
+
data.tar.gz: 920a134b38697e115fb55781f8891716766f7e37a6933715573355d52cba335a39570be8dff2dced590687e39972dea8b205a79c3d545dd8b1756fe1f84de6d1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
danger-textlint (0.0
|
4
|
+
danger-textlint (1.0.0)
|
5
5
|
danger-plugin-api (~> 1.0)
|
6
6
|
|
7
7
|
GEM
|
@@ -78,7 +78,7 @@ GEM
|
|
78
78
|
pry (0.11.3)
|
79
79
|
coderay (~> 1.1.0)
|
80
80
|
method_source (~> 0.9.0)
|
81
|
-
public_suffix (3.0.
|
81
|
+
public_suffix (3.0.2)
|
82
82
|
rainbow (3.0.0)
|
83
83
|
rake (10.5.0)
|
84
84
|
rb-fsevent (0.10.2)
|
@@ -131,4 +131,4 @@ DEPENDENCIES
|
|
131
131
|
yard
|
132
132
|
|
133
133
|
BUNDLED WITH
|
134
|
-
1.16.
|
134
|
+
1.16.1
|
data/README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
# danger-textlint
|
2
|
+
[](https://badge.fury.io/rb/danger-textlint)
|
3
|
+
[](https://travis-ci.org/Kesin11/danger-textlint)
|
4
|
+
|
2
5
|
|
3
6
|
[Danger](http://danger.systems/ruby/) plugin for [textlint](https://textlint.github.io/).
|
4
7
|
|
data/danger-textlint.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Textlint::VERSION
|
9
9
|
spec.authors = ['Kesin']
|
10
10
|
spec.email = ['kesin1202000@gmail.com']
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{
|
11
|
+
spec.description = %q{Danger plugin for textlint.}
|
12
|
+
spec.summary = %q{Danger plugin for textlint.}
|
13
13
|
spec.homepage = 'https://github.com/Kesin11/danger-textlint'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
data/lib/textlint/gem_version.rb
CHANGED
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: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kesin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-17 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:
|
153
|
+
description: Danger plugin for textlint.
|
154
154
|
email:
|
155
155
|
- kesin1202000@gmail.com
|
156
156
|
executables: []
|
@@ -197,7 +197,7 @@ rubyforge_project:
|
|
197
197
|
rubygems_version: 2.7.5
|
198
198
|
signing_key:
|
199
199
|
specification_version: 4
|
200
|
-
summary:
|
200
|
+
summary: Danger plugin for textlint.
|
201
201
|
test_files:
|
202
202
|
- spec/fixtures/textlint_result.json
|
203
203
|
- spec/spec_helper.rb
|