test_notifier 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53190d3381ccc6d8489e46f9c23a9f33adfe17ed
4
- data.tar.gz: 033dc4ec9db032625d609b1395ed306e22749d4b
3
+ metadata.gz: 65ba755fc5a5e34f7b6e2ea0a93fea26ddf4c93d
4
+ data.tar.gz: 8916ea0c8e439f34b526e754229f300eb7c0578f
5
5
  SHA512:
6
- metadata.gz: b6e078f0d03822377993de808d33ad0d59652b8efa97e5c2686bcc18565d4bc17f104182b740d7f3ec61d9c6205dd1ba39d0281495b989ed2c802ab35b2012dd
7
- data.tar.gz: 6a09a75d4a4fdb823aa49323fe03fe5cd41250ad629efbcba4318e25e035f6ca4b89b8811316a67a61c46623370563afd543e282e1efcf0245b789d58a36662c
6
+ metadata.gz: edbdec9e6b32fab8571888e4159cf9d8f87188e3201580963e5ce2f774f352885f154e900f0cd998f99187f4be850a52e3f501084f6c511975f1c040e7982e93
7
+ data.tar.gz: 4f131e308bf0eaa0a47e8690f71238b0e7d098702dba0d52d6c44e06010e8a953961368fd26c1e35c32b30ae33a409116b9b81c6ba19da54f8b814b3841c9139
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- test_notifier (2.0.0)
4
+ test_notifier (2.0.1)
5
5
  notifier
6
6
 
7
7
  GEM
data/README.rdoc CHANGED
@@ -21,7 +21,7 @@ Check http://github.com/fnando/notifier to see how you can configure a notifier
21
21
 
22
22
  If you're using Test::Unit you should add <tt>require "test_notifier/runner/test_unit"</tt> to your <tt>test_helper.rb</tt> file.
23
23
 
24
- If you're using RSpec you should add <tt>require "test_notifier/runner/spec"</tt> to your <tt>spec_helper.rb</tt> file. If you're using RSpec 2, you need to add <tt>require "test_notifier/runner/rspec"</tt> instead.
24
+ If you're using RSpec you should add <tt>require "test_notifier/runner/spec"</tt> to your <tt>spec_helper.rb</tt> file. If you're using RSpec 2-3, you need to add <tt>require "test_notifier/runner/rspec"</tt> instead.
25
25
 
26
26
  If you're using Autotest you should add <tt>require "test_notifier/runner/autotest"</tt> to
27
27
  the file <tt>~/.autotest</tt>
@@ -71,4 +71,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
71
71
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
72
72
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
73
73
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
74
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
74
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,4 +1,5 @@
1
1
  require "test_notifier"
2
+ require "rspec/core"
2
3
  require "rspec/core/formatters/base_text_formatter"
3
4
 
4
5
  class RSpec::Core::Formatters::BaseTextFormatter
@@ -2,7 +2,7 @@ module TestNotifier
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-11 00:00:00.000000000 Z
11
+ date: 2014-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: notifier