danger-textlint 0.0.1 → 1.0.0

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: 5379e64b36b02923c05004009282dd55cbe1b0fd6ebd7588a5b7f24fc1138fa4
4
- data.tar.gz: 7c4a322f0f253e09af1ea07051d32ecfb43d3927483b7c30d3cd39615e87395e
3
+ metadata.gz: 8a85eb26e4a1bd308e0ca6ae07c8437367430af10e7a81812cd55916601e7366
4
+ data.tar.gz: d57f0860500b4921ef3123beee34e6ab9bac20593c12a8ff96bf94a8c1731f66
5
5
  SHA512:
6
- metadata.gz: 2d8f5c1103754a58d990f74307a398657b6b76a6ca5c48488ad661b780d2f0bc7264e8ac9e2c66f206f481bbc4205a2e22490542b6ea56082c7626fbf9cd8faa
7
- data.tar.gz: f1e39b6248cc2426d8433d4348561656ae407904acc95daa3643f1152fc9dc75f548fec6b4a30a422e8215c06eae6555250d64866bff445e69b512e1c9c6e20a
6
+ metadata.gz: ccee7f180311d1b9d08bd9248277db2b0e3f9030acb77a3a03a538f56a86744a7a0fa632a8bea6f9d9772580ad24e350953afac863f1e40ff681146baf363253
7
+ data.tar.gz: 920a134b38697e115fb55781f8891716766f7e37a6933715573355d52cba335a39570be8dff2dced590687e39972dea8b205a79c3d545dd8b1756fe1f84de6d1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-textlint (0.0.1)
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.1)
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.0
134
+ 1.16.1
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # danger-textlint
2
+ [![Gem Version](https://badge.fury.io/rb/danger-textlint.svg)](https://badge.fury.io/rb/danger-textlint)
3
+ [![Build Status](https://travis-ci.org/Kesin11/danger-textlint.svg?branch=master)](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
 
@@ -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{A short description of danger-textlint.}
12
- spec.summary = %q{A longer description of danger-textlint.}
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
 
@@ -1,3 +1,3 @@
1
1
  module Textlint
2
- VERSION = "0.0.1".freeze
2
+ VERSION = "1.0.0".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: 0.0.1
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-14 00:00:00.000000000 Z
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: A short description of danger-textlint.
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: A longer description of danger-textlint.
200
+ summary: Danger plugin for textlint.
201
201
  test_files:
202
202
  - spec/fixtures/textlint_result.json
203
203
  - spec/spec_helper.rb