danger-prose 2.0.1 → 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
  SHA1:
3
- metadata.gz: dc260b303651593c1b4762ac80c27135f0cf8e86
4
- data.tar.gz: 6ad261ba04f42a195143eb57f6d29a538c1825aa
3
+ metadata.gz: 2c19ba30e1125f7d432a6b365bbe1cedc36fdb0a
4
+ data.tar.gz: dc9f9975a6a6b39097186b4540609e3e660f1835
5
5
  SHA512:
6
- metadata.gz: ebe2d67a10208462cee51ee3335000dda6b6fef3cf86c594503c79fad3ed2bacaabd5910a9514aec988349063246556ae93d0a833a365f9ad4b141bc811067b2
7
- data.tar.gz: 5da6bfa3c329aa73613fc576195f79309d7eed13c08dad4c9a1483d219a8942856a60a7dc6e60971d3605f95e0cb0760c7870601ececea1d35f05fc33649d079
6
+ metadata.gz: d18cf8a626a26f7613de9c28184296457f8bfc1ec9225557bd5183509ab5a60c6214f4bda805cb3d8c7005dcded85b4c4b547fa142c91fbafc50e400d25e59db
7
+ data.tar.gz: cf7161af717bfca0ff632177c6a0c4cb57d92d0526af313030e2311c989e09970db4789e6614477c6a4c692613d1f5a043ed4ad797dd5c6fb6316d23f0cf22f3
data/.travis.yml CHANGED
@@ -10,4 +10,4 @@ rvm:
10
10
 
11
11
  script:
12
12
  - bundle exec rake spec
13
- - bundle exec danger plugin lint
13
+ - bundle exec danger plugins lint
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-prose (2.0.1)
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.1.0)
19
+ cork (0.2.0)
16
20
  colored (~> 1.2)
17
- danger (0.8.5)
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-proselint
1
+ # danger-prose
2
2
 
3
- A description of danger-proselint.
3
+ A description of danger-prose.
4
4
 
5
5
  ## Installation
6
6
 
7
- $ gem install danger-proselint
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
- <br>
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
- <br>
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
@@ -37,7 +37,7 @@
37
37
  "misc.many_a" : true,
38
38
  "misc.metaconcepts" : true,
39
39
  "misc.metadiscourse" : true,
40
- "misc.narcisissm" : true,
40
+ "misc.narcissism" : true,
41
41
  "misc.not_guilty" : true,
42
42
  "misc.phrasal_adjectives" : true,
43
43
  "misc.preferred_forms" : true,
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DangerProse
2
- VERSION = '2.0.1'.freeze
2
+ VERSION = '2.0.3'.freeze
3
3
  end
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.1
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-07-14 00:00:00.000000000 Z
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.4.8
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: