test_notifier 0.3.5.rc.3 → 0.3.5.rc.4

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.
@@ -1,5 +1,5 @@
1
1
  require "test_notifier"
2
- require "rspec/core/formatters"
2
+ require "rspec/core/formatters/base_text_formatter"
3
3
 
4
4
  class RSpec::Core::Formatters::BaseTextFormatter
5
5
  alias dump_summary_original dump_summary
@@ -4,7 +4,7 @@ require "test_notifier/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "test_notifier"
7
- s.version = "#{TestNotifier::Version::STRING}.rc.3"
7
+ s.version = "#{TestNotifier::Version::STRING}.rc.4"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Nando Vieira"]
10
10
  s.email = ["fnando.vieira@gmail.com"]
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 3
8
8
  - 5
9
9
  - rc
10
- - 3
11
- version: 0.3.5.rc.3
10
+ - 4
11
+ version: 0.3.5.rc.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Nando Vieira