test_notifier 0.3.5.rc.3 → 0.3.5.rc.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/test_notifier/runner/rspec.rb +1 -1
- data/test_notifier.gemspec +1 -1
- metadata +2 -2
data/test_notifier.gemspec
CHANGED
@@ -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.
|
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"]
|