test-unit-rr 1.0.2 → 1.0.3

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,16 @@
1
1
  # News
2
2
 
3
+ ## 1.0.3: 2013-07-07
4
+
5
+ ### Improvements
6
+
7
+ * Supported rr 1.1.1 or later. Older rr support is dropped.
8
+ [Reported by Youhei SASAKI] [GitHub#2]
9
+
10
+ ### Thanks
11
+
12
+ * Youhei SASAKI
13
+
3
14
  ## 1.0.2: 2012-11-04
4
15
 
5
16
  ### Improvements
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2011 Kouhei Sutou <kou@clear-code.com>
1
+ # Copyright (C) 2011-2013 Kouhei Sutou <kou@clear-code.com>
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
17
17
  module Test
18
18
  module Unit
19
19
  module RR
20
- VERSION = "1.0.2"
20
+ VERSION = "1.0.3"
21
21
  end
22
22
  end
23
23
  end
@@ -1,6 +1,6 @@
1
1
  # -*- mode: ruby; coding: utf-8 -*-
2
2
  #
3
- # Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
3
+ # Copyright (C) 2012-2013 Kouhei Sutou <kou@clear-code.com>
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
42
42
  spec.test_files += Dir.glob("test/**/*")
43
43
 
44
44
  spec.add_dependency("test-unit", ">= 2.5.2")
45
- spec.add_dependency("rr", ">= 1.0.2")
45
+ spec.add_dependency("rr", ">= 1.1.1")
46
46
 
47
47
  spec.add_development_dependency("bundler")
48
48
  spec.add_development_dependency("rake")
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
1
+ # Copyright (C) 2012-2013 Kouhei Sutou <kou@clear-code.com>
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -30,7 +30,7 @@ class RRTest < Test::Unit::TestCase
30
30
  stub(subject).should_be_called
31
31
  stub(subject).should_not_be_called
32
32
  subject.should_be_called
33
- assert_raise(::RR::Errors::SpyVerificationErrors::InvocationCountError) do
33
+ assert_raise(Test::Unit::AssertionFailedError) do
34
34
  assert_received(subject) do |_subject|
35
35
  _subject.should_not_be_called
36
36
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-unit-rr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-04 00:00:00.000000000 Z
12
+ date: 2013-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-unit
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
- version: 1.0.2
37
+ version: 1.1.1
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
- version: 1.0.2
45
+ version: 1.1.1
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: bundler
48
48
  requirement: !ruby/object:Gem::Requirement