danger-prose 2.0.1 → 2.0.3
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/.travis.yml +1 -1
- data/Gemfile.lock +25 -6
- data/README.md +6 -6
- data/lib/proselintrc +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c19ba30e1125f7d432a6b365bbe1cedc36fdb0a
|
|
4
|
+
data.tar.gz: dc9f9975a6a6b39097186b4540609e3e660f1835
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d18cf8a626a26f7613de9c28184296457f8bfc1ec9225557bd5183509ab5a60c6214f4bda805cb3d8c7005dcded85b4c4b547fa142c91fbafc50e400d25e59db
|
|
7
|
+
data.tar.gz: cf7161af717bfca0ff632177c6a0c4cb57d92d0526af313030e2311c989e09970db4789e6614477c6a4c692613d1f5a043ed4ad797dd5c6fb6316d23f0cf22f3
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
danger-prose (2.0.
|
|
4
|
+
danger-prose (2.0.2)
|
|
5
5
|
danger
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -10,25 +10,37 @@ GEM
|
|
|
10
10
|
addressable (2.4.0)
|
|
11
11
|
bacon (1.2.0)
|
|
12
12
|
claide (1.0.0)
|
|
13
|
+
claide-plugins (0.9.1)
|
|
14
|
+
cork
|
|
15
|
+
nap
|
|
16
|
+
open4 (~> 1.3)
|
|
13
17
|
coderay (1.1.1)
|
|
14
18
|
colored (1.2)
|
|
15
|
-
cork (0.
|
|
19
|
+
cork (0.2.0)
|
|
16
20
|
colored (~> 1.2)
|
|
17
|
-
danger (0.
|
|
21
|
+
danger (3.0.3)
|
|
18
22
|
claide (~> 1.0)
|
|
23
|
+
claide-plugins (> 0.9.0)
|
|
19
24
|
colored (~> 1.2)
|
|
20
25
|
cork (~> 0.1)
|
|
21
|
-
faraday (~> 0)
|
|
26
|
+
faraday (~> 0.9)
|
|
27
|
+
faraday-http-cache (~> 1.0)
|
|
22
28
|
git (~> 1)
|
|
29
|
+
gitlab (~> 3.7.0)
|
|
30
|
+
kramdown (~> 1.5)
|
|
23
31
|
octokit (~> 4.2)
|
|
24
|
-
redcarpet (~> 3.3)
|
|
25
32
|
terminal-table (~> 1)
|
|
26
33
|
diff-lcs (1.2.5)
|
|
27
34
|
faraday (0.9.2)
|
|
28
35
|
multipart-post (>= 1.2, < 3)
|
|
36
|
+
faraday-http-cache (1.3.1)
|
|
37
|
+
faraday (~> 0.8)
|
|
29
38
|
ffi (1.9.10)
|
|
30
39
|
formatador (0.2.5)
|
|
31
40
|
git (1.3.0)
|
|
41
|
+
gitlab (3.7.0)
|
|
42
|
+
httparty (~> 0.13.0)
|
|
43
|
+
terminal-table
|
|
32
44
|
guard (2.14.0)
|
|
33
45
|
formatador (>= 0.2.4)
|
|
34
46
|
listen (>= 2.7, < 4.0)
|
|
@@ -43,6 +55,11 @@ GEM
|
|
|
43
55
|
guard (~> 2.1)
|
|
44
56
|
guard-compat (~> 1.1)
|
|
45
57
|
rspec (>= 2.99.0, < 4.0)
|
|
58
|
+
httparty (0.13.7)
|
|
59
|
+
json (~> 1.8)
|
|
60
|
+
multi_xml (>= 0.5.2)
|
|
61
|
+
json (1.8.3)
|
|
62
|
+
kramdown (1.12.0)
|
|
46
63
|
listen (3.0.7)
|
|
47
64
|
rb-fsevent (>= 0.9.3)
|
|
48
65
|
rb-inotify (>= 0.9.7)
|
|
@@ -53,13 +70,16 @@ GEM
|
|
|
53
70
|
metaclass (~> 0.0.1)
|
|
54
71
|
mocha-on-bacon (0.2.2)
|
|
55
72
|
mocha (>= 0.13.0)
|
|
73
|
+
multi_xml (0.5.5)
|
|
56
74
|
multipart-post (2.0.0)
|
|
75
|
+
nap (1.1.0)
|
|
57
76
|
nenv (0.3.0)
|
|
58
77
|
notiffany (0.1.0)
|
|
59
78
|
nenv (~> 0.1)
|
|
60
79
|
shellany (~> 0.0)
|
|
61
80
|
octokit (4.3.0)
|
|
62
81
|
sawyer (~> 0.7.0, >= 0.5.3)
|
|
82
|
+
open4 (1.3.4)
|
|
63
83
|
prettybacon (0.0.2)
|
|
64
84
|
bacon (~> 1.2)
|
|
65
85
|
pry (0.10.3)
|
|
@@ -70,7 +90,6 @@ GEM
|
|
|
70
90
|
rb-fsevent (0.9.7)
|
|
71
91
|
rb-inotify (0.9.7)
|
|
72
92
|
ffi (>= 0.5.0)
|
|
73
|
-
redcarpet (3.3.4)
|
|
74
93
|
rspec (3.4.0)
|
|
75
94
|
rspec-core (~> 3.4.0)
|
|
76
95
|
rspec-expectations (~> 3.4.0)
|
data/README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
# danger-
|
|
1
|
+
# danger-prose
|
|
2
2
|
|
|
3
|
-
A description of danger-
|
|
3
|
+
A description of danger-prose.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
$ gem install danger-
|
|
8
|
-
|
|
7
|
+
$ gem install danger-prose
|
|
9
8
|
|
|
10
9
|
### prose
|
|
11
10
|
|
|
@@ -41,11 +40,11 @@ prose.lint_files</pre>
|
|
|
41
40
|
|
|
42
41
|
|
|
43
42
|
#### Attributes
|
|
44
|
-
<
|
|
43
|
+
<tr>
|
|
45
44
|
`disable_linters` - Allows you to disable a collection of linters from running. Doesn't work yet.
|
|
46
45
|
You can get a list of [them here](https://github.com/amperser/proselint#checks)
|
|
47
46
|
defaults to `["misc.scare_quotes", "typography.symbols"]` when it's nil.
|
|
48
|
-
<
|
|
47
|
+
<tr>
|
|
49
48
|
`ignored_words` - Allows you to add a collection of words to skip in spellchecking.
|
|
50
49
|
defaults to `[""]` when it's nil.
|
|
51
50
|
|
|
@@ -61,3 +60,4 @@ Generates a `markdown` list of warnings for the prose in a corpus of .markdown a
|
|
|
61
60
|
`mdspell_installed?` - Determine if mdspell is currently installed in the system paths.
|
|
62
61
|
|
|
63
62
|
`check_spelling` - Runs a markdown-specific spell checker, against a corpus of `.markdown` and `.md` files.
|
|
63
|
+
|
data/lib/proselintrc
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: danger-prose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Grandinetti
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-08-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: danger
|
|
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
180
180
|
version: '0'
|
|
181
181
|
requirements: []
|
|
182
182
|
rubyforge_project:
|
|
183
|
-
rubygems_version: 2.
|
|
183
|
+
rubygems_version: 2.2.2
|
|
184
184
|
signing_key:
|
|
185
185
|
specification_version: 4
|
|
186
186
|
summary: A danger plugin for working with bodies of markdown prose.
|
|
@@ -188,4 +188,3 @@ test_files:
|
|
|
188
188
|
- spec/danger_plugin_spec.rb
|
|
189
189
|
- spec/fixtures/blog_post.md
|
|
190
190
|
- spec/spec_helper.rb
|
|
191
|
-
has_rdoc:
|