schubert-ci_reporter 1.6.1 → 1.6.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.
@@ -40,7 +40,7 @@ module CI
40
40
  attr_accessor :testcases
41
41
  attr_accessor :stdout, :stderr
42
42
  def initialize(name)
43
- suite_name = name.to_s.gsub(/#/, "%23")
43
+ suite_name = name.to_s.gsub(/#/, " ")
44
44
  super(suite_name) # RSpec passes a "description" object instead of a string
45
45
  if potential_classname = suite_name.split(" ").first
46
46
  self.classname = potential_classname if defined?(potential_classname) == "constant"
@@ -1,5 +1,5 @@
1
1
  module CI
2
2
  module Reporter
3
- VERSION = "1.6.1"
3
+ VERSION = "1.6.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 1
9
- version: 1.6.1
8
+ - 2
9
+ version: 1.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Schubert