gems-status 0.12.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module GemsStatusMetadata
2
- VERSION = "0.12.0"
2
+ VERSION = "0.14.0"
3
3
  end
@@ -23,7 +23,7 @@ private
23
23
  commits.each do |commit|
24
24
  if message_checker.check_message?(message(commit))
25
25
  Utils::log_debug "#{message(commit)}"
26
- key = commit_key(commit)
26
+ key = "#{name}_#{commit_key(commit)}"
27
27
  if !key
28
28
  Utils::log_error "no key for #{name}"
29
29
  next
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gems-status
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 39
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 12
8
+ - 14
9
9
  - 0
10
- version: 0.12.0
10
+ version: 0.14.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordi Massaguer Pla