pronto-gitlab_resolver 0.1.1 → 0.1.2

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: 64412660cd4e61fb1402438386e5743e5aa76e7541d24a8b86f9d819963f4c7e
4
- data.tar.gz: 28b56420be1f6f197a2f0350e37bfc96e60a52cf7e5c181ff4c261e0f6223019
3
+ metadata.gz: ca06c7a257c4f030d10907c31900b5124fb5591d57e1433b026367bea087b1c6
4
+ data.tar.gz: da2e2b2ee64d1e02658dcee4e9ab2592aafe2ac3111cf5b70af2cc0a9f7a295e
5
5
  SHA512:
6
- metadata.gz: 0c2f972fc6b04c5bf4b1c35572bb443cc05d313906ff0065e34a9f318bd410a1a1fb8c8fcf9da8684309e8aa23e7bbc11ab22ae643923418cd93b2dd7d3cfb72
7
- data.tar.gz: 8ea43098bf7a67271ef8a0464dbf33d8ba4181700be90020a3bf541fc3f433ff0fa7cc2e4bd35610dae52dd71c710ee7bca76ef4ba8d86caf0db96ced139f15d
6
+ metadata.gz: 80912da281cd68ee59b384e14387f6ff094cbfd31649918da5ce82f2602c19bbe58ad507b44e7c0ffa024a78146c5ea790eaa6ec74169f05ca64751e8752c3cb
7
+ data.tar.gz: 423e16ffffc5af379ecd78df46d594dbe21b165608e48d96baabc4850cbf2de1f3581001302e8a4dfca1eb6907c60e7fec2af42aaf7ca5e9207743bb3026f766
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pronto-gitlab_resolver (0.1.1)
4
+ pronto-gitlab_resolver (0.1.2)
5
5
  pronto (~> 0.11)
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pronto
4
4
  module GitlabResolver
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
@@ -33,7 +33,7 @@ module Pronto
33
33
  next unless note&.author&.id == bot_id
34
34
  next unless note["position"] && note.position&.[]("new_path")
35
35
  note_position = [note.position.new_path, note.position.new_line]
36
- next if still_actual_comments[note_position].any? { |comment| comment.body == note.body }
36
+ next if still_actual_comments[note_position]&.any? { |comment| comment.body == note.body }
37
37
  thread.notes.all? { |note| note["system"] || note&.author&.id == bot_id }
38
38
  end
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-gitlab_resolver
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
  - Vasily Fedoseyev