ciquantum 0.0.20 → 0.0.21

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.
@@ -25,7 +25,7 @@ module CIQuantum
25
25
  def commit_from_request body
26
26
  begin
27
27
  hash = JSON.parse body
28
- res = (hash["repository"]["name"].downcase == config.project.downcase) ? hash["after"] : nil
28
+ res = (hash["repository"]["name"].downcase == config.project.to_s.downcase) ? hash["after"] : nil
29
29
  puts "CIQuantum::Adapter::GitLab#commit_from_request: New commit state \"#{res}\""
30
30
  res
31
31
  rescue => ex
@@ -36,4 +36,5 @@ module CIQuantum
36
36
 
37
37
  end
38
38
  end
39
- end
39
+ end
40
+
@@ -1,3 +1,3 @@
1
1
  module CIQuantum
2
- Version = VERSION = "0.0.20"
3
- end
2
+ Version = VERSION = "0.0.21"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciquantum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: