pronto-goodcheck 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1d8ca50acf5e11fbcc9cc2bec8ff6125019a2f8418a71d0132128cf28b241b5
4
- data.tar.gz: 1a56f8e6306055daa805cdc8f9cc706ea4c0cea76549f06307f09ee885cb7420
3
+ metadata.gz: c779e518cbbe0d9e12188b7aed7aeedef787f10708e6178105bc2e1ede149f6b
4
+ data.tar.gz: 2b810907d2548e08f564970eb92f5136a8664cc52768ef218521d563d815deed
5
5
  SHA512:
6
- metadata.gz: 9b59db64b8b5f1784204476fecb993b1b880ddc2f7be486f009566ac5272e79673737be6588bf1a31c95309553c78eddcbd71b372c55532349dbe468bf904ef5
7
- data.tar.gz: 1fde39b2a4d89cdf1ff05021aa963596fa3ac87c740d42b458ccca3d3331e507e1e8e5f34c1f0787bb66cf682b9815c6efe64d5860a09985e4a4e9075cdedd1c
6
+ metadata.gz: 821a4e504101a687e933487a2ed4b4e5d31d630e3e957854c491a9d78b3c4d6808cd5927ca3bb9cb33ab78cd97b31fcc279b70d2c482bc2c8220890962291da5
7
+ data.tar.gz: e6c4bc2f7928a8ff2fd74d5bc36b924fdb57096fa74a3e2c2626c2816e4a54b0254db1f798eaab855a6e8e2888dad5a3a8a52298fed7d690ec873ed2f2619cb5
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module Goodcheck
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -20,7 +20,7 @@ module Pronto
20
20
  )
21
21
  runner.run
22
22
  analysis = JSON.load(stdout.string)
23
- messages_for(analysis)
23
+ messages_for(Array(analysis))
24
24
  end
25
25
 
26
26
  def patches_with_changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-goodcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Fung
@@ -96,7 +96,6 @@ files:
96
96
  - Rakefile
97
97
  - bin/console
98
98
  - bin/setup
99
- - goodcheck.yml
100
99
  - lib/pronto/goodcheck.rb
101
100
  - lib/pronto/goodcheck/version.rb
102
101
  - pronto-goodcheck.gemspec
data/goodcheck.yml DELETED
@@ -1,6 +0,0 @@
1
- rules:
2
- - id: Spelling/GitHub
3
- pattern: Github
4
- message: Spell GitHub with a capital H
5
- justification:
6
- - If this is a Ruby class/module name