pronto 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: ccb63635760620106d5ff1d436d22ca6b13848fc
4
- data.tar.gz: c4a6efc7cba539d3834515f014dac0345822199b
3
+ metadata.gz: 672a87b463cba4d6e380e0f87ff04d8e7d6cf12c
4
+ data.tar.gz: c851282dc64d81f130401012827e7ce7b4ce1646
5
5
  SHA512:
6
- metadata.gz: 0b938196c2df754b0a3f193047a54a8f36f016c6759e2ba3434fff04baf7292410d18bc1cd24ffdb48fd2dfedb688887679a6fdd68fc49b6fdb1aab9b24a4dc1
7
- data.tar.gz: 5883eb8f88031f6568dc086ccbe30064f8a8768a4097386f73031765a2ae1ba1193429daa14d8b5e4e1c11cf9b29b8a96cf39920ac3947c5ef915a62d8ed0ca3
6
+ metadata.gz: dfa5641018ebabc4b198cdc37d9796cffce0fefa66edb2a5fef6f05f0e6733ae1c86899884d8c5873e7e329795962b3fb42c3290fd78001916df740cd74a11d8
7
+ data.tar.gz: 6e46e4a215ab0a39d1c08d55180a837fc2df431102d81587f9e2d1a9ecf1cf463246434cd31ce2de91bf262ba9ec85711addd8bfca7c517c60a7708e7faa3223
data/README.md CHANGED
@@ -55,3 +55,4 @@ Currently available runners:
55
55
  * [pronto-flay](https://github.com/mmozuras/pronto-flay)
56
56
  * [pronto-brakeman](https://github.com/mmozuras/pronto-brakeman)
57
57
  * [pronto-rails_best_practices](https://github.com/mmozuras/pronto-rails_best_practices)
58
+ * [pronto-poper](https://github.com/mmozuras/pronto-poper)
@@ -7,7 +7,7 @@ module Pronto
7
7
  commit_messages = messages.map do |message|
8
8
  repo = github_slug(message)
9
9
  sha = message.commit_sha
10
- position = message.line.commit_line.position
10
+ position = message.line.commit_line.position if message.line
11
11
  path = message.path
12
12
  body = message.msg
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Pronto
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras